summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-03 11:20:03 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-03 11:20:03 +0000
commitdfa2e3b66aceb084247e4198af51185f81411d10 (patch)
tree4a02cd0ef22b59fd6cb45f7f90cf512904e2ff16 /app-arch/alien
parentalpha/ia64/sparc stable wrt #208366 (diff)
downloadgentoo-2-dfa2e3b66aceb084247e4198af51185f81411d10.tar.gz
gentoo-2-dfa2e3b66aceb084247e4198af51185f81411d10.tar.bz2
gentoo-2-dfa2e3b66aceb084247e4198af51185f81411d10.zip
Version bump wrt #203662, thanks to Raúl Porcel for reporting.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-arch/alien')
-rw-r--r--app-arch/alien/ChangeLog11
-rw-r--r--app-arch/alien/alien-8.47.ebuild34
-rw-r--r--app-arch/alien/alien-8.53.ebuild34
-rw-r--r--app-arch/alien/alien-8.65.ebuild34
-rw-r--r--app-arch/alien/alien-8.66.ebuild27
-rw-r--r--app-arch/alien/alien-8.69.ebuild31
6 files changed, 40 insertions, 131 deletions
diff --git a/app-arch/alien/ChangeLog b/app-arch/alien/ChangeLog
index e30dafaa5800..1cd335b8c20d 100644
--- a/app-arch/alien/ChangeLog
+++ b/app-arch/alien/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-arch/alien
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.20 2007/05/21 15:47:19 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.21 2008/02/03 11:20:03 drac Exp $
+
+*alien-8.69 (03 Feb 2008)
+
+ 03 Feb 2008; Samuli Suominen <drac@gentoo.org> -alien-8.47.ebuild,
+ -alien-8.53.ebuild, -alien-8.65.ebuild, -alien-8.66.ebuild,
+ +alien-8.69.ebuild:
+ Version bump wrt #203662, thanks to Raúl Porcel for reporting.
21 May 2007; Raúl Porcel <armin76@gentoo.org> alien-8.64.ebuild:
alpha stable wrt #149666
diff --git a/app-arch/alien/alien-8.47.ebuild b/app-arch/alien/alien-8.47.ebuild
deleted file mode 100644
index 811131cb35a6..000000000000
--- a/app-arch/alien/alien-8.47.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.47.ebuild,v 1.7 2007/02/19 14:59:17 lordvan Exp $
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien/"
-SRC_URI="mirror://debian/pool/main/a/alien/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
- >=app-arch/rpm-4.0.4-r4
- >=app-arch/bzip2-1.0.2-r2
- >=app-arch/dpkg-1.10.9"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- perl Makefile.PL PREFIX="${D}/usr" || die "configuration failed"
- emake || die "emake failed."
-}
-
-src_install() {
- dodir /usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V;'`/Alien/Package
- make install \
- PREFIX=${D}/usr \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- VARPREFIX=${D}
- dodoc INSTALL README TODO
-}
diff --git a/app-arch/alien/alien-8.53.ebuild b/app-arch/alien/alien-8.53.ebuild
deleted file mode 100644
index ae893e1ba30a..000000000000
--- a/app-arch/alien/alien-8.53.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.53.ebuild,v 1.4 2007/02/19 14:59:17 lordvan Exp $
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien/"
-SRC_URI="mirror://debian/pool/main/a/alien/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
- >=app-arch/rpm-4.0.4-r4
- >=app-arch/bzip2-1.0.2-r2
- >=app-arch/dpkg-1.10.9"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- perl Makefile.PL PREFIX="${D}/usr" || die "configuration failed"
- emake || die "emake failed."
-}
-
-src_install() {
- dodir /usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V;'`/Alien/Package
- make install \
- PREFIX=${D}/usr \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- VARPREFIX=${D}
- dodoc INSTALL README TODO
-}
diff --git a/app-arch/alien/alien-8.65.ebuild b/app-arch/alien/alien-8.65.ebuild
deleted file mode 100644
index c72180ed3b72..000000000000
--- a/app-arch/alien/alien-8.65.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.65.ebuild,v 1.1 2007/02/19 14:59:17 lordvan Exp $
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien/"
-SRC_URI="mirror://debian/pool/main/a/alien/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
- >=app-arch/rpm-4.0.4-r4
- >=app-arch/bzip2-1.0.2-r2
- >=app-arch/dpkg-1.10.9"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- perl Makefile.PL PREFIX="${D}/usr" || die "configuration failed"
- emake || die "emake failed."
-}
-
-src_install() {
- dodir /usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V;'`/Alien/Package
- make install \
- PREFIX=${D}/usr \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- VARPREFIX=${D}
- dodoc INSTALL README TODO
-}
diff --git a/app-arch/alien/alien-8.66.ebuild b/app-arch/alien/alien-8.66.ebuild
deleted file mode 100644
index 33f2ed33d823..000000000000
--- a/app-arch/alien/alien-8.66.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.66.ebuild,v 1.3 2007/05/30 20:33:34 mr_bones_ Exp $
-
-inherit perl-app
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien/"
-SRC_URI="mirror://debian/pool/main/a/alien/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
- >=app-arch/rpm-4.0.4-r4
- >=app-arch/bzip2-1.0.2-r2
- >=app-arch/dpkg-1.10.9"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- sed -i s%'$(VARPREFIX)'%${D}% ${S}/Makefile.PL # Extutils::MakeMaker does not accept VARPREFIX
- perl Makefile.PL PREFIX="${D}/usr" || die "configuration failed"
- emake || die "emake failed."
-}
diff --git a/app-arch/alien/alien-8.69.ebuild b/app-arch/alien/alien-8.69.ebuild
new file mode 100644
index 000000000000..ca001b8d236b
--- /dev/null
+++ b/app-arch/alien/alien-8.69.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.69.ebuild,v 1.1 2008/02/03 11:20:03 drac Exp $
+
+EAPI=1
+
+inherit perl-app
+
+DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
+HOMEPAGE="http://kitenet.net/programs/alien"
+SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+IUSE="+bzip2"
+
+RDEPEND="app-arch/rpm
+ app-arch/dpkg
+ bzip2? ( app-arch/bzip2 )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}
+
+mydoc="TODO"
+
+src_unpack() {
+ perl-module_src_unpack
+ sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
+ -i "${S}"/Makefile.PL || die "sed failed."
+}