Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/
Date: Sun, 27 Nov 2016 13:14:53
Message-Id: 1480251668.d04befa5716831eef836af3d4391971c2d4b148a.pacho@gentoo
1 commit: d04befa5716831eef836af3d4391971c2d4b148a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 13:01:08 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 13:01:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04befa5
7
8 app-misc/golly: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-misc/golly/Manifest | 1 -
13 app-misc/golly/golly-2.4-r1.ebuild | 44 --------------------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/app-misc/golly/Manifest b/app-misc/golly/Manifest
17 index 2655816..c002d0b 100644
18 --- a/app-misc/golly/Manifest
19 +++ b/app-misc/golly/Manifest
20 @@ -1,2 +1 @@
21 -DIST golly-2.4-src.tar.gz 2612440 SHA256 b5e4fe5dfb9f6b6a514211b31498be886012638e8aaae16a08b50bf2f6d676c4 SHA512 7e49d72ff638c21f7bdf9de6d254e6baa4989735bdc3d9c52ec9eeacce7e9c6261d32f86b9c62478c3192d17aaba0f30994ad8e9be625dfa21de4d2b035493f9 WHIRLPOOL 556b4a319091f34362c66452b898c281620d0c98b71fbe9491a32e08edafea988d850287178d74cb2b2c34e12954f4fdb4477effa80e8f54aa938930383efe01
22 DIST golly-2.7-src.tar.gz 3881882 SHA256 9af30afd7b03b3eebcfaec088d67c495609aef72516d9ca8f076b62f32b5e17b SHA512 084919f508b471cc0937d50307410c3f48281e7328e3b9d20e634b9ddfe5909e3b9a000da5a9845a2ba7e45a733fee39e2e6d55902c9af110b5f2d7ea8654d77 WHIRLPOOL 5c391894943593391e2c784f28c00cbbb479068936c6bd754d6c81847d4b0a3c57aad65535a5d8f5f97f789225a6d8d18f52b203ea9340fdd49f641fac8ae42e
23
24 diff --git a/app-misc/golly/golly-2.4-r1.ebuild b/app-misc/golly/golly-2.4-r1.ebuild
25 deleted file mode 100644
26 index 5e724ab..00000000
27 --- a/app-misc/golly/golly-2.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -WX_GTK_VER=2.8
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit eutils python-single-r1 toolchain-funcs wxwidgets
40 -
41 -DESCRIPTION="simulator for Conway's Game of Life and other cellular automata"
42 -HOMEPAGE="http://golly.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-lang/perl
51 - sys-libs/zlib
52 - x11-libs/wxGTK:${WX_GTK_VER}[X]"
53 -RDEPEND="${DEPEND}"
54 -
55 -S=${WORKDIR}/${P}-src
56 -
57 -src_prepare() {
58 - sed -e 's:-O2::' -i configure Makefile.{am,in} || die
59 -}
60 -
61 -src_configure() {
62 - econf --with-perl-shlib="libperl.so"
63 -}
64 -
65 -src_compile() {
66 - emake AR=$(tc-getAR)
67 -}
68 -
69 -src_install() {
70 - emake docdir= DESTDIR="${D}" install
71 - newicon appicon.xpm ${PN}.xpm
72 - dodoc README TODO
73 -}