diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-09-26 21:50:45 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-09-26 21:50:45 +0000 |
commit | a7ec895d68ca426cc08a98549a93c26a566c48b1 (patch) | |
tree | bbf88c4fe0432d0c4ea44c4c45a1b3b8dd73fd7b | |
parent | ppc64 stable wrt #335565 (diff) | |
download | gentoo-2-a7ec895d68ca426cc08a98549a93c26a566c48b1.tar.gz gentoo-2-a7ec895d68ca426cc08a98549a93c26a566c48b1.tar.bz2 gentoo-2-a7ec895d68ca426cc08a98549a93c26a566c48b1.zip |
Clean up old ebuilds.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
-rw-r--r-- | net-irc/conspire/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.12.0.ebuild | 38 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.13.1.ebuild | 38 | ||||
-rw-r--r-- | net-irc/conspire/conspire-1.0_beta1.ebuild | 44 |
4 files changed, 5 insertions, 121 deletions
diff --git a/net-irc/conspire/ChangeLog b/net-irc/conspire/ChangeLog index 81005305da12..303c18ec0aeb 100644 --- a/net-irc/conspire/ChangeLog +++ b/net-irc/conspire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/conspire # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.14 2010/09/26 21:39:10 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.15 2010/09/26 21:50:45 chainsaw Exp $ + + 26 Sep 2010; <chainsaw@gentoo.org> -conspire-0.12.0.ebuild, + -conspire-0.13.1.ebuild, -conspire-1.0_beta1.ebuild: + Clean up old ebuilds. *conspire-1.0.1 (26 Sep 2010) diff --git a/net-irc/conspire/conspire-0.12.0.ebuild b/net-irc/conspire/conspire-0.12.0.ebuild deleted file mode 100644 index 762e09157740..000000000000 --- a/net-irc/conspire/conspire-0.12.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.12.0.ebuild,v 1.5 2008/10/12 00:12:49 chainsaw Exp $ - -DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" -HOMEPAGE="http://www.nenolod.net/conspire/" -SRC_URI="http://distfiles.atheme.org/${P}.tbz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" -IUSE="python gnutls ipv6 nls mmx socks5" -DEPEND="nls? ( dev-util/intltool ) - dev-util/pkgconfig" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14 - x11-libs/libsexy - >=sys-apps/dbus-0.60 - python? ( >=dev-lang/python-2.2 )" - -src_compile() { - econf \ - $(use_enable socks5 socks) \ - $(use_enable ipv6) \ - $(use_enable gnutls) \ - $(use_enable python) \ - $(use_enable mmx) \ - $(use_enable nls) \ - --enable-spell=libsexy \ - --enable-regex \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS TODO -} diff --git a/net-irc/conspire/conspire-0.13.1.ebuild b/net-irc/conspire/conspire-0.13.1.ebuild deleted file mode 100644 index 8039179e73c1..000000000000 --- a/net-irc/conspire/conspire-0.13.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.13.1.ebuild,v 1.4 2008/10/12 00:12:49 chainsaw Exp $ - -DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" -HOMEPAGE="http://www.nenolod.net/conspire/" -SRC_URI="http://distfiles.atheme.org/${P}.tbz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" -IUSE="python gnutls ipv6 nls mmx socks5" -DEPEND="nls? ( dev-util/intltool ) - dev-util/pkgconfig" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14 - x11-libs/libsexy - >=sys-apps/dbus-0.60 - python? ( >=dev-lang/python-2.2 )" - -src_compile() { - econf \ - $(use_enable socks5 socks) \ - $(use_enable ipv6) \ - $(use_enable gnutls) \ - $(use_enable python) \ - $(use_enable mmx) \ - $(use_enable nls) \ - --enable-spell=libsexy \ - --enable-regex \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS TODO -} diff --git a/net-irc/conspire/conspire-1.0_beta1.ebuild b/net-irc/conspire/conspire-1.0_beta1.ebuild deleted file mode 100644 index 02c26ccf6798..000000000000 --- a/net-irc/conspire/conspire-1.0_beta1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-1.0_beta1.ebuild,v 1.1 2009/06/16 23:26:45 chainsaw Exp $ - -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" -HOMEPAGE="http://www.nenolod.net/conspire/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" -IUSE="python gnutls ipv6 nls mmx socks5 dbus" -DEPEND="nls? ( dev-util/intltool ) - dev-util/pkgconfig" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14 - x11-libs/libnotify - x11-libs/libsexy - dbus? ( >=dev-libs/dbus-glib-0.60 ) - python? ( >=dev-lang/python-2.2 )" - -src_compile() { - econf \ - $(use_enable socks5 socks) \ - $(use_enable ipv6) \ - $(use_enable gnutls) \ - $(use_enable python) \ - $(use_enable mmx) \ - $(use_enable nls) \ - $(use_enable dbus) \ - --enable-spell=libsexy \ - --enable-regex \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS TODO -} |