summaryrefslogtreecommitdiff
path: root/games-misc/nyancat/nyancat-1.5.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/nyancat/nyancat-1.5.1.ebuild')
-rw-r--r--games-misc/nyancat/nyancat-1.5.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/games-misc/nyancat/nyancat-1.5.1.ebuild b/games-misc/nyancat/nyancat-1.5.1.ebuild
deleted file mode 100644
index 68300e1ed278..000000000000
--- a/games-misc/nyancat/nyancat-1.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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() {
- dobin src/${PN}
- dodoc README.md
-}