diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-09-07 18:36:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-09-07 18:36:17 +0000 |
commit | bc0219fd1aad851ad0ef940daa0875ee45fcb102 (patch) | |
tree | 5952aefcc5a9f22c443672544b6d5be78d44f9d7 /sys-apps/texinfo | |
parent | new version (diff) | |
download | historical-bc0219fd1aad851ad0ef940daa0875ee45fcb102.tar.gz historical-bc0219fd1aad851ad0ef940daa0875ee45fcb102.tar.bz2 historical-bc0219fd1aad851ad0ef940daa0875ee45fcb102.zip |
form fixer
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.6.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index 0dea21c8f9f0..766724850523 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,9 +1,9 @@ +MD5 3081fecd8a1099cad0ebd81570dae81c texinfo-4.6.ebuild 1678 MD5 bbc31cddbe8124b3566731a13afc1627 ChangeLog 4279 -MD5 05f1c86004036af535b35b3086ec6771 texinfo-4.3-r1.ebuild 1766 MD5 9d617c49e9ed53f1242ebed214b99171 texinfo-4.5.ebuild 1695 -MD5 05c955395b5e70beca78d0b37bd5c44c texinfo-4.6.ebuild 1671 -MD5 3173c3b67a3ef4e594cf5ce1b8253504 files/digest-texinfo-4.3-r1 64 +MD5 05f1c86004036af535b35b3086ec6771 texinfo-4.3-r1.ebuild 1766 MD5 c14f75d4a1d21ae1776a9868bd0c0296 files/digest-texinfo-4.5 65 +MD5 3173c3b67a3ef4e594cf5ce1b8253504 files/digest-texinfo-4.3-r1 64 +MD5 247b349c3d22ddbd4288247e611bb186 files/digest-texinfo-4.6 65 MD5 b8ed9b84ca8ab4c2ac4e628a8f928dcb files/install-info.patch 729 MD5 690fb86d0c0215155b1d18671099115a files/mkinfodir 7318 -MD5 247b349c3d22ddbd4288247e611bb186 files/digest-texinfo-4.6 65 diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild index 315cf7290e87..02f2cf126f13 100644 --- a/sys-apps/texinfo/texinfo-4.6.ebuild +++ b/sys-apps/texinfo/texinfo-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.2 2003/09/07 00:53:17 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.3 2003/09/07 18:35:55 azarah Exp $ IUSE="nls build" @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips" DEPEND=">=sys-apps/sed-4.0.5 !build? ( >=sys-libs/ncurses-5.2-r2 - nls? ( sys-devel/gettext ) )" + nls? ( sys-devel/gettext ) )" RDEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 )" |