summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-17 03:19:28 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-17 03:19:28 +0000
commit65f80f62cb271d35cfc4eb98bc8244135a07fd44 (patch)
tree1e8ea97058d44ea34289a05fc65c73b949338d31 /games-board
parentversion bump (diff)
downloadgentoo-2-65f80f62cb271d35cfc4eb98bc8244135a07fd44.tar.gz
gentoo-2-65f80f62cb271d35cfc4eb98bc8244135a07fd44.tar.bz2
gentoo-2-65f80f62cb271d35cfc4eb98bc8244135a07fd44.zip
version bump
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/peg-e/ChangeLog7
-rw-r--r--games-board/peg-e/peg-e-1.1.2.ebuild45
2 files changed, 51 insertions, 1 deletions
diff --git a/games-board/peg-e/ChangeLog b/games-board/peg-e/ChangeLog
index 20e38870405a..27f475361537 100644
--- a/games-board/peg-e/ChangeLog
+++ b/games-board/peg-e/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/peg-e
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.3 2013/01/20 02:26:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.4 2013/02/17 03:19:28 hasufell Exp $
+
+*peg-e-1.1.2 (17 Feb 2013)
+
+ 17 Feb 2013; Julian Ospald <hasufell@gentoo.org> +peg-e-1.1.2.ebuild:
+ version bump
*peg-e-1.1.1 (20 Jan 2013)
diff --git a/games-board/peg-e/peg-e-1.1.2.ebuild b/games-board/peg-e/peg-e-1.1.2.ebuild
new file mode 100644
index 000000000000..d4836e0ba517
--- /dev/null
+++ b/games-board/peg-e/peg-e-1.1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v 1.1 2013/02/17 03:19:28 hasufell Exp $
+
+EAPI=5
+inherit eutils gnome2-utils qt4-r2 games
+
+DESCRIPTION="A peg solitaire game"
+HOMEPAGE="http://gottcode.org/peg-e/"
+SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/qt-core:4
+ x11-libs/qt-gui:4"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ dogamesbin ${PN}
+ doicon -s 48 icons/hicolor/48x48/apps/${PN}.png
+ domenu icons/${PN}.desktop
+ dodoc CREDITS ChangeLog
+ prepgamesdirs
+}
+
+pkg_preinst() {
+ games_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}