summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/cgterm/cgterm-1.6.ebuild')
-rw-r--r--net-misc/cgterm/cgterm-1.6.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/cgterm/cgterm-1.6.ebuild b/net-misc/cgterm/cgterm-1.6.ebuild
deleted file mode 100644
index fc7a54855001..000000000000
--- a/net-misc/cgterm/cgterm-1.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Connect to C64 telnet BBS's with the correct colours and font"
-HOMEPAGE="http://www.paradroid.net/cgterm/"
-SRC_URI="http://www.paradroid.net/cgterm/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~ppc x86"
-
-DEPEND=">=media-libs/libsdl-1.2.5"
-RDEPEND="${DEPEND}"
-
-src_unpack(){
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-QA.patch"
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} `sdl-config --cflags` -DPREFIX=\\\"/usr\\\"" || die
-}
-
-src_install() {
- mkdir "${D}/usr"
- emake install PREFIX="${D}/usr" LDFLAGS="`sdl-config --libs`" || die
- rmdir "${D}/usr/etc"
-}