public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/
Date: Mon, 23 Mar 2020 23:58:04 +0000 (UTC)	[thread overview]
Message-ID: <1585007864.629349895fd57bdab5d99e54cc658873d1ebec62.slyfox@gentoo> (raw)

commit:     629349895fd57bdab5d99e54cc658873d1ebec62
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 23:39:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 23:57:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62934989

app-misc/golly: drop old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-misc/golly/Manifest            |  1 -
 app-misc/golly/golly-3.2.ebuild    | 59 --------------------------------------
 app-misc/golly/golly-3.3-r1.ebuild | 51 --------------------------------
 3 files changed, 111 deletions(-)

diff --git a/app-misc/golly/Manifest b/app-misc/golly/Manifest
index a54d3b09dd6..3400cf99a3a 100644
--- a/app-misc/golly/Manifest
+++ b/app-misc/golly/Manifest
@@ -1,2 +1 @@
-DIST golly-3.2-src.tar.gz 5261483 BLAKE2B c9a1c09c71bafcb624eab91c7b86d671bd0cec23041d5ada91972c363242a4bc0c55d699f45e9b732dd00d4f030818a51f9c1e4ccafed298e230d912d4d22235 SHA512 bff5bbe75c0914bfcd416101894f8be1fd644c147fb90e0ad2cf87b4472c132c5d50be1829345fae59038e3d2e106ac417c5bc3cbc5c7d3a32a03c241b7a8eca
 DIST golly-3.3-src.tar.gz 5465595 BLAKE2B e74da3799d1086a46fba523e6b087e6bc50c908098b27a80573936629fd5ad6195968df46b2933a9984cff85068222a80040761254298c5f648b040d5532a7ba SHA512 2aa9c2e7b2ebe3fe85bcb6177e58ee83bd08475e0a37a04cdb7e649b9faf5c2f936c534af62c8cf2322baade65c6e5197768901dfb464c17b20b941e1fa77265

diff --git a/app-misc/golly/golly-3.2.ebuild b/app-misc/golly/golly-3.2.ebuild
deleted file mode 100644
index 733fce4ccb9..00000000000
--- a/app-misc/golly/golly-3.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER=3.0
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic python-single-r1 gnome2-utils 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="tiff"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="virtual/opengl
-	sys-libs/zlib
-	x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,tiff?]"
-RDEPEND="${DEPEND}
-	${PYTHON_DEPS}"
-
-S=${WORKDIR}/${P}-src
-
-PATCHES=(
-	"${FILESDIR}"/${P}-mouse-1.patch
-	"${FILESDIR}"/${P}-mouse-2.patch
-)
-
-pkg_setup() {
-	setup-wxwidgets
-}
-
-src_configure() {
-	ECONF_SOURCE=gui-wx/configure econf \
-		--with-wxshared
-}
-
-src_install() {
-	emake docdir= DESTDIR="${D}" install
-	dodoc docs/ReadMe.html
-	newicon --size 32 gui-wx/icons/appicon.xpm ${PN}.xpm
-	make_desktop_entry ${PN} "Golly" ${PN} "Science"
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/app-misc/golly/golly-3.3-r1.ebuild b/app-misc/golly/golly-3.3-r1.ebuild
deleted file mode 100644
index 26742c324c9..00000000000
--- a/app-misc/golly/golly-3.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER=3.0
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop eutils flag-o-matic python-single-r1 wxwidgets xdg-utils
-
-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="tiff"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="virtual/opengl
-	sys-libs/zlib
-	x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,tiff?]"
-RDEPEND="${DEPEND}
-	${PYTHON_DEPS}"
-
-S=${WORKDIR}/${P}-src
-
-pkg_setup() {
-	setup-wxwidgets
-}
-
-src_configure() {
-	ECONF_SOURCE=gui-wx/configure econf \
-		--with-wxshared
-}
-
-src_install() {
-	emake docdir= DESTDIR="${D}" install
-	dodoc docs/ReadMe.html
-	newicon --size 32 gui-wx/icons/appicon.xpm ${PN}.xpm
-	make_desktop_entry ${PN} "Golly" ${PN} "Science"
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


             reply	other threads:[~2020-03-23 23:58 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-23 23:58 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04  0:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-06-25 22:03 Sam James
2024-05-25 14:06 Maciej Barć
2024-04-14 15:33 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-05-05 12:03 Maciej Barć
2023-05-01  7:26 Arthur Zamarin
2023-05-01  1:53 Sam James
2023-01-20 23:19 Maciej Barć
2023-01-20 23:19 Maciej Barć
2022-03-19 23:17 David Seifert
2022-01-31 19:57 Jakov Smolić
2022-01-31 19:57 Jakov Smolić
2021-12-01 23:13 Maciej Barć
2021-12-01  8:54 Maciej Barć
2021-12-01  8:54 Maciej Barć
2021-08-04  9:01 Sergei Trofimovich
2021-05-15 13:58 Sergei Trofimovich
2020-12-16 19:51 Sam James
2020-12-06 17:05 Thomas Deutschmann
2020-11-06 23:49 Sergei Trofimovich
2020-09-06  8:34 Sergei Trofimovich
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 15:19 Sam James
2020-08-06 21:22 Sergei Trofimovich
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-03 22:54 Sergei Trofimovich
2020-08-02 12:03 Michał Górny
2020-07-11 12:58 Sergei Trofimovich
2020-07-03 22:07 Sergei Trofimovich
2020-06-27 21:02 Sergei Trofimovich
2020-06-27  8:54 Sergei Trofimovich
2020-06-20  8:45 Sergei Trofimovich
2020-03-24  7:06 Sergei Trofimovich
2020-03-24  7:06 Sergei Trofimovich
2020-02-12  7:57 Agostino Sarubbo
2020-02-12  0:04 Piotr Karbowski
2020-02-11 23:03 Sergei Trofimovich
2020-02-11  9:59 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2019-12-09 18:11 Sergei Trofimovich
2019-05-20 18:04 Sergei Trofimovich
2019-05-20 11:29 Mikle Kolyada
2018-11-25 12:11 Sergei Trofimovich
2018-11-25 11:32 Sergei Trofimovich
2017-04-20  7:59 David Seifert
2017-03-04 13:30 Jeroen Roovers
2016-11-27 13:14 Pacho Ramos
2016-11-27 13:14 Pacho Ramos
2016-05-24 19:15 Pacho Ramos
2015-10-17 16:07 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585007864.629349895fd57bdab5d99e54cc658873d1ebec62.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox