diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 19:56:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 19:56:22 +0000 |
commit | 4e2b24089cd7a9db3f76983f0725e036142128d4 (patch) | |
tree | 996cd38ca2b3eb6216c25a13aa2b071994a32e42 /net-irc/ctrlproxy | |
parent | Added ~ppc wrt bug 207343 (diff) | |
download | gentoo-2-4e2b24089cd7a9db3f76983f0725e036142128d4.tar.gz gentoo-2-4e2b24089cd7a9db3f76983f0725e036142128d4.tar.bz2 gentoo-2-4e2b24089cd7a9db3f76983f0725e036142128d4.zip |
alpha/ia64/x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.3.ebuild | 34 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild | 6 |
3 files changed, 9 insertions, 39 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index 333ddd4c267f..127dbfc9dd15 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/ctrlproxy -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.25 2007/12/17 15:19:00 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.26 2008/02/20 19:56:22 armin76 Exp $ + + 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> -ctrlproxy-3.0.3.ebuild, + ctrlproxy-3.0.5.ebuild: + alpha/ia64/x86 stable, remove old 17 Dec 2007; Raúl Porcel <armin76@gentoo.org> ctrlproxy-3.0.5.ebuild: Cleanup ebuild, modify LICENSE, add ~amd64 diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.3.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.3.ebuild deleted file mode 100644 index 670529c80f75..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.3.ebuild,v 1.2 2007/10/16 13:44:17 armin76 Exp $ - -inherit flag-o-matic - -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://ctrlproxy.vernstok.nl/" -SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ia64 ~ppc x86" -IUSE="ssl" -RESTRICT="test" - -DEPEND=">=dev-libs/glib-2 - dev-libs/popt - dev-libs/libxml2 - dev-libs/libpcre - dev-util/pkgconfig - ssl? ( net-libs/gnutls )" - -src_compile() { - # hack alert - append-flags -fPIC - - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "emake install failed" -} diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild index 34d6698fa2ac..c05827bc62b3 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.5.ebuild,v 1.2 2007/12/17 15:19:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild,v 1.3 2008/02/20 19:56:22 armin76 Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://ctrlproxy.vernstok.nl/" @@ -8,7 +8,7 @@ SRC_URI="http://ctrlproxy.vernstok.nl/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" |