summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 21:01:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 21:01:47 +0000
commitce577dcff8850639bc9bcd79a3520ddbaa0b9644 (patch)
tree2321c156ff1fe7dedf8171043de438da272fe508 /games-puzzle/colorcode
parentold (diff)
downloadgentoo-2-ce577dcff8850639bc9bcd79a3520ddbaa0b9644.tar.gz
gentoo-2-ce577dcff8850639bc9bcd79a3520ddbaa0b9644.tar.bz2
gentoo-2-ce577dcff8850639bc9bcd79a3520ddbaa0b9644.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/colorcode')
-rw-r--r--games-puzzle/colorcode/ChangeLog8
-rw-r--r--games-puzzle/colorcode/colorcode-0.6.1.ebuild38
2 files changed, 5 insertions, 41 deletions
diff --git a/games-puzzle/colorcode/ChangeLog b/games-puzzle/colorcode/ChangeLog
index b45cdc70e96d..7a681fc576d1 100644
--- a/games-puzzle/colorcode/ChangeLog
+++ b/games-puzzle/colorcode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/colorcode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.9 2011/09/04 17:34:57 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.10 2013/01/22 21:01:46 mr_bones_ Exp $
+
+ 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -colorcode-0.6.1.ebuild:
+ old
04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> colorcode-0.7.2.ebuild:
x86 stable wrt bug #380181
@@ -41,4 +44,3 @@
31 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+colorcode-0.5.5.ebuild, +metadata.xml:
Initial commit - ebuild submitted by ssuominen
-
diff --git a/games-puzzle/colorcode/colorcode-0.6.1.ebuild b/games-puzzle/colorcode/colorcode-0.6.1.ebuild
deleted file mode 100644
index d5aa5ff070a8..000000000000
--- a/games-puzzle/colorcode/colorcode-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild,v 1.3 2010/05/20 19:47:45 ssuominen Exp $
-
-EAPI=2
-inherit eutils qt4-r2 games
-
-MY_PN=ColorCode
-DESCRIPTION="A free advanced MasterMind clone"
-HOMEPAGE="http://colorcode.laebisch.com/"
-SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- sed -i \
- -e '/FLAGS/d' \
- ColorCode.pro || die
- qt4-r2_src_prepare
-}
-
-src_configure() {
- eqmake4 ${MY_PN}.pro
-}
-
-src_install() {
- dogamesbin ${PN} || die
- newicon img/cc64.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
- prepgamesdirs
-}