summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-01 19:16:25 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-01 19:27:57 +0100
commit43cd9635bf3c74b00a9bb1f726e4b351fb045c28 (patch)
tree66280bb62e26d21586e1c8750ff15f5c3aa4c2aa /net-misc/vncrec
parentnet-misc/vncrec: x11-libs/libXp is not really needed (diff)
downloadgentoo-43cd9635bf3c74b00a9bb1f726e4b351fb045c28.tar.gz
gentoo-43cd9635bf3c74b00a9bb1f726e4b351fb045c28.tar.bz2
gentoo-43cd9635bf3c74b00a9bb1f726e4b351fb045c28.zip
net-misc/vncrec: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc/vncrec')
-rw-r--r--net-misc/vncrec/vncrec-0.2-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-misc/vncrec/vncrec-0.2-r1.ebuild b/net-misc/vncrec/vncrec-0.2-r1.ebuild
deleted file mode 100644
index ef08f35b48b7..000000000000
--- a/net-misc/vncrec/vncrec-0.2-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="VNC session recorder and player"
-HOMEPAGE="http://www.sodan.org/~penny/vncrec/"
-SRC_URI="http://www.sodan.org/~penny/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- app-text/rman
- x11-misc/gccmakedep
- x11-misc/imake
- x11-proto/xextproto"
-
-DOCS=( README README.vnc )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-includes.patch
- touch vncrec/vncrec.man || die
- sed -i Imakefile \
- -e '/make Makefiles/d' \
- || die "sed Imakefile"
-}
-
-src_configure() {
- xmkmf -a || die
-}
-
-src_compile() {
- emake \
- CC=$(tc-getCC) \
- CCOPTIONS="${CXXFLAGS}" \
- EXTRA_LDOPTIONS="${LDFLAGS}" \
- World
-}