Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
Date: Fri, 02 Oct 2020 06:43:21
Message-Id: 1601620875.6653abca2456076d73612ef533a3e6bffacb153a.juippis@gentoo
1 commit: 6653abca2456076d73612ef533a3e6bffacb153a
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 9 17:19:04 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 06:41:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6653abca
7
8 games-rpg/wastesedge: remove old version
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 games-rpg/wastesedge/Manifest | 1 -
15 games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild | 35 -------------------------
16 2 files changed, 36 deletions(-)
17
18 diff --git a/games-rpg/wastesedge/Manifest b/games-rpg/wastesedge/Manifest
19 index 8af214741d5..790a719f4ca 100644
20 --- a/games-rpg/wastesedge/Manifest
21 +++ b/games-rpg/wastesedge/Manifest
22 @@ -1,2 +1 @@
23 -DIST wastesedge-src-0.3.5.tar.gz 10749912 BLAKE2B ec4cd1135cd09c92937c8749905872b635e72575662bb7c1e188281e47ec0a285045aced378659fed20942c4bc7e67f11fa95e1cf0fe220c0be0f3b6527aa754 SHA512 d4c77eb1bde2c28002e4f56a6bfa5f816ea53de7061b5e60635f15c670ff45c3a18e3316b92007f74033a62538503f14b67e1175cf22c718c22ca1021dc7af3b
24 DIST wastesedge-src-0.3.8.tar.gz 20779629 BLAKE2B 40a63298ea9b704407fcac244f22a3e26190fec37cb0dae0e18e55478d866a215a6be6e1bd08ef2d303894aca2edd09e7b299ae9c2da21d999f47c6d799fde83 SHA512 410e01d803b6ff72c4c0d8f035c5e3228c2311bc200359ecb748be63474ae0afb8609cc9daed940670d02190fa3c047ea2a2cd116b7680398cdcc7523a64c386
25
26 diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
27 deleted file mode 100644
28 index 1e576c82d44..00000000000
29 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 )
37 -inherit eutils python-single-r1
38 -
39 -DESCRIPTION="role playing game to showcase the adonthell engine"
40 -HOMEPAGE="http://adonthell.nongnu.org/download/"
41 -SRC_URI="https://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="nls"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -RESTRICT="userpriv"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - >=games-rpg/adonthell-0.3.5-r2[${PYTHON_SINGLE_USEDEP}]
52 - nls? ( virtual/libintl )"
53 -DEPEND="${RDEPEND}
54 - nls? ( sys-devel/gettext )"
55 -
56 -src_configure() {
57 - econf \
58 - $(use_enable nls) \
59 - --with-adonthell-binary="/usr/bin/adonthell"
60 -}
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install
64 - dodoc AUTHORS ChangeLog NEWS PLAYING README
65 - make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32
66 -}