diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-07 02:47:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-07 02:47:46 +0000 |
commit | 66923279e300487a86941d4d95476df4f416763f (patch) | |
tree | af331391c4293b0c3dc22bfcee5ea21cbbbd499c /games-puzzle | |
parent | Version bump. (diff) | |
download | gentoo-2-66923279e300487a86941d4d95476df4f416763f.tar.gz gentoo-2-66923279e300487a86941d4d95476df4f416763f.tar.bz2 gentoo-2-66923279e300487a86941d4d95476df4f416763f.zip |
Initial commit with ebuild submitted by Christopher Howard via bug #407639
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gfifteen/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/gfifteen/gfifteen-0.10.2.ebuild | 29 | ||||
-rw-r--r-- | games-puzzle/gfifteen/metadata.xml | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/games-puzzle/gfifteen/ChangeLog b/games-puzzle/gfifteen/ChangeLog new file mode 100644 index 000000000000..2ed6f6576212 --- /dev/null +++ b/games-puzzle/gfifteen/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-puzzle/gfifteen +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.1 2012/04/07 02:47:46 mr_bones_ Exp $ + +*gfifteen-0.10.2 (07 Apr 2012) + + 07 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> +gfifteen-0.10.2.ebuild, + +metadata.xml: + Initial commit with ebuild submitted by Christopher Howard via bug #407639 + diff --git a/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild b/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild new file mode 100644 index 000000000000..4dd44adcd596 --- /dev/null +++ b/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild,v 1.1 2012/04/07 02:47:46 mr_bones_ Exp $ + +EAPI=2 +inherit eutils games + +DESCRIPTION="graphical implementation of the sliding puzzle game fifteen" +HOMEPAGE="https://frigidcode.com/code/gfifteen/" +SRC_URI="https://frigidcode.com/code/gfifteen/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/gtk+:3" + +src_prepare() { + sed -i -e "/Encoding/d" gfifteen.desktop || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc README ChangeLog || die + doicon ${PN}.svg + domenu gfifteen.desktop + prepgamesdirs +} diff --git a/games-puzzle/gfifteen/metadata.xml b/games-puzzle/gfifteen/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-puzzle/gfifteen/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |