diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 17:51:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 17:51:18 +0000 |
commit | 4f3ca7cb05c2d1b6c5e1d5a4bc4aa692c1076f98 (patch) | |
tree | 9469fcd114dc98dbc56d3c9693d6cfd2fe9f4ab9 /net-im | |
parent | Version updated to 1.2.3 (diff) | |
download | gentoo-2-4f3ca7cb05c2d1b6c5e1d5a4bc4aa692c1076f98.tar.gz gentoo-2-4f3ca7cb05c2d1b6c5e1d5a4bc4aa692c1076f98.tar.bz2 gentoo-2-4f3ca7cb05c2d1b6c5e1d5a4bc4aa692c1076f98.zip |
KEYWORD clean up
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.5.1 | 1 | ||||
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.6 | 1 | ||||
-rw-r--r-- | net-im/naim/files/digest-naim-0.11.6-r1 | 1 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.5.1.ebuild | 54 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.5.9.ebuild | 4 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.6-r1.ebuild | 37 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.6.1.ebuild | 31 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.6.ebuild | 63 |
8 files changed, 16 insertions, 176 deletions
diff --git a/net-im/naim/files/digest-naim-0.11.5.1 b/net-im/naim/files/digest-naim-0.11.5.1 deleted file mode 100644 index 48c6bf220adf..000000000000 --- a/net-im/naim/files/digest-naim-0.11.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd3876708fde0ff0bf0c760e3b1b364c naim-0.11.5.1.tar.gz 375624 diff --git a/net-im/naim/files/digest-naim-0.11.6 b/net-im/naim/files/digest-naim-0.11.6 deleted file mode 100644 index a414306538c2..000000000000 --- a/net-im/naim/files/digest-naim-0.11.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 1843dc1ab9660cf8a2412acd9dbbb0e9 naim-0.11.6.tar.gz 820532 diff --git a/net-im/naim/files/digest-naim-0.11.6-r1 b/net-im/naim/files/digest-naim-0.11.6-r1 deleted file mode 100644 index a414306538c2..000000000000 --- a/net-im/naim/files/digest-naim-0.11.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1843dc1ab9660cf8a2412acd9dbbb0e9 naim-0.11.6.tar.gz 820532 diff --git a/net-im/naim/naim-0.11.5.1.ebuild b/net-im/naim/naim-0.11.5.1.ebuild deleted file mode 100644 index 961c9c7ce275..000000000000 --- a/net-im/naim/naim-0.11.5.1.ebuild +++ /dev/null @@ -1,54 +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-im/naim/naim-0.11.5.1.ebuild,v 1.5 2003/03/20 13:50:45 seemant Exp $ - -VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`" -VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`" -FOLDER="${P}" -SNAP="" - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="An ncurses AOL Instant Messenger." -HOMEPAGE="http://site.rpi-acm.org/info/naim/" -SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz" -#P="`echo ${P}|sed -e 's:_.*$::'`" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa ~arm" - -DEPEND=">=sys-libs/ncurses-5.2" - - -src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" - 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.5.9.ebuild b/net-im/naim/naim-0.11.5.9.ebuild index 3cf5fcdc1495..701f1ce5acc0 100644 --- a/net-im/naim/naim-0.11.5.9.ebuild +++ b/net-im/naim/naim-0.11.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.5.9.ebuild,v 1.5 2003/09/05 23:58:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.9.ebuild,v 1.6 2003/10/14 17:51:18 vapier Exp $ FOLDER="${P}" SNAP="" @@ -15,7 +15,7 @@ HOMEPAGE="http://naim.n.ml.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~alpha ~sparc" +KEYWORDS="x86 ppc ~alpha ~sparc" DEPEND=">=sys-libs/ncurses-5.2" diff --git a/net-im/naim/naim-0.11.6-r1.ebuild b/net-im/naim/naim-0.11.6-r1.ebuild deleted file mode 100644 index 8f8fa05afb8c..000000000000 --- a/net-im/naim/naim-0.11.6-r1.ebuild +++ /dev/null @@ -1,37 +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-im/naim/naim-0.11.6-r1.ebuild,v 1.2 2003/07/25 21:12:07 raker Exp $ - -IUSE="debug" - -DESCRIPTION="An ncurses based AOL Instant Messenger." -SRC_URI="http://shell.n.ml.org/n/naim/${P}.tar.gz" -HOMEPAGE="http://naim.n.ml.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips" - -DEPEND=">=sys-libs/ncurses-5.2" - -src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" - # --enable-profile - # --experimental-buddy-grouping - - # by default will install to /usr/share/doc/${P} - myconf="${myconf} --with-pkgdocdir=/usr/share/doc/${PN}-${PVR}" - - use debug && myconf="${myconf} --enable-debug" - - econf ${myconf} || die "configure failed" - - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - dodoc AUTHORS BUGS ChangeLog NEWS doc/course.hlp doc/naim.hlp -} diff --git a/net-im/naim/naim-0.11.6.1.ebuild b/net-im/naim/naim-0.11.6.1.ebuild index 2ae84ae2ad84..6693e58ff5e2 100644 --- a/net-im/naim/naim-0.11.6.1.ebuild +++ b/net-im/naim/naim-0.11.6.1.ebuild @@ -1,37 +1,34 @@ # Copyright 1999-2003 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.6.1.ebuild,v 1.1 2003/10/02 23:17:14 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.6.1.ebuild,v 1.2 2003/10/14 17:51:18 vapier Exp $ -IUSE="debug" -DESCRIPTION="An ncurses based AOL Instant Messenger." -SRC_URI="http://site.n.ml.org/download/20030923195458/naim/${P}.tar.bz2" +DESCRIPTION="An ncurses based AOL Instant Messenger" HOMEPAGE="http://site.n.ml.org/info/naim/" +SRC_URI="http://site.n.ml.org/download/20030923195458/naim/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips" +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ia64 ~amd64" +IUSE="debug" DEPEND=">=sys-libs/ncurses-5.2" src_compile() { - local myconf - myconf="--with-gnu-ld --enable-detach" + local myconf="" # --enable-profile # --experimental-buddy-grouping + use debug && myconf="--enable-debug" - # by default will install to /usr/share/doc/${P} - myconf="${myconf} --with-pkgdocdir=/usr/share/doc/${PN}-${PVR}" - - use debug && myconf="${myconf} --enable-debug" - - econf ${myconf} || die "configure failed" - + econf \ + --with-pkgdocdir=/usr/share/doc/${PF} \ + --enable-detach \ + ${myconf} \ + || die "configure failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" - - dodoc AUTHORS COPYING FAQ BUGS README NEWS ChangeLog doc/*.hlp + dodoc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp } diff --git a/net-im/naim/naim-0.11.6.ebuild b/net-im/naim/naim-0.11.6.ebuild deleted file mode 100644 index 73bc4d48450d..000000000000 --- a/net-im/naim/naim-0.11.6.ebuild +++ /dev/null @@ -1,63 +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-im/naim/naim-0.11.6.ebuild,v 1.4 2003/10/02 18:15:34 brad_mssw Exp $ - -FOLDER="${P}" -SNAP="" - -MY_P="${P/_/}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="An ncurses AOL Instant Messenger." -# This source might change... -#SRC_URI="http://site.n.ml.org/download/20030607190139/${PN}/${P}.tar.gz" -SRC_URI="http://shell.n.ml.org/n/naim/${P}.tar.gz" -HOMEPAGE="http://naim.n.ml.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips ia64 ~amd64" - -DEPEND=">=sys-libs/ncurses-5.2" - - -src_compile() { - einfo "${MY_P}" - - local myconf - myconf="--with-gnu-ld --enable-detach" - use static && myconf="${myconf} --enable-static=yes" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - dobin src/naim - dosym /usr/bin/naim /usr/bin/nicq - dosym /usr/bin/naim /usr/bin/nirc - dosym /usr/bin/naim /usr/bin/nlily - - 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 - - dodir /usr/share/doc/naim - insinto /usr/share/doc/naim - doins ${S}/src/{commands,keyboard}.txt - doins ${S}/doc/COLORS ${S}/FAQ -} |