diff options
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/Manifest | 20 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.8-r1.ebuild | 4 |
3 files changed, 16 insertions, 13 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 647fc1d8619a..8d2efbfa788b 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.58 2005/09/29 08:51:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.59 2005/09/29 09:57:44 ferdy Exp $ + + 29 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> texinfo-4.8-r1.ebuild: + Stable on alpha wrt bug #106105 *texinfo-4.8-r1 (29 Sep 2005) diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index 0bfd4beae226..61cf734a7b2f 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,22 +1,22 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979 -MD5 aaac50ea8fce0b3174cbdad4d7584db4 texinfo-4.8-r1.ebuild 1975 MD5 51d0756296f7f75f5a8cf3ec558fe1aa texinfo-4.8.ebuild 1909 -MD5 95df2fa8d9b77ac894f1910634508d34 ChangeLog 7495 +MD5 5221bf7c11edaf89d6c5cd57b236184a texinfo-4.8-r1.ebuild 1973 +MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979 +MD5 0f147841b92c1517e4af9525ade4f36c ChangeLog 7605 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 7246b5d34e673e1eb937186e4f18f56d files/texinfo-4.8-freebsd.patch 3787 -MD5 6db903b811b98699388c8e765d2721c4 files/texinfo-4.8-tempfile.patch 1406 -MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8-r1 65 -MD5 690fb86d0c0215155b1d18671099115a files/mkinfodir 7318 MD5 a2c21c53079eb65c306a08d230d15b2b files/digest-texinfo-4.7-r1 65 +MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8-r1 65 +MD5 6db903b811b98699388c8e765d2721c4 files/texinfo-4.8-tempfile.patch 1406 MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8 65 MD5 a0df107ca9e3036e2ee2d501343cbf2b files/makeinfo.patch 790 +MD5 690fb86d0c0215155b1d18671099115a files/mkinfodir 7318 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDO6tEgIKl8Uu19MoRArruAJ9lYt1UKY538tkiwU/Z4ruUaCO55ACeNLU4 -/81QKHK5Iap1TT6wVQ90mTU= -=ICrI +iD8DBQFDO7t+ViELBEf1JB0RAo5VAJ9jt0eGM1fAVLlbGNUsgjksAfUdCwCdEjj+ +tPs5M+wrMvL4RJ9qDXTOBVA= +=Pg4/ -----END PGP SIGNATURE----- diff --git a/sys-apps/texinfo/texinfo-4.8-r1.ebuild b/sys-apps/texinfo/texinfo-4.8-r1.ebuild index 50b5f9b3c281..b7f4a6d4c81d 100644 --- a/sys-apps/texinfo/texinfo-4.8-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8-r1.ebuild,v 1.1 2005/09/29 08:51:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8-r1.ebuild,v 1.2 2005/09/29 09:57:44 ferdy Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls build static" RDEPEND="!build? ( >=sys-libs/ncurses-5.2-r2 )" |