diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 07:52:08 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 07:52:08 +0300 |
commit | 4227887c1d9c48381d65f411a303ef08f9c8b58d (patch) | |
tree | 1f524215627d0ed9dc6c0ad3848963fb05dd2c89 /games-board/gnome-hearts | |
parent | media-gfx/gnome-photos: remove old (diff) | |
download | gentoo-4227887c1d9c48381d65f411a303ef08f9c8b58d.tar.gz gentoo-4227887c1d9c48381d65f411a303ef08f9c8b58d.tar.bz2 gentoo-4227887c1d9c48381d65f411a303ef08f9c8b58d.zip |
games-board/gnome-hearts: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-board/gnome-hearts')
-rw-r--r-- | games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild b/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild deleted file mode 100644 index cb4455fac34b..000000000000 --- a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG=no - -PYTHON_COMPAT=( python2_7 ) -inherit gnome2 python-single-r1 - -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 - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-text/rarian - dev-util/intltool - virtual/pkgconfig" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - # make src_test work - echo gnome-hearts.desktop.in >> po/POTFILES.skip - - sed -i \ - -e '/No name/d' \ - -e '/^Icon/s/.png//' \ - -e '/^Encoding/d' \ - gnome-hearts.desktop.in || die - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable nls) -} |