diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-30 21:25:06 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-30 21:25:06 +0000 |
commit | f3f7c028b0b2971e532f0025f51da54eaddf8bb3 (patch) | |
tree | 54e4eeac11841140f3bdf0851129be3aefde4551 /sys-apps/texinfo | |
parent | stable on amd64 wrt bug 107344 (diff) | |
download | historical-f3f7c028b0b2971e532f0025f51da54eaddf8bb3.tar.gz historical-f3f7c028b0b2971e532f0025f51da54eaddf8bb3.tar.bz2 historical-f3f7c028b0b2971e532f0025f51da54eaddf8bb3.zip |
Stable on sh wrt #106105.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.8-r1.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 9031530feb29..abf7f37e8cb7 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.65 2005/09/30 20:05:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.66 2005/09/30 21:25:06 matsuu Exp $ + + 30 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> texinfo-4.8-r1.ebuild: + Stable on sh wrt #106105. 30 Sep 2005; Simon Stelling <blubb@gentoo.org> texinfo-4.8-r1.ebuild: stable on amd64 wrt bug 106105 diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index 32108b607076..bd323aa9ef8d 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,12 +1,12 @@ -MD5 7c80acca4ef7c2e9a186c4ee8ebb84a5 ChangeLog 8243 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979 MD5 51d0756296f7f75f5a8cf3ec558fe1aa texinfo-4.8.ebuild 1909 -MD5 502c243582b8ab8cdadf7ee3216e4b3e texinfo-4.8-r1.ebuild 1966 +MD5 d96bcfe729a800233a1c3c9bd5add564 texinfo-4.8-r1.ebuild 1966 +MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979 +MD5 06f16832222929dd616bac9b3db25bd3 ChangeLog 8345 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 7246b5d34e673e1eb937186e4f18f56d files/texinfo-4.8-freebsd.patch 3787 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 -MD5 7246b5d34e673e1eb937186e4f18f56d files/texinfo-4.8-freebsd.patch 3787 -MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8-r1 65 -MD5 6db903b811b98699388c8e765d2721c4 files/texinfo-4.8-tempfile.patch 1406 diff --git a/sys-apps/texinfo/texinfo-4.8-r1.ebuild b/sys-apps/texinfo/texinfo-4.8-r1.ebuild index b7d2d09e3f90..83019d26c18a 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.8 2005/09/30 20:05:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8-r1.ebuild,v 1.9 2005/09/30 21:25:06 matsuu 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 )" |