summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-11-16 18:15:51 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-11-16 18:15:51 +0000
commit0701e24216c518feab7ca0c11827d68d0b539745 (patch)
tree229c1e6b16cef6e3e4a3fa9814c1bce70534ed6f /net-im
parentunstablified versoin bump (diff)
downloadgentoo-2-0701e24216c518feab7ca0c11827d68d0b539745.tar.gz
gentoo-2-0701e24216c518feab7ca0c11827d68d0b539745.tar.bz2
gentoo-2-0701e24216c518feab7ca0c11827d68d0b539745.zip
version bump and SRC_URI changes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/naim/ChangeLog9
-rw-r--r--net-im/naim/files/digest-naim-0.11.4.131
-rw-r--r--net-im/naim/naim-0.11.4.13.ebuild51
-rw-r--r--net-im/naim/naim-0.11.4.9.ebuild9
4 files changed, 64 insertions, 6 deletions
diff --git a/net-im/naim/ChangeLog b/net-im/naim/ChangeLog
index da8847d68f9f..2218e2220078 100644
--- a/net-im/naim/ChangeLog
+++ b/net-im/naim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/naim
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.5 2002/10/25 07:33:51 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.6 2002/11/16 18:15:51 lostlogic Exp $
+
+*naim-0.11.4.13 (16 Nov 2002)
+
+ 16 Nov 2002; Brandon Low <lostlogic@gentoo.org> naim-0.11.4.13.ebuild :
+
+ Another bugfix release. Do we see a trend? I did some work to make
+ the SRC_URI more forward compatible in this one.
*naim-0.11.4.9 (25 Oct 2002)
diff --git a/net-im/naim/files/digest-naim-0.11.4.13 b/net-im/naim/files/digest-naim-0.11.4.13
new file mode 100644
index 000000000000..3051d4c00dad
--- /dev/null
+++ b/net-im/naim/files/digest-naim-0.11.4.13
@@ -0,0 +1 @@
+MD5 77c32ad1c58d1ab818a742928963c6fe naim-0.11.4.13.tar.gz 362559
diff --git a/net-im/naim/naim-0.11.4.13.ebuild b/net-im/naim/naim-0.11.4.13.ebuild
new file mode 100644
index 000000000000..555ebfa9db76
--- /dev/null
+++ b/net-im/naim/naim-0.11.4.13.ebuild
@@ -0,0 +1,51 @@
+# 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.13.ebuild,v 1.1 2002/11/16 18:15:51 lostlogic Exp $
+
+VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
+VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${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.9.ebuild b/net-im/naim/naim-0.11.4.9.ebuild
index 4b67d51490f1..ca0b0cea5d33 100644
--- a/net-im/naim/naim-0.11.4.9.ebuild
+++ b/net-im/naim/naim-0.11.4.9.ebuild
@@ -1,11 +1,10 @@
# 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.9.ebuild,v 1.1 2002/10/25 07:33:51 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.4.9.ebuild,v 1.2 2002/11/16 18:15:51 lostlogic 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"
+VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
+VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${P}.tar.gz"
DESCRIPTION="An ncurses AOL Instant Messenger."
HOMEPAGE="http://site.rpi-acm.org/info/naim/"