diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-10-17 01:07:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-10-17 01:07:08 +0000 |
commit | f0ffd90759a5a670415a67ba9f4e85bc1612286e (patch) | |
tree | 41c6ca36833b7e0feb2a2070c2e684f97cdbb4bb /net-irc | |
parent | Removed old version. (Manifest recommit) (diff) | |
download | gentoo-2-f0ffd90759a5a670415a67ba9f4e85bc1612286e.tar.gz gentoo-2-f0ffd90759a5a670415a67ba9f4e85bc1612286e.tar.bz2 gentoo-2-f0ffd90759a5a670415a67ba9f4e85bc1612286e.zip |
Removed old ebuilds.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eggdrop/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild | 117 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.16-r1.ebuild | 107 | ||||
-rw-r--r-- | net-irc/eggdrop/files/digest-eggdrop-1.6.15-r2 | 3 | ||||
-rw-r--r-- | net-irc/eggdrop/files/digest-eggdrop-1.6.16-r1 | 2 |
5 files changed, 5 insertions, 230 deletions
diff --git a/net-irc/eggdrop/ChangeLog b/net-irc/eggdrop/ChangeLog index a0643be10f09..5322f7db811a 100644 --- a/net-irc/eggdrop/ChangeLog +++ b/net-irc/eggdrop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/eggdrop # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.29 2004/10/09 19:04:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.30 2004/10/17 01:07:07 swegener Exp $ + + 17 Oct 2004; Sven Wegener <swegener@gentoo.org> -eggdrop-1.6.15-r2.ebuild, + -eggdrop-1.6.16-r1.ebuild: + Removed old ebuilds. 09 Oct 2004; Jason Wever <weeve@gentoo.org> eggdrop-1.6.17.ebuild: Stable on sparc. diff --git a/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild b/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild deleted file mode 100644 index a1a9bf541c4b..000000000000 --- a/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild,v 1.9 2004/08/05 23:07:32 swegener Exp $ - -inherit fixheadtails eutils - -DESCRIPTION="An IRC bot extensible with C or Tcl." -HOMEPAGE="http://www.eggheads.org/" -SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop${PV}.tar.gz - http://gentoo.mirror.at.stealer.net/files/${P}-STEALER.net.patch.bz2 - http://www.egghelp.org/files/patches/eggdrop${PV}-ssl.fixed.diff.gz" -KEYWORDS="~x86 ~sparc ~mips ~ia64 ~amd64 ~ppc" - -LICENSE="GPL-2" -SLOT="0" - -IUSE="debug static ipv6 ssl mysql" -DEPEND="dev-lang/tcl - ssl? ( dev-libs/openssl ) - mysql? ( dev-db/mysql )" - -pkg_setup() { - use ipv6 && \ - ewarn "Note: If eggdrop is built with ipv6 support, the dns.so module is" - ewarn "not built." - - use mysql && \ - ewarn "Note: for this release mysql has been temporarily disabled." -} - -src_unpack() { - - unpack ${A} - use ssl && epatch eggdrop${PV}-ssl.fixed.diff - - mv ${WORKDIR}/eggdrop${PV} ${WORKDIR}/${P} - - epatch ${FILESDIR}/${P}-config.patch - epatch ${FILESDIR}/${P}-botchk.patch - epatch ${FILESDIR}/${P}-configure-in.patch - epatch ${FILESDIR}/${P}-potential-undef-tm-struct.patch - epatch ${P}-STEALER.net.patch - epatch ${FILESDIR}/${P}-mysql-use_ssl-fix.patch - - cd ${WORKDIR}/${P} - ht_fix_file configure aclocal.m4 - - autoconf || die "autoconf failed?!" - -} - -src_compile() { - local mytarg myconf - - # Sets eggdrop to use ipv6 - use ipv6 && myconf="${myconf} --enable-ipv6" - use mysql || echo mysql >>disabled_modules - use ssl && myconf="${myconf} --with-ssl" - ./configure \ - --host=${CHOST} \ - --disable-cc-optimization \ - ${myconf} || die "./configure failed" - - make config || die "module config failed" - - if use static; then - make static || die "make static failed" - fi - - if use debug; then - make debug || die "make debug failed" - fi - make || die "make failed" - -} - -src_install() { - - local a - make DEST=${D}/opt/eggdrop install - - for a in doc/* - do - [ -f $a ] && dodoc $a - done - - cd src/mod - for a in *.mod - do - for b in README UPDATES INSTALL TODO CONTENTS - do - [ -f $a/$b ] && newdoc $a/$b $b.$a - done - done - cd ${S} - - dodoc src/mod/botnetop.mod/botnetop.conf src/mod/gseen.mod/gseen.conf - dodoc src/mod/mc_greet.mod/mc_greet.conf src/mod/stats.mod/stats.conf - dodoc src/mod/away.mod/away.doc src/mod/rcon.mod/matchbot.tcl - - for a in doc/html/* - do - [ -f $a ] && dohtml $a - done - - dobin ${FILESDIR}/eggdrop-installer - doman doc/man1/eggdrop.1 -} - -pkg_postinst() { - einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." - - if use ssl; then - einfo "You must ad 'set use-ssl [0/1]' to your bot.conf to disable/" - einfo "enable SSL connectivity." - fi -} diff --git a/net-irc/eggdrop/eggdrop-1.6.16-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.16-r1.ebuild deleted file mode 100644 index aecb93609856..000000000000 --- a/net-irc/eggdrop/eggdrop-1.6.16-r1.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.16-r1.ebuild,v 1.3 2004/10/04 22:34:59 pvdabeel Exp $ - -inherit fixheadtails eutils - -MY_P=eggdrop${PV} -PATCHSET_V=1.1 - -DESCRIPTION="An IRC bot extensible with C or Tcl." -HOMEPAGE="http://www.eggheads.org/" -SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/${MY_P}.tar.gz - http://gentoo.mirror.at.stealer.net/files/${P}-patches-${PATCHSET_V}.tar.bz2" -KEYWORDS="x86 sparc ~mips ~ia64 ~amd64 ppc" -LICENSE="GPL-2" -SLOT="0" -IUSE="debug static mysql postgres ssl" - -DEPEND="dev-lang/tcl - mysql? ( dev-db/mysql ) - postgres? ( dev-db/postgresql ) - ssl? ( dev-libs/openssl )" - -S=${WORKDIR}/${MY_P} - -# We're unsetting CC and CFLAGS, as eggdrop uses a mixture of 2.13 and 2.59 -# configure scripts and the 2.13 script (src/mod/eggmod.sh) will bail out when -# the 2.59 configure script passes CC= and CFLAGS= arguments. We save CFLAGS -# and pass them directly to make in src_compile(). - -MY_CFLAGS="${CFLAGS}" -unset CFLAGS CC - -src_unpack() { - unpack ${A} - cd ${S} - - EPATCH_SUFFIX="patch" epatch || die "epatch failed" - - ht_fix_file configure -} - -src_compile() { - local target="" - - use mysql || ( echo mysql ; echo mystats ) >>disabled_modules - use postgres || echo pgstats >>disabled_modules - - ./configure `use_with ssl` || die "./configure failed" - - make config || die "module config failed" - - if use static && use debug; then - target="sdebug" - elif use static; then - target="static" - elif use debug; then - target="debug" - fi - - emake -j1 CFLGS="${MY_CFLAGS}" ${target} || die "emake ${target} failed" -} - -src_install() { - local a b - make DEST=${D}/opt/eggdrop install || die "make install failed" - - for a in doc/* - do - [ -f $a ] && dodoc $a - done - - cd src/mod - for a in *.mod - do - for b in README UPDATES INSTALL TODO CONTENTS - do - [ -f $a/$b ] && newdoc $a/$b $b.$a - done - done - cd ${S} - - dodoc \ - src/mod/botnetop.mod/botnetop.conf \ - src/mod/gseen.mod/gseen.conf \ - src/mod/mc_greet.mod/mc_greet.conf \ - src/mod/stats.mod/stats.conf \ - src/mod/away.mod/away.doc \ - src/mod/rcon.mod/matchbot.tcl \ - src/mod/mystats.mod/tools/mystats.{conf,sql} \ - src/mod/pgstats.mod/tools/pgstats.{conf,php,sql} \ - eggdrop.*.conf \ - text/motd.* - - for a in doc/html/* - do - [ -f $a ] && dohtml $a - done - - dobin ${FILESDIR}/eggdrop-installer - doman doc/man1/eggdrop.1 -} - -pkg_postinst() { - einfo "NOTE: IPV6 support has been dropped by upstream maintainers." - einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." -} diff --git a/net-irc/eggdrop/files/digest-eggdrop-1.6.15-r2 b/net-irc/eggdrop/files/digest-eggdrop-1.6.15-r2 deleted file mode 100644 index 3f45597aee22..000000000000 --- a/net-irc/eggdrop/files/digest-eggdrop-1.6.15-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f1f0c3e8b914d626c06a567560f737dd eggdrop1.6.15.tar.gz 961868 -MD5 b52560e86131aed26720c7662fe3f947 eggdrop-1.6.15-STEALER.net.patch.bz2 214563 -MD5 ac2a146dc1ec2c4e28bf8e77178fae74 eggdrop1.6.15-ssl.fixed.diff.gz 20318 diff --git a/net-irc/eggdrop/files/digest-eggdrop-1.6.16-r1 b/net-irc/eggdrop/files/digest-eggdrop-1.6.16-r1 deleted file mode 100644 index 7d7621de3e1c..000000000000 --- a/net-irc/eggdrop/files/digest-eggdrop-1.6.16-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6f23bd8b524d27cc69850ae104960544 eggdrop1.6.16.tar.gz 964771 -MD5 a5c4dd2ff52e445c5771763815845c61 eggdrop-1.6.16-patches-1.1.tar.bz2 345263 |