diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 11c54ff9713a5ffe78b5d7ff87e125922592755c (patch) | |
tree | 5078c54503602d512d0a5b410d8dfba913ea1ecb /app-xemacs/texinfo | |
parent | stable on alpha (diff) | |
download | historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.gz historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.bz2 historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/texinfo')
-rw-r--r-- | app-xemacs/texinfo/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/texinfo/files/digest-texinfo-1.23 | 1 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.21.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.23.ebuild | 15 |
4 files changed, 27 insertions, 3 deletions
diff --git a/app-xemacs/texinfo/ChangeLog b/app-xemacs/texinfo/ChangeLog index 0e3ee29588f5..af996ca284cd 100644 --- a/app-xemacs/texinfo/ChangeLog +++ b/app-xemacs/texinfo/ChangeLog @@ -1,6 +1,14 @@ # 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.2 2003/02/12 05:45:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*texinfo-1.23 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> texinfo-1.21.ebuild texinfo-1.23.ebuild files/digest-texinfo-1.23 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *texinfo-1.21 (16 Dec 2002) diff --git a/app-xemacs/texinfo/files/digest-texinfo-1.23 b/app-xemacs/texinfo/files/digest-texinfo-1.23 new file mode 100644 index 000000000000..0ce428fcee7d --- /dev/null +++ b/app-xemacs/texinfo/files/digest-texinfo-1.23 @@ -0,0 +1 @@ +MD5 4321534b29660dc130a55bb6526ef128 texinfo-1.23-pkg.tar.gz 133424
\ No newline at end of file diff --git a/app-xemacs/texinfo/texinfo-1.21.ebuild b/app-xemacs/texinfo/texinfo-1.21.ebuild index 0cbf85b03423..b7e17d120575 100644 --- a/app-xemacs/texinfo/texinfo-1.21.ebuild +++ b/app-xemacs/texinfo/texinfo-1.21.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.21.ebuild,v 1.3 2003/02/13 09:58:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/texinfo-1.21.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver 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 diff --git a/app-xemacs/texinfo/texinfo-1.23.ebuild b/app-xemacs/texinfo/texinfo-1.23.ebuild new file mode 100644 index 000000000000..58d1967b4cbe --- /dev/null +++ b/app-xemacs/texinfo/texinfo-1.23.ebuild @@ -0,0 +1,15 @@ +# 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 $ + +SLOT="0" +IUSE="" +DESCRIPTION="XEmacs TeXinfo support." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |