diff options
author | 2005-03-15 10:10:52 +0000 | |
---|---|---|
committer | 2005-03-15 10:10:52 +0000 | |
commit | 3a2ea4532a26e3e097b50d1b8492386f860784d7 (patch) | |
tree | 1dd78b2216a3d50d0bcaf07b8314174f5bad83ca /sys-apps/texinfo | |
parent | Added sparc stable keyword (diff) | |
download | historical-3a2ea4532a26e3e097b50d1b8492386f860784d7.tar.gz historical-3a2ea4532a26e3e097b50d1b8492386f860784d7.tar.bz2 historical-3a2ea4532a26e3e097b50d1b8492386f860784d7.zip |
Added sparc stable keyword
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.8.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 2158fccb89eb..b10242c1e49c 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.48 2005/02/15 18:32:28 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.49 2005/03/15 10:10:52 joker Exp $ + + 15 Mar 2005; Christian Birchinger <joker@gentoo.org> texinfo-4.8.ebuild: + Added sparc stable keyword 15 Feb 2005; Kito <kito@gentoo.org> texinfo-4.8.ebuild: ~ppc-macos keyword diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index 4f7ba582222b..1f806325455e 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,6 +1,6 @@ -MD5 33763584366863b69b81cddb7e7fe794 ChangeLog 6290 +MD5 6473fa84b347eb27c0c8ff9bf076cf0c ChangeLog 6396 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 db950ba80a6e596e890910138744245d texinfo-4.8.ebuild 1644 +MD5 e1704f6fd6570323e8a168cf5fa8259c texinfo-4.8.ebuild 1642 MD5 75c60847c4f9b9d75375567cd1a3ba81 texinfo-4.7-r1.ebuild 1979 MD5 1c6181fd6a19db98315a1f737a5ae839 files/digest-texinfo-4.8 65 MD5 690fb86d0c0215155b1d18671099115a files/mkinfodir 7318 diff --git a/sys-apps/texinfo/texinfo-4.8.ebuild b/sys-apps/texinfo/texinfo-4.8.ebuild index 8699b8e86ec2..720dade8c534 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.4 2005/03/14 23:05:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8.ebuild,v 1.5 2005/03/15 10:10:52 joker 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 )" |