diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-29 15:14:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-29 15:14:15 +0000 |
commit | 377e6f7da357c46141bab2e45b6b9ec54946ebcb (patch) | |
tree | d19494b4fc5e3a25233acedce0eb2f3750d6f4ec /net-irc | |
parent | Version bump (diff) | |
download | gentoo-2-377e6f7da357c46141bab2e45b6b9ec54946ebcb.tar.gz gentoo-2-377e6f7da357c46141bab2e45b6b9ec54946ebcb.tar.bz2 gentoo-2-377e6f7da357c46141bab2e45b6b9ec54946ebcb.zip |
alpha/ia64/x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 22 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild | 4 |
3 files changed, 7 insertions, 25 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index d1ad96681346..e6028d936bce 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/ctrlproxy # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.29 2008/07/10 18:37:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.30 2008/08/29 15:14:15 armin76 Exp $ + + 29 Aug 2008; Raúl Porcel <armin76@gentoo.org> -ctrlproxy-3.0.6.ebuild, + ctrlproxy-3.0.7.ebuild: + alpha/ia64/x86 stable, remove old *ctrlproxy-3.0.7 (10 Jul 2008) diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild deleted file mode 100644 index b91e912faa22..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild +++ /dev/null @@ -1,22 +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/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.3 2008/06/05 18:18:48 armin76 Exp $ - -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://www.ctrlproxy.org" -SRC_URI="http://www.ctrlproxy.org/releases/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~ppc x86" -IUSE="ssl" -RESTRICT="test" - -RDEPEND=">=dev-libs/glib-2 - ssl? ( net-libs/gnutls )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install install-doc || die "emake install failed" -} diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild index 9fac749a51a2..be5e6b91f4a7 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild,v 1.1 2008/07/10 18:37:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.7.ebuild,v 1.2 2008/08/29 15:14:15 armin76 Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://www.ctrlproxy.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.ctrlproxy.org/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc x86" IUSE="ssl" RESTRICT="test" |