diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:03:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:03:59 +0000 |
commit | 8743128d9f0cfcf203a2c797f80ef63fccec132f (patch) | |
tree | cb3186d8a60667993233ec61a304b5bbc461bc85 /app-xemacs/misc-games | |
parent | Version bump (diff) | |
download | gentoo-2-8743128d9f0cfcf203a2c797f80ef63fccec132f.tar.gz gentoo-2-8743128d9f0cfcf203a2c797f80ef63fccec132f.tar.bz2 gentoo-2-8743128d9f0cfcf203a2c797f80ef63fccec132f.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/misc-games')
-rw-r--r-- | app-xemacs/misc-games/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/misc-games/misc-games-1.22.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/app-xemacs/misc-games/ChangeLog b/app-xemacs/misc-games/ChangeLog index f979b9fdfea7..d64ae3244d53 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/misc-games/ChangeLog,v 1.22 2009/02/20 00:18:54 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/misc-games/ChangeLog,v 1.23 2009/02/22 10:03:59 graaff Exp $ + +*misc-games-1.22 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +misc-games-1.22.ebuild: + Version bump with fixes for conx and rot13. 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -misc-games-1.18.ebuild: diff --git a/app-xemacs/misc-games/misc-games-1.22.ebuild b/app-xemacs/misc-games/misc-games-1.22.ebuild new file mode 100644 index 000000000000..1177fe71fedf --- /dev/null +++ b/app-xemacs/misc-games/misc-games-1.22.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 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.22.ebuild,v 1.1 2009/02/22 10:03:59 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 |