diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-03 03:43:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-03 03:43:31 +0000 |
commit | db01b2facf1e3ddd14cf24a1e9ae144fd9e07fe6 (patch) | |
tree | 9d38471723e8f526a6a2adbab03acb3d2573a4ad | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-db01b2facf1e3ddd14cf24a1e9ae144fd9e07fe6.tar.gz gentoo-2-db01b2facf1e3ddd14cf24a1e9ae144fd9e07fe6.tar.bz2 gentoo-2-db01b2facf1e3ddd14cf24a1e9ae144fd9e07fe6.zip |
add hppa
-rw-r--r-- | app-portage/genlop/genlop-0.30.1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/DateManip/DateManip-5.42a-r1.ebuild | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-portage/genlop/genlop-0.30.1.ebuild b/app-portage/genlop/genlop-0.30.1.ebuild index 5e777d6d911e..9dbdcc69f080 100644 --- a/app-portage/genlop/genlop-0.30.1.ebuild +++ b/app-portage/genlop/genlop-0.30.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.1.ebuild,v 1.3 2004/04/02 19:39:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.1.ebuild,v 1.4 2004/04/03 03:43:31 vapier Exp $ DESCRIPTION="A nice emerge.log parser" HOMEPAGE="http://pollycoke.org/genlop.html" @@ -8,7 +8,7 @@ SRC_URI="http://pollycoke.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64" RDEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/Time-Duration-1.02 diff --git a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild index 2e8aec6dbcda..cbc1ac9c3d91 100644 --- a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild +++ b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.3 2004/01/21 14:11:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.4 2004/04/03 03:43:17 vapier Exp $ inherit perl-module @@ -8,13 +8,14 @@ DESCRIPTION="Perl date manipulation routines." HOMEPAGE="http://www.perl.com/CPAN/authors/id/SBECK/${P}.readme" SRC_URI="http://www.cpan.org/modules/by-module/Date/SBECK/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~mips" +SLOT="0" +KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa ~amd64" mydoc="HISTORY TODO" src_unpack() { - unpack ${A} && cd "${S}" - epatch "${FILESDIR}/safe-taint-check.patch" + unpack ${A} + cd ${S} + epatch ${FILESDIR}/safe-taint-check.patch } |