diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 02:28:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 02:28:12 +0000 |
commit | 2611a07c6ec91dd7761c34770c67a3ef257da0de (patch) | |
tree | c0a0ff8d8fb0283057e0bf39d06c13725fbf23c0 /sys-apps/texinfo | |
parent | Added ~sparc keyword. (diff) | |
download | historical-2611a07c6ec91dd7761c34770c67a3ef257da0de.tar.gz historical-2611a07c6ec91dd7761c34770c67a3ef257da0de.tar.bz2 historical-2611a07c6ec91dd7761c34770c67a3ef257da0de.zip |
move to amd64/arm/hppa/s390/x86 stable for groff
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.7-r1.ebuild | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index a3acfd0944e9..0a65f3b20a61 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -7,7 +7,7 @@ MD5 b010ee0984e648992c747f4b17859dfa texinfo-4.3-r1.ebuild 1726 MD5 2203374b084a0248412b72161a0c0f79 texinfo-4.5.ebuild 1664 MD5 307657baa4ddac78d07c19bd9bd6e7aa texinfo-4.6.ebuild 1717 MD5 6f2649b1f9ae74cb593f0a83f4853d64 texinfo-4.7.ebuild 1979 -MD5 48aa08cc8e126cbee5e1dd5693a02cf0 texinfo-4.7-r1.ebuild 2013 +MD5 34f401eccca3beab54f0c1a49d89dff6 texinfo-4.7-r1.ebuild 1980 MD5 3173c3b67a3ef4e594cf5ce1b8253504 files/digest-texinfo-4.3-r1 64 MD5 c14f75d4a1d21ae1776a9868bd0c0296 files/digest-texinfo-4.5 65 MD5 247b349c3d22ddbd4288247e611bb186 files/digest-texinfo-4.6 65 @@ -19,7 +19,7 @@ MD5 a0df107ca9e3036e2ee2d501343cbf2b files/makeinfo.patch 790 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBPyIIHTu7gpaalycRAv4fAJ0ehHDUqBSOeoSoyNkrUtsQOndIqwCgiG+W -ikpgPBXNomi/IZ5t381gmbc= -=Ty9O +iD8DBQFBgariHTu7gpaalycRAhduAKCCBpYGOQUud6gsepucGbwEgFoqqACg+fya +P/aPIbQpvgGH8z46ESsc9xE= +=snfv -----END PGP SIGNATURE----- diff --git a/sys-apps/texinfo/texinfo-4.7-r1.ebuild b/sys-apps/texinfo/texinfo-4.7-r1.ebuild index 0cc312b56e45..6eab0abaf4d7 100644 --- a/sys-apps/texinfo/texinfo-4.7-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.7-r1.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/texinfo/texinfo-4.7-r1.ebuild,v 1.3 2004/08/24 03:45:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7-r1.ebuild,v 1.4 2004/10/29 02:28:12 vapier Exp $ inherit flag-o-matic gnuconfig eutils @@ -10,16 +10,16 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips alpha ~arm ~hppa ~amd64 ia64 ~s390" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 ~sparc x86" IUSE="nls build static" -DEPEND="virtual/libc - !build? ( >=sys-libs/ncurses-5.2-r2 - >=sys-apps/sed-4.0.5 - nls? ( sys-devel/gettext ) )" - RDEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 )" +DEPEND="${RDEPEND} + !build? ( + >=sys-apps/sed-4.0.5 + nls? ( sys-devel/gettext ) + )" src_unpack() { unpack ${A} |