diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/simsu/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/simsu/simsu-1.2.1.ebuild | 29 |
2 files changed, 5 insertions, 32 deletions
diff --git a/games-board/simsu/ChangeLog b/games-board/simsu/ChangeLog index 36758b6a9c68..cf04bd83f856 100644 --- a/games-board/simsu/ChangeLog +++ b/games-board/simsu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/simsu -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/ChangeLog,v 1.5 2012/04/25 06:41:42 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/ChangeLog,v 1.6 2013/01/30 22:16:05 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -simsu-1.2.1.ebuild: + old 25 Apr 2012; Jeff Horelick <jdhore@gentoo.org> simsu-1.2.2.ebuild: marked x86 per bug 413319 @@ -20,4 +23,3 @@ 05 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +simsu-1.2.1.ebuild: Initial commit. - diff --git a/games-board/simsu/simsu-1.2.1.ebuild b/games-board/simsu/simsu-1.2.1.ebuild deleted file mode 100644 index 66e5a220841f..000000000000 --- a/games-board/simsu/simsu-1.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/simsu-1.2.1.ebuild,v 1.3 2011/11/02 01:40:07 mr_bones_ Exp $ - -EAPI=2 -inherit eutils qt4-r2 games - -DESCRIPTION="A basic sudoku game" -HOMEPAGE="http://gottcode.org/simsu/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND="x11-libs/qt-gui:4" - -src_configure() { - eqmake4 -} - -src_install() { - dogamesbin ${PN} || die - dodoc ChangeLog README - doicon icons/${PN}.png - domenu icons/${PN}.desktop - prepgamesdirs -} |