diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 06:33:44 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 06:33:44 +0000 |
commit | ddd8d1ac7f7b1bd8704d391c8c2ed7bac8105b0b (patch) | |
tree | 8e5dcbfbecd1ae1089f92c6ebc3cb8403774acf2 /app-xemacs | |
parent | Version bump (diff) | |
download | gentoo-2-ddd8d1ac7f7b1bd8704d391c8c2ed7bac8105b0b.tar.gz gentoo-2-ddd8d1ac7f7b1bd8704d391c8c2ed7bac8105b0b.tar.bz2 gentoo-2-ddd8d1ac7f7b1bd8704d391c8c2ed7bac8105b0b.zip |
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/misc-games/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/misc-games/files/digest-misc-games-1.19 | 3 | ||||
-rw-r--r-- | app-xemacs/misc-games/misc-games-1.19.ebuild | 15 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-xemacs/misc-games/ChangeLog b/app-xemacs/misc-games/ChangeLog index 9df9e7edb3be..b2a7e7b31ef0 100644 --- a/app-xemacs/misc-games/ChangeLog +++ b/app-xemacs/misc-games/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/misc-games # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/misc-games/ChangeLog,v 1.11 2007/02/22 00:40:22 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/misc-games/ChangeLog,v 1.12 2007/05/05 06:33:44 graaff Exp $ + +*misc-games-1.19 (05 May 2007) + + 05 May 2007; Hans de Graaff <graaff@gentoo.org> +misc-games-1.19.ebuild: + Version bump: minor update to morse.el 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-xemacs/misc-games/files/digest-misc-games-1.19 b/app-xemacs/misc-games/files/digest-misc-games-1.19 new file mode 100644 index 000000000000..32709556d387 --- /dev/null +++ b/app-xemacs/misc-games/files/digest-misc-games-1.19 @@ -0,0 +1,3 @@ +MD5 0c74e61179b6a1c589c240e70f9cd43d misc-games-1.19-pkg.tar.gz 170091 +RMD160 159168455a604c92cd07f86b8d69544088f8892e misc-games-1.19-pkg.tar.gz 170091 +SHA256 1c9867d1decccf00d4c162ec4786e2749c55d5ae68c091731a1b3150230702f7 misc-games-1.19-pkg.tar.gz 170091 diff --git a/app-xemacs/misc-games/misc-games-1.19.ebuild b/app-xemacs/misc-games/misc-games-1.19.ebuild new file mode 100644 index 000000000000..c66c559c395c --- /dev/null +++ b/app-xemacs/misc-games/misc-games-1.19.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/misc-games/misc-games-1.19.ebuild,v 1.1 2007/05/05 06:33:44 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Other amusements and diversions." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |