summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:23 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:46:04 +0100
commit0275a6b05b431981e74d612109809bbc47fb2c8e (patch)
treed3779afe56d9ef409838510676dc13f71b780b50 /games-misc/nyancat
parentgames-misc/lucidlife: Remove old (diff)
downloadgentoo-0275a6b05b431981e74d612109809bbc47fb2c8e.tar.gz
gentoo-0275a6b05b431981e74d612109809bbc47fb2c8e.tar.bz2
gentoo-0275a6b05b431981e74d612109809bbc47fb2c8e.zip
games-misc/nyancat: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc/nyancat')
-rw-r--r--games-misc/nyancat/Manifest1
-rw-r--r--games-misc/nyancat/nyancat-1.2.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/games-misc/nyancat/Manifest b/games-misc/nyancat/Manifest
index ee72178360ae..d57d465d8fb1 100644
--- a/games-misc/nyancat/Manifest
+++ b/games-misc/nyancat/Manifest
@@ -1,2 +1 @@
-DIST nyancat-1.2.1.tar.gz 14109 BLAKE2B bb138cf965f5cfd1355c65c5834872808e056bdf3d5d2df5ace300e0b4d76c3e1cc7aad0e4bb5566e6ec9a8f9f2e6d54078263b577f0747c50557731e3b15ce1 SHA512 882bdcfe702d4613484b293f767a2ed74da63f222071e59f56a4246f56947882540930bcb2deae22f6e3326064f1c6f0ff7eb78ac6d7aa08125ebe64ebdf16eb
DIST nyancat-1.5.1.tar.gz 15124 BLAKE2B 31786fc61b8988bd89c398a711f4eec299995f80b86eed674b10dd7fe30219ea32fefc2b32d8b952ead9fa83b131f0a41dfcabc0b23e88bd424097f54f6c5dd3 SHA512 0a45bd0b1a9b9f85650a986c7f9f8120441f6b0bd346281fb44a5470382484738e660dffe17b95088332c50b6aed3feb4b2f949f15f37dd9c1b1885f345e157d
diff --git a/games-misc/nyancat/nyancat-1.2.1.ebuild b/games-misc/nyancat/nyancat-1.2.1.ebuild
deleted file mode 100644
index fea71fa4716d..000000000000
--- a/games-misc/nyancat/nyancat-1.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="Nyan Cat Telnet Server"
-HOMEPAGE="https://github.com/klange/nyancat"
-SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
- emake LFLAGS="${LDFLAGS} ${CFLAGS}"
-}
-
-src_install() {
- dogamesbin src/${PN}
- dodoc README.md
- prepgamesdirs
-}