diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 07:10:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 07:10:21 +0000 |
commit | cd70172c1446ab4197a12b3c6edec328c937b7c2 (patch) | |
tree | 035536f21e4241f3d4fc4dbdbe051b588f2034f3 /app-xemacs | |
parent | Version bump. (diff) | |
download | gentoo-2-cd70172c1446ab4197a12b3c6edec328c937b7c2.tar.gz gentoo-2-cd70172c1446ab4197a12b3c6edec328c937b7c2.tar.bz2 gentoo-2-cd70172c1446ab4197a12b3c6edec328c937b7c2.zip |
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/sh-script/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/sh-script/files/digest-sh-script-1.22 | 3 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.22.ebuild | 15 |
3 files changed, 25 insertions, 2 deletions
diff --git a/app-xemacs/sh-script/ChangeLog b/app-xemacs/sh-script/ChangeLog index 56ec98b84f76..4c562236f26d 100644 --- a/app-xemacs/sh-script/ChangeLog +++ b/app-xemacs/sh-script/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/sh-script -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/ChangeLog,v 1.9 2006/11/12 13:13:27 graaff Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/ChangeLog,v 1.10 2007/05/05 07:10:21 graaff Exp $ + +*sh-script-1.22 (05 May 2007) + + 05 May 2007; Hans de Graaff <graaff@gentoo.org> +sh-script-1.22.ebuild: + Version bump: bug fixes *sh-script-1.21 (12 Nov 2006) diff --git a/app-xemacs/sh-script/files/digest-sh-script-1.22 b/app-xemacs/sh-script/files/digest-sh-script-1.22 new file mode 100644 index 000000000000..7cc6e6501cca --- /dev/null +++ b/app-xemacs/sh-script/files/digest-sh-script-1.22 @@ -0,0 +1,3 @@ +MD5 9bb45d33ef1045fafdb9d7c2e1265aa6 sh-script-1.22-pkg.tar.gz 70396 +RMD160 59a1281cf11410329f8081939d0c604e17f47169 sh-script-1.22-pkg.tar.gz 70396 +SHA256 21196a173975c8a9c6816f5758f23dc4b72e3fd08e2fe7fcda9013b75b48de48 sh-script-1.22-pkg.tar.gz 70396 diff --git a/app-xemacs/sh-script/sh-script-1.22.ebuild b/app-xemacs/sh-script/sh-script-1.22.ebuild new file mode 100644 index 000000000000..15709c12c9c6 --- /dev/null +++ b/app-xemacs/sh-script/sh-script-1.22.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sh-script/sh-script-1.22.ebuild,v 1.1 2007/05/05 07:10:21 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for editing shell scripts." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |