diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-12 19:30:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-12 19:30:46 +0000 |
commit | e2000524687da7d686413b153fc34029f6dc4b1c (patch) | |
tree | b8407a38a6ecbd451e93e8f5947352be361fdaaa /net-im/qwit | |
parent | Respect CC (bug #243524), LDFLAGS. Make sed die. (diff) | |
download | gentoo-2-e2000524687da7d686413b153fc34029f6dc4b1c.tar.gz gentoo-2-e2000524687da7d686413b153fc34029f6dc4b1c.tar.bz2 gentoo-2-e2000524687da7d686413b153fc34029f6dc4b1c.zip |
Remove old ebuilds
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'net-im/qwit')
-rw-r--r-- | net-im/qwit/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_beta-r1.ebuild | 30 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_pre.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/net-im/qwit/ChangeLog b/net-im/qwit/ChangeLog index 3e22db834d10..b4beb6823f37 100644 --- a/net-im/qwit/ChangeLog +++ b/net-im/qwit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/qwit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.4 2010/08/11 22:24:34 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.5 2010/10/12 19:30:46 hwoarang Exp $ + + 12 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + -qwit-1.1_beta-r1.ebuild, -qwit-1.1_pre.ebuild: + Remove old ebuilds *qwit-1.1_pre2 (11 Aug 2010) diff --git a/net-im/qwit/qwit-1.1_beta-r1.ebuild b/net-im/qwit/qwit-1.1_beta-r1.ebuild deleted file mode 100644 index 929fa31e3776..000000000000 --- a/net-im/qwit/qwit-1.1_beta-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_beta-r1.ebuild,v 1.1 2010/08/06 11:25:16 hwoarang Exp $ - -EAPI="2" - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="http://code.google.com/p/qwit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} diff --git a/net-im/qwit/qwit-1.1_pre.ebuild b/net-im/qwit/qwit-1.1_pre.ebuild deleted file mode 100644 index 4e591a1a3bd7..000000000000 --- a/net-im/qwit/qwit-1.1_pre.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_pre.ebuild,v 1.1 2010/08/08 11:34:10 hwoarang Exp $ - -EAPI="2" - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="http://code.google.com/p/qwit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} |