diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 04:10:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 04:10:05 +0000 |
commit | 84256a18c10d32d71ba6015fdb43bb5e605e6375 (patch) | |
tree | c19c978434c981d649fe39ee8123bcfe25f94513 /app-text/rman | |
parent | Stable on x86; bug #117678 (diff) | |
download | historical-84256a18c10d32d71ba6015fdb43bb5e605e6375.tar.gz historical-84256a18c10d32d71ba6015fdb43bb5e605e6375.tar.bz2 historical-84256a18c10d32d71ba6015fdb43bb5e605e6375.zip |
arm/sh love
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text/rman')
-rw-r--r-- | app-text/rman/Manifest | 12 | ||||
-rw-r--r-- | app-text/rman/rman-3.2.ebuild | 11 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app-text/rman/Manifest b/app-text/rman/Manifest index fa6491749cb6..020d6b29151c 100644 --- a/app-text/rman/Manifest +++ b/app-text/rman/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 dd83a3cf41b0b53bf672bef52324b486 ChangeLog 2078 MD5 056057d8a5eaf7203c9f2316465ba33e files/digest-rman-3.0.9 55 MD5 e6b97eb40694d5c78aaf96e3dcf20f87 files/digest-rman-3.1 59 @@ -7,4 +10,11 @@ MD5 10919f9dcf76074e9dc8b597f0df83e8 files/rman-3.1-gentoo.diff 407 MD5 7c24cf8147972b5fc9a74dcd11a345f3 files/rman-3.2-gentoo.diff 560 MD5 fbbc1086058fd13785ae3f050787a9ec rman-3.0.9.ebuild 671 MD5 d6a1189f73825b18a8d5b4dabe577d42 rman-3.1.ebuild 719 -MD5 c683cf04a02c91085e150d721b7bf1a4 rman-3.2.ebuild 706 +MD5 7d79dd3e21268571182f7a769d6302b3 rman-3.2.ebuild 654 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDvJxc2+ySkm8kpY0RAkWKAJ0Sm7T/8h+l4cJsDYayuOnZYEuv6QCdG1jY +d1cjYMF6rq4Uud5DSI0zEmU= +=KAm/ +-----END PGP SIGNATURE----- diff --git a/app-text/rman/rman-3.2.ebuild b/app-text/rman/rman-3.2.ebuild index 03f59fd27043..18ab950182ad 100644 --- a/app-text/rman/rman-3.2.ebuild +++ b/app-text/rman/rman-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.4 2006/01/04 22:21:19 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.5 2006/01/05 04:10:05 vapier Exp $ inherit eutils @@ -10,19 +10,14 @@ SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc-macos ~sh ~sparc ~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} - cd ${WORKDIR} - epatch ${FILESDIR}/${PF}-gentoo.diff || die "patch failed" -} - -src_compile() { - emake || die "make failed" + epatch "${FILESDIR}"/${PF}-gentoo.diff || die "patch failed" } src_install() { |