summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-11 21:00:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-11 21:00:15 +0000
commit09a7aa73100c8ed2d210bde5ba7623f515823044 (patch)
treec5c6c418ce3778df36766f449cf25a54a1b291e4
parentversion bump (diff)
downloadgentoo-2-09a7aa73100c8ed2d210bde5ba7623f515823044.tar.gz
gentoo-2-09a7aa73100c8ed2d210bde5ba7623f515823044.tar.bz2
gentoo-2-09a7aa73100c8ed2d210bde5ba7623f515823044.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--games-puzzle/hexalate/ChangeLog5
-rw-r--r--games-puzzle/hexalate/hexalate-1.0.1.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/games-puzzle/hexalate/ChangeLog b/games-puzzle/hexalate/ChangeLog
index 43c8820bd782..ba1333f11969 100644
--- a/games-puzzle/hexalate/ChangeLog
+++ b/games-puzzle/hexalate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/hexalate
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.7 2015/02/10 10:17:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.8 2015/02/11 21:00:15 mr_bones_ Exp $
+
+ 11 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -hexalate-1.0.1.ebuild:
+ old
10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> hexalate-1.0.3.ebuild:
Stable for x86, wrt bug #539538
diff --git a/games-puzzle/hexalate/hexalate-1.0.1.ebuild b/games-puzzle/hexalate/hexalate-1.0.1.ebuild
deleted file mode 100644
index 9e60234cdb2d..000000000000
--- a/games-puzzle/hexalate/hexalate-1.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.4 2013/03/02 21:19:20 hwoarang Exp $
-
-EAPI=2
-inherit eutils qt4-r2 games
-
-DESCRIPTION="A color matching game"
-HOMEPAGE="http://gottcode.org/hexalate/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4"
-
-src_configure() {
- qt4-r2_src_configure
-}
-
-src_install() {
- dogamesbin ${PN} || die
- doicon icons/${PN}.png
- domenu icons/${PN}.desktop
- dodoc README
- prepgamesdirs
-}