* [gentoo-commits] gentoo-x86 commit in games-board/gnome-hearts: metadata.xml ChangeLog gnome-hearts-0.3.ebuild
@ 2010-01-12 17:45 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-01-12 17:45 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/01/12 17:45:09
Added: metadata.xml ChangeLog gnome-hearts-0.3.ebuild
Log:
initial commit - ebuild work from Luca Marturana and Samuli Suominen via bug #155104
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.1 games-board/gnome-hearts/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
</pkgmetadata>
1.1 games-board/gnome-hearts/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for games-board/gnome-hearts
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-hearts/ChangeLog,v 1.1 2010/01/12 17:45:09 mr_bones_ Exp $
*gnome-hearts-0.3 (12 Jan 2010)
12 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org>
+gnome-hearts-0.3.ebuild, +files/gnome-hearts-0.3-python.patch,
+metadata.xml:
initial commit - ebuild work from Luca Marturana and Samuli Suominen via
bug #155104
1.1 games-board/gnome-hearts/gnome-hearts-0.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/gnome-hearts-0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/gnome-hearts-0.3.ebuild?rev=1.1&content-type=text/plain
Index: gnome-hearts-0.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-hearts/gnome-hearts-0.3.ebuild,v 1.1 2010/01/12 17:45:09 mr_bones_ Exp $
EAPI=2
GCONF_DEBUG=no
inherit autotools eutils gnome2 games
DESCRIPTION="A clone of classic hearts card game"
HOMEPAGE="http://www.gnome-hearts.org"
SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="x11-libs/gtk+:2
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-2
dev-lang/python"
DEPEND="${RDEPEND}
app-text/rarian
dev-util/intltool
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_prepare() {
gnome2_src_prepare
epatch "${FILESDIR}"/${P}-python.patch
intltoolize --force --copy --automake || die
eautoreconf
}
src_configure() {
gnome2_src_configure \
--bindir="${GAMES_BINDIR}" \
$(use_enable nls)
}
src_install() {
gnome2_src_install
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_pkg_preinst
}
pkg_postinst() {
games_pkg_postinst
gnome2_pkg_postinst
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-12 17:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 17:45 [gentoo-commits] gentoo-x86 commit in games-board/gnome-hearts: metadata.xml ChangeLog gnome-hearts-0.3.ebuild Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox