diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/diffutils/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/help2man/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.29.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.33.1.ebuild | 6 |
4 files changed, 13 insertions, 15 deletions
diff --git a/sys-apps/diffutils/Manifest b/sys-apps/diffutils/Manifest index 16be9560d40a..86129e5af308 100644 --- a/sys-apps/diffutils/Manifest +++ b/sys-apps/diffutils/Manifest @@ -1,13 +1,11 @@ MD5 f116889d9178bfcb64fd155baf3007c4 ChangeLog 4958 -MD5 3d08962c5b5b169e164cd65804148488 diffutils-2.8.4-r3.ebuild 2000 -MD5 004ad2a4c6827a71c1f9bff87f18bf75 diffutils-2.8.4-r4.ebuild 2094 +MD5 62ed7fdaa1b4ffdf90ca86faac6ccbae diffutils-2.8.4-r4.ebuild 2094 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 76e477befc7c1ac967b539475cfdc696 diffutils-2.8.7.ebuild 1518 +MD5 fe0dcf1334e854ccfa823376261a281b diffutils-2.8.7.ebuild 1519 MD5 88eef724512016e5400a58e4057ef235 files/diffutils-2.8.4-Makefile-fix-typeo.patch 1158 MD5 bb27bd30edca169156e905ebe7dab570 files/diffutils-2.8.4-no-manpage.patch 1168 MD5 fcb3554acdf9074aad98b90af6cb915d files/diffutils-2.8.4-sdiff-no-waitpid.patch 525 MD5 a571ebf3fcef3b033e33a4f013521e13 files/diffutils-2.8.4-tabsize-dumps-core.diff 804 -MD5 7abb095c2c2ecdbd465a1953cb443289 files/digest-diffutils-2.8.4-r3 67 MD5 7abb095c2c2ecdbd465a1953cb443289 files/digest-diffutils-2.8.4-r4 67 MD5 96bfbc8c9d4a828ec67d9d537a52d756 files/diffutils-2.8.7-no-manpage.patch 1231 MD5 28aba2261ffb7634265a612938df28f5 files/digest-diffutils-2.8.7 68 diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest index 9fe98599c213..208b090ce2e6 100644 --- a/sys-apps/help2man/Manifest +++ b/sys-apps/help2man/Manifest @@ -1,6 +1,6 @@ MD5 7c3cc19d83ff7bba90f33700db6ae6ae ChangeLog 1898 -MD5 d3a88f705524c8611980499676d081a8 help2man-1.29.ebuild 571 +MD5 ebc7147b40c51878c31d5b96d3236365 help2man-1.29.ebuild 579 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 22d9a0503920281953a6758f6fe09e95 help2man-1.33.1.ebuild 785 +MD5 6596db140aec1493a51b7427ff9ed3af help2man-1.33.1.ebuild 812 MD5 6da3242e041f865b2523b9a12bcad64e files/digest-help2man-1.29 64 MD5 a646ae235e082e137b9f8c7b8a6efe12 files/digest-help2man-1.33.1 66 diff --git a/sys-apps/help2man/help2man-1.29.ebuild b/sys-apps/help2man/help2man-1.29.ebuild index 4f35ee9fbe3a..76515e95a5ef 100644 --- a/sys-apps/help2man/help2man-1.29.ebuild +++ b/sys-apps/help2man/help2man-1.29.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.23 2004/10/23 05:48:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.24 2004/11/12 15:12:12 vapier Exp $ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="http://www.gnu.org/software/help2man" SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64 ppc64 ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos sparc x86" IUSE="" -DEPEND="dev-lang/perl" +DEPEND="" +RDEPEND="dev-lang/perl" src_install(){ - into /usr - dobin help2man + dobin help2man || die } - diff --git a/sys-apps/help2man/help2man-1.33.1.ebuild b/sys-apps/help2man/help2man-1.33.1.ebuild index c3ccce66832d..604045e1f807 100644 --- a/sys-apps/help2man/help2man-1.33.1.ebuild +++ b/sys-apps/help2man/help2man-1.33.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.6 2004/06/24 22:09:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.7 2004/11/12 15:12:12 vapier Exp $ MY_P="${P/-/_}" DESCRIPTION="GNU utility to convert program --help output to a man page" @@ -9,7 +9,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha arm s390 ~amd64" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" IUSE="nls" DEPEND="dev-lang/perl @@ -17,7 +17,7 @@ DEPEND="dev-lang/perl >=sys-devel/gettext-0.12.1-r1 )" src_compile() { - econf `use_enable nls` || die + econf $(use_enable nls) || die emake || die "emake failed" } |