public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/
@ 2018-04-14 21:17 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-14 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     150a7479f0f7afb41360895c92984c9d4236e2e4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 21:05:49 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 21:17:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150a7479

dev-games/cardpics: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-games/cardpics/cardpics-0.4-r1.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dev-games/cardpics/cardpics-0.4-r1.ebuild b/dev-games/cardpics/cardpics-0.4-r1.ebuild
new file mode 100644
index 00000000000..25e82735245
--- /dev/null
+++ b/dev-games/cardpics/cardpics-0.4-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of free cards sets"
+HOMEPAGE="http://www.nongnu.org/cardpics/"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE=""


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/
@ 2018-06-07 17:21 Thomas Deutschmann
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2018-06-07 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c7cbbf6f08ab5e2658fe30d87598c29c8a61809b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 17:19:50 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 17:21:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cbbf6f

dev-games/cardpics: x86 stable (bug #653180)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-games/cardpics/cardpics-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/cardpics/cardpics-0.4-r1.ebuild b/dev-games/cardpics/cardpics-0.4-r1.ebuild
index b03c5422c2b..dd4bc0b82cc 100644
--- a/dev-games/cardpics/cardpics-0.4-r1.ebuild
+++ b/dev-games/cardpics/cardpics-0.4-r1.ebuild
@@ -9,5 +9,5 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/
@ 2020-07-01 19:59 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-07-01 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     544ad54aa7e82c6b912f95fcf2c697869325c759
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jul  1 17:42:28 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 19:57:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544ad54a

dev-games/cardpics: use HTTPS, fix LICENSE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-games/cardpics/cardpics-0.4-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-games/cardpics/cardpics-0.4-r1.ebuild b/dev-games/cardpics/cardpics-0.4-r1.ebuild
index 9042e9a0142..4ba122862bc 100644
--- a/dev-games/cardpics/cardpics-0.4-r1.ebuild
+++ b/dev-games/cardpics/cardpics-0.4-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="set of free cards sets"
-HOMEPAGE="http://www.nongnu.org/cardpics/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://www.nongnu.org/cardpics/"
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 hppa x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/
@ 2020-07-01 19:59 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-07-01 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     57156c042623769fc6da179260c2cad99f6a61df
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jul  1 17:42:54 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 19:57:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57156c04

dev-games/cardpics: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16538
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-games/cardpics/cardpics-0.4.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-games/cardpics/cardpics-0.4.ebuild b/dev-games/cardpics/cardpics-0.4.ebuild
deleted file mode 100644
index e6044663c1d..00000000000
--- a/dev-games/cardpics/cardpics-0.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="set of free cards sets"
-HOMEPAGE="http://www.nongnu.org/cardpics/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE=""
-
-src_install() {
-	default
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-01 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-01 19:59 [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2020-07-01 19:59 Aaron Bauman
2018-06-07 17:21 Thomas Deutschmann
2018-04-14 21:17 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox