diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
commit | 706e79274abac6b82094e89ba2568f0433ab91b8 (patch) | |
tree | 5f112c51f40e6980439b391c3979de87755e4d1a /app-xemacs/texinfo | |
parent | Patch to fixup multiline strings (diff) | |
download | historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.gz historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.bz2 historical-706e79274abac6b82094e89ba2568f0433ab91b8.zip |
Stable on alpha
Diffstat (limited to 'app-xemacs/texinfo')
-rw-r--r-- | app-xemacs/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/texinfo/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.23.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/texinfo/ChangeLog b/app-xemacs/texinfo/ChangeLog index af996ca284cd..7eff97a3607d 100644 --- a/app-xemacs/texinfo/ChangeLog +++ b/app-xemacs/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/texinfo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.4 2003/10/03 02:42:11 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> texinfo-1.23.ebuild: + Stable on alpha *texinfo-1.23 (22 Feb 2003) diff --git a/app-xemacs/texinfo/Manifest b/app-xemacs/texinfo/Manifest index 6fdd75b46dff..46c0a3de352a 100644 --- a/app-xemacs/texinfo/Manifest +++ b/app-xemacs/texinfo/Manifest @@ -1,5 +1,5 @@ -MD5 dfa5780ad73c38b24a4fdefb5a6cf4a8 ChangeLog 571 +MD5 e0dda44c2812fa9b6e02f55012f4ed15 ChangeLog 659 MD5 a4c0e6a98a46c087421e365ee3535d27 texinfo-1.21.ebuild 401 -MD5 511314e1344ba99795917ea06af60ead texinfo-1.23.ebuild 401 +MD5 77a172b933fba4d6c8ff7ec3690d8261 texinfo-1.23.ebuild 398 MD5 192d54169604d47edb277b067d8516e7 files/digest-texinfo-1.21 67 MD5 0cd76df9b467406165a86ab33035a965 files/digest-texinfo-1.23 67 diff --git a/app-xemacs/texinfo/texinfo-1.23.ebuild b/app-xemacs/texinfo/texinfo-1.23.ebuild index 58d1967b4cbe..0620bbf2a1f5 100644 --- a/app-xemacs/texinfo/texinfo-1.23.ebuild +++ b/app-xemacs/texinfo/texinfo-1.23.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/app-xemacs/texinfo/texinfo-1.23.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/texinfo-1.23.ebuild,v 1.2 2003/10/03 02:42:11 agriffis Exp $ SLOT="0" IUSE="" @@ -9,7 +9,7 @@ PKG_CAT="standard" DEPEND="app-xemacs/xemacs-base " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |