From: Michael Palimaka Date: Sun, 10 Apr 2016 16:39:47 +0000 (+1000) Subject: net-im/qwit: remove last-rited package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a6cd2cf6cf4a568d1fbd936212989799ff0e03a2;p=gentoo.git net-im/qwit: remove last-rited package Gentoo-bug: 575156 --- diff --git a/net-im/qwit/Manifest b/net-im/qwit/Manifest deleted file mode 100644 index 1f1646b98a88..000000000000 --- a/net-im/qwit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qwit-1.1-pre2-src.tar.bz2 186229 SHA256 c69044826ec4448765237556fa4def5c1a4df7c61d4cc825cdf9aa404f506d10 SHA512 46f105b350217b64013630611c7b895664ea76302fa3cb4bcf547f75533e40ffb5140273a9da7c3f6c301e3e63180d33bd6f2b7ce2cce864c0b4957aace45bc3 WHIRLPOOL 845043d8d5509617b931bcc49b377ddd60369f943d45cc5831283d439df58c0e03c73a0d893584b95fd5fdae49da647d630a96f6ff1f33ca80e5f8e7e4899db1 diff --git a/net-im/qwit/metadata.xml b/net-im/qwit/metadata.xml deleted file mode 100644 index 5ab34197a5f3..000000000000 --- a/net-im/qwit/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - hwoarang@gentoo.org - Markos Chandras - - - qt@gentoo.org - Gentoo Qt Project - - - - - qwit - - diff --git a/net-im/qwit/qwit-1.1_pre2-r1.ebuild b/net-im/qwit/qwit-1.1_pre2-r1.ebuild deleted file mode 100644 index 01a5dfadb3c0..000000000000 --- a/net-im/qwit/qwit-1.1_pre2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="https://code.google.com/p/qwit/" -SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth:0" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} diff --git a/net-im/qwit/qwit-1.1_pre2.ebuild b/net-im/qwit/qwit-1.1_pre2.ebuild deleted file mode 100644 index 666de6098c30..000000000000 --- a/net-im/qwit/qwit-1.1_pre2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="https://code.google.com/p/qwit/" -SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth:0" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -}