summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild')
-rw-r--r--net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild
deleted file mode 100644
index a18aa3c..0000000
--- a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild,v 1.9 2011/02/26 22:07:18 signals Exp $
-
-inherit eutils
-
-LICENSE="GPL-2"
-DESCRIPTION="A command-line tool for taking JPEG snapshots of VNC servers"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-HOMEPAGE="http://vncsnapshot.sourceforge.net/"
-KEYWORDS="~x86-linux"
-IUSE=""
-SLOT="0"
-DEPEND="virtual/jpeg
- >=sys-libs/zlib-1.1.4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-amd64grey.patch"
-}
-
-# no configure for this puppy
-src_compile() {
- #note: We override CDEBUGFLAGS instead of CFLAGS because otherwise
- # we lost the INCLUDES in the makefile.
- # bug #295741
- emake -j1 CDEBUGFLAGS="${CFLAGS}" || die "make failed"
-}
-
-# likewise, no make install (we're real Unix hackers, we are)
-src_install() {
- dobin vncsnapshot || die
- cp vncsnapshot.man1 vncsnapshot.1
- doman vncsnapshot.1
-}