summaryrefslogtreecommitdiff
path: root/games-board/pioneers
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-board/pioneers
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-board/pioneers')
-rw-r--r--games-board/pioneers/Manifest1
-rw-r--r--games-board/pioneers/pioneers-15.3.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/games-board/pioneers/Manifest b/games-board/pioneers/Manifest
index 8f1e7e238b67..aa4cd3cf3ca2 100644
--- a/games-board/pioneers/Manifest
+++ b/games-board/pioneers/Manifest
@@ -1,4 +1,3 @@
DIST pioneers-15.3.tar.gz 4154470 BLAKE2B 536b2100ac0dd75d8c118741bffdd433bebcbdef2df54a75a5e9004f5fb2f7859bc75c27935251fc94b3428e730a7be522b88a7ab13224cb545180eb84ad86f9 SHA512 57aa8bc48019c87a683a4728d28d56f6bd755a0566922dddb4de825904820d1204f893e73fd13465fcec63cecb4a5735a90338f6ff915b7f17113dc0f1e834c1
EBUILD pioneers-15.3-r1.ebuild 1020 BLAKE2B f238e770e814394468c8f35a14d826b765f2dd999d12ee26736a1b2ebe61ab5a23bbc509ba82b19a641e63cbd655321724f856292eaa9ad9c06848c155212ce6 SHA512 c81f2facd174bad96b13784a15e7b4c06cde98f0af73f5dc798e06d0a893357e3ec1edc464fdff5a307a50e8766aba0a704e3028786f18897cccaa4320fc248b
-EBUILD pioneers-15.3.ebuild 1052 BLAKE2B 541571bd5ca9317f7c5bb541309c272fe7c5dff7d8dd2a024c273d9f0208be687cb860e4ca013c7e9a9984f5c7d3752824b92e344a1f61ac0c6e3668fa73f1a5 SHA512 217bf727f28b4d6ad09786ccbe58f9196ae207d26609ba27ddd8443f3a4087601cccdf4d953f1c047cca7f4ea45b94fa73c5581c3ed650bdefc0d31c4e9f7734
MISC metadata.xml 516 BLAKE2B bbc4f44f35490c9f2508b7b4bfa20d748757237608ff09fe5424e3e22370eaf8fa9d88bad25e9a6f0507557ad8bf84d8d78e59c9812e4a94ce8e0e009776b218 SHA512 363d4fc98308e842211f4515c1b6da788e6d43498376efbc7195a17406ad0015c6dee37b380537bfeb530d5ead40c5cd2c6c9836378d4ab178f8c1f1434a2dbc
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
-}