summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-07-01 19:42:54 +0200
committerAaron Bauman <bman@gentoo.org>2020-07-01 15:57:23 -0400
commit57156c042623769fc6da179260c2cad99f6a61df (patch)
treecad1da2c807fef3a40d7228664a95a3349fc38fb /dev-games
parentdev-games/cardpics: use HTTPS, fix LICENSE (diff)
downloadgentoo-57156c042623769fc6da179260c2cad99f6a61df.tar.gz
gentoo-57156c042623769fc6da179260c2cad99f6a61df.tar.bz2
gentoo-57156c042623769fc6da179260c2cad99f6a61df.zip
dev-games/cardpics: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16538 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/cardpics/cardpics-0.4.ebuild19
1 files changed, 0 insertions, 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 e6044663c1d7..000000000000
--- 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
-}