diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-30 01:26:22 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-30 01:26:22 +0000 |
commit | b4b4cc32d82e6319cbd3cf8649bbae718be7d78d (patch) | |
tree | d9214100f9d2a46b1e596491235387274763985f /net-im/naim | |
parent | libpng bugfix bump (diff) | |
download | historical-b4b4cc32d82e6319cbd3cf8649bbae718be7d78d.tar.gz historical-b4b4cc32d82e6319cbd3cf8649bbae718be7d78d.tar.bz2 historical-b4b4cc32d82e6319cbd3cf8649bbae718be7d78d.zip |
taking out the trash
Diffstat (limited to 'net-im/naim')
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.4.8 | 1 | ||||
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.4.8_pre1 | 1 | ||||
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.4_p1 | 1 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.4.8.ebuild | 52 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.4.8_pre1.ebuild | 50 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.4_p1.ebuild | 50 |
6 files changed, 0 insertions, 155 deletions
diff --git a/net-im/naim/files/digest-naim-0.11.4.8 b/net-im/naim/files/digest-naim-0.11.4.8 deleted file mode 100644 index c6c7b448d2f9..000000000000 --- a/net-im/naim/files/digest-naim-0.11.4.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f3cf7564b40b7e4f41ca2c2e06910de naim-0.11.4.8.tar.gz 362822 diff --git a/net-im/naim/files/digest-naim-0.11.4.8_pre1 b/net-im/naim/files/digest-naim-0.11.4.8_pre1 deleted file mode 100644 index 5a7e2f73b316..000000000000 --- a/net-im/naim/files/digest-naim-0.11.4.8_pre1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9349be7c4b63df743da9f18f855801ed naim-0.11.4.8-2002-10-19-1516.tar.gz 362848 diff --git a/net-im/naim/files/digest-naim-0.11.4_p1 b/net-im/naim/files/digest-naim-0.11.4_p1 deleted file mode 100644 index ef740fa62fad..000000000000 --- a/net-im/naim/files/digest-naim-0.11.4_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5253a39fe594440478dc4f3fb8538ca4 naim-0.11.4p1.tar.gz 348341 diff --git a/net-im/naim/naim-0.11.4.8.ebuild b/net-im/naim/naim-0.11.4.8.ebuild deleted file mode 100644 index edb272de7d40..000000000000 --- a/net-im/naim/naim-0.11.4.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.4.8.ebuild,v 1.3 2002/10/20 18:51:53 vapier Exp $ - -# if the below URI isn't updated, check -# http://128.113.139.111/~n/.naim_archive/naim-VERSION.tar.gz -# but that doesn't have as good uptime. -SRC_URI="http://www.acm.rpi.edu/~n/${P}.tar.gz" -DESCRIPTION="An ncurses AOL Instant Messenger." -HOMEPAGE="http://site.rpi-acm.org/info/naim/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND=">=sys-libs/ncurses-5.2 - virtual/glibc" - -S="${WORKDIR}/${P}" - -src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" - use pic && myconf="${myconf} --with-pic" - use static && myconf="${myconf} --enable-static=yes" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - dobin src/naim - - doman naim.1 - - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README doc/* - - insinto /usr/share/${P} - newins contrib/README.aimconvert README.aimconvert - newins contrib/aimconvert.tcl aimconvert.tcl - newins contrib/extractbuddy.sh extractbuddy.sh - newins contrib/sendim.sh sendim.sh - newins src/cmplhlp2.sh cmplhlp2.sh - newins src/cmplhelp.sh cmplhelp.sh - newins src/cmplsample.sh cmplsample.sh - newins src/genkeys.sh genkeys.sh - - insinto /usr/include/${PN} - newins include/modutil.h modutil.h - newins include/naim.h naim.h - newins include/config.h config.h -} diff --git a/net-im/naim/naim-0.11.4.8_pre1.ebuild b/net-im/naim/naim-0.11.4.8_pre1.ebuild deleted file mode 100644 index d25706eed791..000000000000 --- a/net-im/naim/naim-0.11.4.8_pre1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.4.8_pre1.ebuild,v 1.2 2002/10/20 18:51:53 vapier Exp $ - -MY_P="${PN}-0.11.4.8" -SRC_URI="http://128.113.139.111/~n/.naim_archive/naim-0.11.4.8-2002-10-19-1516.tar.gz" -DESCRIPTION="An ncurses AOL Instant Messenger." -HOMEPAGE="http://site.rpi-acm.org/info/naim/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND=">=sys-libs/ncurses-5.2 - virtual/glibc" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" - use pic && myconf="${myconf} --with-pic" - use static && myconf="${myconf} --enable-static=yes" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - dobin src/naim - - doman naim.1 - - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README doc/* - - insinto /usr/share/${P} - newins contrib/README.aimconvert README.aimconvert - newins contrib/aimconvert.tcl aimconvert.tcl - newins contrib/extractbuddy.sh extractbuddy.sh - newins contrib/sendim.sh sendim.sh - newins src/cmplhlp2.sh cmplhlp2.sh - newins src/cmplhelp.sh cmplhelp.sh - newins src/cmplsample.sh cmplsample.sh - newins src/genkeys.sh genkeys.sh - - insinto /usr/include/${PN} - newins include/modutil.h modutil.h - newins include/naim.h naim.h - newins include/config.h config.h -} diff --git a/net-im/naim/naim-0.11.4_p1.ebuild b/net-im/naim/naim-0.11.4_p1.ebuild deleted file mode 100644 index a5e3fb370cbe..000000000000 --- a/net-im/naim/naim-0.11.4_p1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.4_p1.ebuild,v 1.2 2002/10/20 18:51:53 vapier Exp $ - -MY_P="${P/_p1/}" -SRC_URI="http://www.acm.cs.rpi.edu/%7En/${P/_/}.tar.gz" -DESCRIPTION="An ncurses AOL Instant Messenger." -HOMEPAGE="http://site.rpi-acm.org/info/naim/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND=">=sys-libs/ncurses-5.2 - virtual/glibc" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" - use pic && myconf="${myconf} --with-pic" - use static && myconf="${myconf} --enable-static=yes" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - dobin src/naim - - doman naim.1 - - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README doc/* - - insinto /usr/share/${P} - newins contrib/README.aimconvert README.aimconvert - newins contrib/aimconvert.tcl aimconvert.tcl - newins contrib/extractbuddy.sh extractbuddy.sh - newins contrib/sendim.sh sendim.sh - newins src/cmplhlp2.sh cmplhlp2.sh - newins src/cmplhelp.sh cmplhelp.sh - newins src/cmplsample.sh cmplsample.sh - newins src/genkeys.sh genkeys.sh - - insinto /usr/include/${PN} - newins include/modutil.h modutil.h - newins include/naim.h naim.h - newins include/config.h config.h -} |