diff options
author | 2009-09-23 08:30:16 +0000 | |
---|---|---|
committer | 2009-09-23 08:30:16 +0000 | |
commit | 9655865c2e73ad324e5db0773b062ff4306a9544 (patch) | |
tree | 8eb20d3e904557fea78602de3cf3fea98251e4c7 /net-im | |
parent | x11-apps/xrandr: bump to 1.3.2 (diff) | |
download | gentoo-2-9655865c2e73ad324e5db0773b062ff4306a9544.tar.gz gentoo-2-9655865c2e73ad324e5db0773b062ff4306a9544.tar.bz2 gentoo-2-9655865c2e73ad324e5db0773b062ff4306a9544.zip |
old, qa
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild | 21 | ||||
-rw-r--r-- | net-im/naim-modules/naim-modules-0.0.11.7.2.ebuild | 27 |
2 files changed, 12 insertions, 36 deletions
diff --git a/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild b/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild index bad99e640264..4dfad265b9e1 100644 --- a/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild +++ b/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild @@ -1,27 +1,30 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild,v 1.1 2005/05/10 04:21:09 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/naim-modules-0.0.11.7.2-r1.ebuild,v 1.2 2009/09/23 08:30:16 ssuominen Exp $ + +EAPI=2 +MY_PV=${PV}-2004-07-20-0047 -MY_PV="${PV}-2004-07-20-0047" DESCRIPTION="a bunch of modules for the naim im client" HOMEPAGE="http://site.n.ml.org/info/naim/" SRC_URI="http://site.n.ml.org/download/20050313142544/naim/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=net-im/naim-0.11.7.3" +RDEPEND=">=net-im/naim-0.11.7.3" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN}-${MY_PV} -src_compile() { - econf --with-pkgdocdir=/usr/share/doc/${PF} || die "configure failed" - emake || die "make failed" +src_configure() { + econf \ + --with-pkgdocdir=/usr/share/doc/${PF} } src_install() { - make DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README } diff --git a/net-im/naim-modules/naim-modules-0.0.11.7.2.ebuild b/net-im/naim-modules/naim-modules-0.0.11.7.2.ebuild deleted file mode 100644 index 79e04a7e2cf5..000000000000 --- a/net-im/naim-modules/naim-modules-0.0.11.7.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/naim-modules-0.0.11.7.2.ebuild,v 1.1 2005/01/25 19:12:00 rizzo Exp $ - -MY_PV="${PV}-2004-07-20-0047" -DESCRIPTION="a bunch of modules for the naim im client" -HOMEPAGE="http://site.n.ml.org/info/naim/" -SRC_URI="http://site.n.ml.org/download/20050124143557/naim/${PN}-${MY_PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" -IUSE="" - -DEPEND=">=net-im/naim-0.11.7.3" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_compile() { - econf --with-pkgdocdir=/usr/share/doc/${PF} || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} |