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/sh-script | |
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/sh-script')
-rw-r--r-- | app-xemacs/sh-script/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/sh-script/files/digest-sh-script-1.17 | 1 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.16.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.17.ebuild | 15 |
4 files changed, 27 insertions, 3 deletions
diff --git a/app-xemacs/sh-script/ChangeLog b/app-xemacs/sh-script/ChangeLog index 6f72fc1d3cc9..1c737d4039fd 100644 --- a/app-xemacs/sh-script/ChangeLog +++ b/app-xemacs/sh-script/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/sh-script # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/ChangeLog,v 1.2 2003/02/12 05:44:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*sh-script-1.17 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> sh-script-1.16.ebuild sh-script-1.17.ebuild files/digest-sh-script-1.17 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *sh-script-1.16 (16 Dec 2002) diff --git a/app-xemacs/sh-script/files/digest-sh-script-1.17 b/app-xemacs/sh-script/files/digest-sh-script-1.17 new file mode 100644 index 000000000000..210b46d07f92 --- /dev/null +++ b/app-xemacs/sh-script/files/digest-sh-script-1.17 @@ -0,0 +1 @@ +MD5 919e1c273b0eb05b17795f5f3382ef1c sh-script-1.17-pkg.tar.gz 36945
\ No newline at end of file diff --git a/app-xemacs/sh-script/sh-script-1.16.ebuild b/app-xemacs/sh-script/sh-script-1.16.ebuild index 28e24739b5d1..12f9c287dc50 100644 --- a/app-xemacs/sh-script/sh-script-1.16.ebuild +++ b/app-xemacs/sh-script/sh-script-1.16.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/sh-script/sh-script-1.16.ebuild,v 1.3 2003/02/13 09:57:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/sh-script-1.16.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/sh-script/sh-script-1.17.ebuild b/app-xemacs/sh-script/sh-script-1.17.ebuild new file mode 100644 index 000000000000..47aa3bad6709 --- /dev/null +++ b/app-xemacs/sh-script/sh-script-1.17.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/sh-script/sh-script-1.17.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for editing shell scripts." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |