Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/sirius/
Date: Mon, 13 Feb 2017 08:03:52
Message-Id: 1486973011.80fe8e2b346a41a644769f718eed904f0a17c4f3.kensington@gentoo
1 commit: 80fe8e2b346a41a644769f718eed904f0a17c4f3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:00:28 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:03:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fe8e2b
7
8 games-board/sirius: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 games-board/sirius/sirius-0.8.0.ebuild | 45 ----------------------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/games-board/sirius/sirius-0.8.0.ebuild b/games-board/sirius/sirius-0.8.0.ebuild
16 deleted file mode 100644
17 index cccde9906c..0000000000
18 --- a/games-board/sirius/sirius-0.8.0.ebuild
19 +++ /dev/null
20 @@ -1,45 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit autotools eutils games
27 -
28 -DESCRIPTION="A program for playing the game of othello/reversi"
29 -HOMEPAGE="http://sirius.bitvis.nu/"
30 -SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="nls"
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - gnome-base/gconf:2
39 - gnome-base/libgnomeui
40 - gnome-base/libgnomecanvas
41 - nls? ( virtual/libintl )"
42 -DEPEND="${RDEPEND}
43 - nls? ( sys-devel/gettext )"
44 -
45 -src_prepare() {
46 - sed -i -e '/-g -O3/d' configure.in || die
47 - sed -i \
48 - -e '/Icon/s/\.png//' \
49 - -e '/Categories/s/Application;//' \
50 - sirius.desktop.in || die
51 - mv configure.in configure.ac || die
52 - epatch "${FILESDIR}"/${P}-format.patch
53 - eautoreconf
54 -}
55 -
56 -src_configure() {
57 - egamesconf \
58 - --datadir=/usr/share \
59 - $(use_enable nls)
60 -}
61 -
62 -src_install() {
63 - default
64 - prepgamesdirs
65 -}