games-misc/nyancat: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-20 22:30:23 +01:00
parent a1a748c9fc
commit 0275a6b05b
2 changed files with 0 additions and 25 deletions

View File

@@ -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

View File

@@ -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
}