diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:26:21 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:26:21 +0200 |
commit | c2f9898892293aa99346e461341fa6b97c6ffa98 (patch) | |
tree | 3b293da973f8927af1f409d44cbffa55cffeaeb0 /app-xemacs/games/games-1.23.ebuild | |
parent | app-xemacs/fsf-compat: version bump (diff) | |
download | gentoo-c2f9898892293aa99346e461341fa6b97c6ffa98.tar.gz gentoo-c2f9898892293aa99346e461341fa6b97c6ffa98.tar.bz2 gentoo-c2f9898892293aa99346e461341fa6b97c6ffa98.zip |
app-xemacs/games: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/games/games-1.23.ebuild')
-rw-r--r-- | app-xemacs/games/games-1.23.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/games/games-1.23.ebuild b/app-xemacs/games/games-1.23.ebuild new file mode 100644 index 000000000000..65a8ef1009a6 --- /dev/null +++ b/app-xemacs/games/games-1.23.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Tetris, Sokoban, and Snake" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |