summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-04-08 02:56:32 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-04-08 02:56:32 +0000
commit90dc163d0bc08c0713255c25345153cac160a0fc (patch)
tree22ad000300eaf44e0814cd7da4f86e58259ddd9f /sys-apps/texinfo
parentAdd fix for PR/16625 from upstream #88022 by Ed Catmur. Patch to prevent /de... (diff)
downloadhistorical-90dc163d0bc08c0713255c25345153cac160a0fc.tar.gz
historical-90dc163d0bc08c0713255c25345153cac160a0fc.tar.bz2
historical-90dc163d0bc08c0713255c25345153cac160a0fc.zip
Marked stable on amd64.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/ChangeLog5
-rw-r--r--sys-apps/texinfo/Manifest16
-rw-r--r--sys-apps/texinfo/texinfo-4.8.ebuild4
3 files changed, 14 insertions, 11 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog
index f7f94e6b5c11..19a63de02735 100644
--- a/sys-apps/texinfo/ChangeLog
+++ b/sys-apps/texinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/texinfo
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.50 2005/03/19 10:02:38 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.51 2005/04/08 02:56:32 cryos Exp $
+
+ 08 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> texinfo-4.8.ebuild:
+ Marked stable on amd64.
19 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> texinfo-4.8.ebuild:
Stable on alpha.
diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
index 20cb1d8b0e6e..de89bcbe1255 100644
--- a/sys-apps/texinfo/Manifest
+++ b/sys-apps/texinfo/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 e7d5e1608ce1b4dc9a871d738822b211 ChangeLog 6490
-MD5 96e7f82cc29c0a4afd18a073b20ef5a0 texinfo-4.8.ebuild 1642
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 a1a3ee8142bfb27f8b2f0f573bfd86ed texinfo-4.8.ebuild 1640
MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979
-MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8 65
+MD5 16e01469d7a5f89784d04be0763c3555 ChangeLog 6588
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 a2c21c53079eb65c306a08d230d15b2b files/digest-texinfo-4.7-r1 65
+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.0 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCPAbzugEuf3OQ0akRAgXoAJ4nOh0/MIPugUvMg3uh8fShJaFTZwCdEcaN
-Rf6pl4fHVHkuKJDXz38Ghms=
-=DDc+
+iD8DBQFCVfLxntT9W3vfTuoRAmwpAJ0RRwNbYeiXwVN0jbvuzfiIiIEM8ACgi7VX
+gxp7LMrtKqSAxik4GXCZCE0=
+=lSHF
-----END PGP SIGNATURE-----
diff --git a/sys-apps/texinfo/texinfo-4.8.ebuild b/sys-apps/texinfo/texinfo-4.8.ebuild
index 8aa2c0aa0db7..22fd2d2700d2 100644
--- a/sys-apps/texinfo/texinfo-4.8.ebuild
+++ b/sys-apps/texinfo/texinfo-4.8.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.ebuild,v 1.6 2005/03/19 10:02:38 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8.ebuild,v 1.7 2005/04/08 02:56:32 cryos 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 ~ppc64 s390 sh sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-macos"
IUSE="nls build static"
RDEPEND="!build? ( >=sys-libs/ncurses-5.2-r2 )"