summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-27 14:01:08 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-27 14:01:08 +0100
commitd04befa5716831eef836af3d4391971c2d4b148a (patch)
treea8ba46e6a3dc111b7bdae7ed3b6099ae1ea95772
parentapp-misc/golly: amd64/x86 stable, bug #583998 (diff)
downloadgentoo-d04befa5.tar.gz
gentoo-d04befa5.tar.bz2
gentoo-d04befa5.zip
app-misc/golly: Drop old
Package-Manager: portage-2.3.2
-rw-r--r--app-misc/golly/Manifest1
-rw-r--r--app-misc/golly/golly-2.4-r1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/golly/Manifest b/app-misc/golly/Manifest
index 2655816d2e17..c002d0b05f1d 100644
--- a/app-misc/golly/Manifest
+++ b/app-misc/golly/Manifest
@@ -1,2 +1 @@
-DIST golly-2.4-src.tar.gz 2612440 SHA256 b5e4fe5dfb9f6b6a514211b31498be886012638e8aaae16a08b50bf2f6d676c4 SHA512 7e49d72ff638c21f7bdf9de6d254e6baa4989735bdc3d9c52ec9eeacce7e9c6261d32f86b9c62478c3192d17aaba0f30994ad8e9be625dfa21de4d2b035493f9 WHIRLPOOL 556b4a319091f34362c66452b898c281620d0c98b71fbe9491a32e08edafea988d850287178d74cb2b2c34e12954f4fdb4477effa80e8f54aa938930383efe01
DIST golly-2.7-src.tar.gz 3881882 SHA256 9af30afd7b03b3eebcfaec088d67c495609aef72516d9ca8f076b62f32b5e17b SHA512 084919f508b471cc0937d50307410c3f48281e7328e3b9d20e634b9ddfe5909e3b9a000da5a9845a2ba7e45a733fee39e2e6d55902c9af110b5f2d7ea8654d77 WHIRLPOOL 5c391894943593391e2c784f28c00cbbb479068936c6bd754d6c81847d4b0a3c57aad65535a5d8f5f97f789225a6d8d18f52b203ea9340fdd49f641fac8ae42e
diff --git a/app-misc/golly/golly-2.4-r1.ebuild b/app-misc/golly/golly-2.4-r1.ebuild
deleted file mode 100644
index 5e724aba8ce5..000000000000
--- a/app-misc/golly/golly-2.4-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER=2.8
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1 toolchain-funcs wxwidgets
-
-DESCRIPTION="simulator for Conway's Game of Life and other cellular automata"
-HOMEPAGE="http://golly.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- sys-libs/zlib
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- sed -e 's:-O2::' -i configure Makefile.{am,in} || die
-}
-
-src_configure() {
- econf --with-perl-shlib="libperl.so"
-}
-
-src_compile() {
- emake AR=$(tc-getAR)
-}
-
-src_install() {
- emake docdir= DESTDIR="${D}" install
- newicon appicon.xpm ${PN}.xpm
- dodoc README TODO
-}