diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 08:32:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 08:32:57 +0000 |
commit | 0c1fe4d0a7af099af0bbc0c117ff88d4a22ecb30 (patch) | |
tree | 3567f0b5b0b1336fea941d715e1151398e14c772 /net-im | |
parent | old, qa (diff) | |
download | gentoo-2-0c1fe4d0a7af099af0bbc0c117ff88d4a22ecb30.tar.gz gentoo-2-0c1fe4d0a7af099af0bbc0c117ff88d4a22ecb30.tar.bz2 gentoo-2-0c1fe4d0a7af099af0bbc0c117ff88d4a22ecb30.zip |
old, qa
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/naim-0.11.7.2.ebuild | 34 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.8.2.1.ebuild | 50 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.8.3.1.ebuild | 20 |
3 files changed, 8 insertions, 96 deletions
diff --git a/net-im/naim/naim-0.11.7.2.ebuild b/net-im/naim/naim-0.11.7.2.ebuild deleted file mode 100644 index 4133a377571c..000000000000 --- a/net-im/naim/naim-0.11.7.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.7.2.ebuild,v 1.16 2009/05/09 20:13:29 gentoofan23 Exp $ - -DESCRIPTION="An ncurses based AOL Instant Messenger" -HOMEPAGE="http://naim.n.ml.org" -SRC_URI="http://shell.n.ml.org/n/naim/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~sparc x86" -IUSE="debug" - -DEPEND=">=sys-libs/ncurses-5.2 - app-misc/screen" -RDEPEND="${DEPEND}" - -src_compile() { - # --enable-profile - local myconf="" - - use debug && myconf="${myconf} --enable-debug" - - econf \ - --with-pkgdocdir=/usr/share/doc/${PF} \ - --enable-detach \ - ${myconf} - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp -} diff --git a/net-im/naim/naim-0.11.8.2.1.ebuild b/net-im/naim/naim-0.11.8.2.1.ebuild deleted file mode 100644 index d2edbdd69627..000000000000 --- a/net-im/naim/naim-0.11.8.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.8.2.1.ebuild,v 1.6 2009/05/09 20:13:29 gentoofan23 Exp $ - -DESCRIPTION="An ncurses based AOL Instant Messenger" -HOMEPAGE="http://naim.n.ml.org" -SRC_URI="http://naim.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug screen" - -# the tests dont work -RESTRICT=test - -DEPEND=">=sys-libs/ncurses-5.2 - screen? ( app-misc/screen )" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Alter makefile so firetalk-int.h is installed - sed -i 's/include_HEADERS = firetalk.h/include_HEADERS = firetalk.h firetalk-int.h/' \ - libfiretalk/Makefile.am \ - libfiretalk/Makefile.in || die "Sed failed!" -} - -src_compile() { - # --enable-profile - local myconf="" - - use debug && myconf="${myconf} --enable-debug" - use screen && myconf="${myconf} --enable-detach" - - econf \ - --with-pkgdocdir=/usr/share/doc/${PF} \ - ${myconf} - - # Use -j1, because naim doesn't compile with ${MAKEOPTS} > 1 - # see bug #139329 - emake -j1 || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp -} diff --git a/net-im/naim/naim-0.11.8.3.1.ebuild b/net-im/naim/naim-0.11.8.3.1.ebuild index b75b6cd4119e..686ec2be6f70 100644 --- a/net-im/naim/naim-0.11.8.3.1.ebuild +++ b/net-im/naim/naim-0.11.8.3.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.8.3.1.ebuild,v 1.3 2009/05/09 20:13:29 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.8.3.1.ebuild,v 1.4 2009/09/23 08:32:57 ssuominen Exp $ + +EAPI=2 DESCRIPTION="An ncurses based AOL Instant Messenger" HOMEPAGE="http://naim.n.ml.org" @@ -14,21 +16,17 @@ IUSE="debug screen" RESTRICT="test" DEPEND=">=sys-libs/ncurses-5.2 - screen? ( app-misc/screen )" + screen? ( app-misc/screen )" RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { # Alter makefile so firetalk-int.h is installed sed -i 's/include_HEADERS = firetalk.h/include_HEADERS = firetalk.h firetalk-int.h/' \ libfiretalk/Makefile.am \ - libfiretalk/Makefile.in || die "Sed failed!" + libfiretalk/Makefile.in || die } -src_compile() { - # --enable-profile +src_configure() { local myconf="" use debug && myconf="${myconf} --enable-debug" @@ -37,11 +35,9 @@ src_compile() { econf \ --with-pkgdocdir=/usr/share/doc/${PF} \ ${myconf} - - emake || die "make failed" } src_install() { - emake DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die dodoc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp } |