Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/
Date: Fri, 26 May 2017 14:54:10
Message-Id: 1495810412.951a0ccf6edbc45890d50a6598b61db4712a7828.soap@gentoo
1 commit: 951a0ccf6edbc45890d50a6598b61db4712a7828
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 14:53:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 14:53:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951a0ccf
7
8 games-action/violetland: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 games-action/violetland/violetland-0.4.3.ebuild | 50 -------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/games-action/violetland/violetland-0.4.3.ebuild b/games-action/violetland/violetland-0.4.3.ebuild
16 deleted file mode 100644
17 index ab72683f451..00000000000
18 --- a/games-action/violetland/violetland-0.4.3.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games
26 -
27 -DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters"
28 -HOMEPAGE="https://code.google.com/p/violetland/"
29 -SRC_URI="https://github.com/ooxi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="GPL-3 CC-BY-SA-3.0"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -RDEPEND="media-libs/libsdl[sound,video]
37 - media-libs/sdl-image[png]
38 - media-libs/sdl-mixer[vorbis]
39 - media-libs/sdl-ttf
40 - dev-libs/boost[threads(+)]
41 - virtual/opengl
42 - virtual/glu"
43 -DEPEND="${RDEPEND}"
44 -
45 -src_prepare() {
46 - sed -i \
47 - -e "/README_EN.TXT/d" \
48 - -e "/README_RU.TXT/d" \
49 - CMakeLists.txt || die "sed failed"
50 - epatch "${FILESDIR}"/${P}-boost150.patch
51 -}
52 -
53 -src_configure() {
54 - mycmakeargs=(
55 - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
56 - "-DDATA_INSTALL_DIR=${GAMES_DATADIR}/${PN}"
57 - )
58 - cmake-utils_src_configure
59 -}
60 -
61 -src_compile() {
62 - cmake-utils_src_compile
63 -}
64 -
65 -src_install() {
66 - DOCS="README_EN.TXT CHANGELOG" cmake-utils_src_install
67 - newicon icon-light.png ${PN}.png
68 - make_desktop_entry ${PN} VioletLand
69 - prepgamesdirs
70 -}