diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:11:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:11:38 +0000 |
commit | 45321afd33231ac799f519602864121b6f14c36a (patch) | |
tree | 09631bbbf21c503f67065c6c0015e9771b57a93f /net-irc/ctrlproxy | |
parent | inherit flag-o-matic (diff) | |
download | historical-45321afd33231ac799f519602864121b6f14c36a.tar.gz historical-45321afd33231ac799f519602864121b6f14c36a.tar.bz2 historical-45321afd33231ac799f519602864121b6f14c36a.zip |
inherit flag-o-matic
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.0.ebuild | 23 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.2.ebuild | 26 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.5.ebuild | 36 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.6.ebuild | 14 | ||||
-rw-r--r-- | net-irc/ctrlproxy/files/digest-ctrlproxy-2.0 | 1 | ||||
-rw-r--r-- | net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 | 1 | ||||
-rw-r--r-- | net-irc/ctrlproxy/files/digest-ctrlproxy-2.5 | 1 |
7 files changed, 7 insertions, 95 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild deleted file mode 100644 index 76e37b4e5241..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild,v 1.3 2003/03/20 18:28:13 agriffis Exp $ - -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://people.nl.linux.org/~jelmer/ctrlproxy.php" -SRC_URI="http://people.nl.linux.org/~jelmer/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~alpha" -IUSE="" -DEPEND="" - -src_compile() { - emake PREFIX=/usr CC="${CC} ${CFLAGS}" || die -} - -src_install() { - make install DESTDIR=${D} PREFIX=/usr DOCDIR=/usr/share/doc/${P} || die - gzip ${D}/usr/share/doc/*/* - dodoc ctrlproxyrc.example -} diff --git a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild deleted file mode 100644 index d2180a97f47c..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild,v 1.5 2003/10/14 18:16:35 agriffis Exp $ - -MY_P="${PN}_2.2-2" -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://people.nl.linux.org/~jelmer/ctrlproxy.php" -SRC_URI="http://people.nl.linux.org/~jelmer/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="alpha x86" -IUSE="" -DEPEND=">=dev-libs/glib-2" - -S=${WORKDIR}/${PN} - -src_compile() { - emake PREFIX=/usr CC="${CC} ${CFLAGS}" || die -} - -src_install() { - make install DESTDIR=${D} PREFIX=/usr DOCDIR=/usr/share/doc/${P} || die - gzip ${D}/usr/share/doc/*/* - dodoc ctrlproxyrc.example -} diff --git a/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild deleted file mode 100644 index 7c5e486d64d4..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild,v 1.2 2003/11/16 22:51:06 agriffis Exp $ - -IUSE="ssl" - -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://jelmer.vernstok.nl/${PN}/" -SRC_URI="http://jelmer.vernstok.nl/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~alpha x86" -IUSE="" -DEPEND=" - >=dev-libs/glib-2 - dev-libs/popt - dev-libs/libxml2 - dev-libs/tdb - dev-libs/libpcre - ssl? ( dev-libs/openssl )" - -src_compile() { - use alpha && append-flags -fPIC - econf || die - emake || die -} - -src_install() { - make install \ - DESTDIR=${D} \ - man1dir=/usr/share/man/man1 \ - man5dir=/usr/share/man/man5 || die - gzip ${D}/usr/share/doc/*/* - dodoc ctrlproxyrc.example -} diff --git a/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild index 41b194d4ebbf..dc8f3a0c322a 100644 --- a/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild,v 1.1 2004/01/08 19:15:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild,v 1.2 2004/04/06 03:11:38 vapier Exp $ -IUSE="ssl" +inherit flag-o-matic DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://jelmer.vernstok.nl/${PN}/" SRC_URI="http://jelmer.vernstok.nl/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~x86" -IUSE="" -DEPEND=" - >=dev-libs/glib-2 +KEYWORDS="x86 alpha" +IUSE="ssl" + +DEPEND=">=dev-libs/glib-2 dev-libs/popt dev-libs/libxml2 dev-libs/tdb diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.0 b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.0 deleted file mode 100644 index 9b3e10edb8c5..000000000000 --- a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9cccf105d470c05362560612253f6b2 ctrlproxy-2.0.tar.gz 3072 diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 deleted file mode 100644 index 80892e1db2dc..000000000000 --- a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 98a61de42fd528b321b6c967bc59f526 ctrlproxy_2.2-2.tar.gz 2688 diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.5 b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.5 deleted file mode 100644 index f2d0ff811723..000000000000 --- a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 42ce7a61b3ca885f110125bfd28fff3e ctrlproxy-2.5.tar.gz 427684 |