diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:38:13 +0100 |
commit | 0d243f7708806b8bf813d5d2282254904d84384d (patch) | |
tree | a79d853e73b2c076f5bbc2ef0b08f30aa0a25f7f /games-board/pioneers | |
parent | games-board/peg-e: Remove old (diff) | |
download | gentoo-0d243f7708806b8bf813d5d2282254904d84384d.tar.gz gentoo-0d243f7708806b8bf813d5d2282254904d84384d.tar.bz2 gentoo-0d243f7708806b8bf813d5d2282254904d84384d.zip |
games-board/pioneers: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board/pioneers')
-rw-r--r-- | games-board/pioneers/pioneers-15.3.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-board/pioneers/pioneers-15.3.ebuild b/games-board/pioneers/pioneers-15.3.ebuild deleted file mode 100644 index b5b45c34c98c..000000000000 --- a/games-board/pioneers/pioneers-15.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome-games - -DESCRIPTION="A clone of the popular board game The Settlers of Catan" -HOMEPAGE="http://pio.sourceforge.net/" -SRC_URI="mirror://sourceforge/pio/${P}.tar.gz" - -LICENSE="GPL-2 CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated help nls" - -# dev-util/gob only for autoreconf -RDEPEND=">=dev-libs/glib-2.26:2 - !dedicated? ( - >=x11-libs/gtk+-3.4:3 - >=x11-libs/libnotify-0.7.4 - help? ( - app-text/rarian - >=gnome-base/libgnome-2.10 - ) - ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/gob:2 - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - gnome2_src_prepare -} - -src_configure() { - gnome-games_src_configure \ - $(use_enable nls) \ - $(use_enable help) \ - --includedir=/usr/include \ - $(use_with !dedicated gtk) -} - -src_install() { - DOCS='AUTHORS ChangeLog README TODO NEWS' \ - gnome2_src_install scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/ - prepgamesdirs -} |