summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-26 17:15:39 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-26 17:15:39 +0000
commit5c149682bf018d4e09b6e0c151d52991a240d0a2 (patch)
treeb97bc0b749bf80541847f172963da416f66c82d5
parentfix quoting (diff)
downloadgentoo-2-5c149682bf018d4e09b6e0c151d52991a240d0a2.tar.gz
gentoo-2-5c149682bf018d4e09b6e0c151d52991a240d0a2.tar.bz2
gentoo-2-5c149682bf018d4e09b6e0c151d52991a240d0a2.zip
old
(Portage version: 2.1.3.19)
-rw-r--r--net-misc/vncsnapshot/ChangeLog7
-rw-r--r--net-misc/vncsnapshot/files/digest-vncsnapshot-1.13
-rw-r--r--net-misc/vncsnapshot/vncsnapshot-1.1.ebuild27
3 files changed, 5 insertions, 32 deletions
diff --git a/net-misc/vncsnapshot/ChangeLog b/net-misc/vncsnapshot/ChangeLog
index a5f015520f1e..2cfbc9d7ce36 100644
--- a/net-misc/vncsnapshot/ChangeLog
+++ b/net-misc/vncsnapshot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vncsnapshot
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/ChangeLog,v 1.10 2007/05/11 16:15:13 bangert Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/ChangeLog,v 1.11 2008/01/26 17:15:39 armin76 Exp $
+
+ 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> -vncsnapshot-1.1.ebuild:
+ old
11 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
fix herd
diff --git a/net-misc/vncsnapshot/files/digest-vncsnapshot-1.1 b/net-misc/vncsnapshot/files/digest-vncsnapshot-1.1
deleted file mode 100644
index 47787f7b3800..000000000000
--- a/net-misc/vncsnapshot/files/digest-vncsnapshot-1.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d526e821eef087e89eebde57f3e02a4a vncsnapshot-1.1-src.tar.bz2 65026
-RMD160 952e468156997e0f87ff7a942f9ddcd2ab1a5a94 vncsnapshot-1.1-src.tar.bz2 65026
-SHA256 a0db262cf2a113a390f280a686c44a20fb52612938527502cbaa1b45bbbcfff6 vncsnapshot-1.1-src.tar.bz2 65026
diff --git a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild
deleted file mode 100644
index 0d67c7d330d7..000000000000
--- a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild,v 1.7 2007/07/12 02:52:15 mr_bones_ Exp $
-
-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="ppc x86"
-IUSE=""
-SLOT="0"
-DEPEND=">=media-libs/jpeg-6b
- >=sys-libs/zlib-1.1.4"
-
-# no configure for this puppy
-src_compile() {
- #note: We override CDEBUGFLAGS instead of CFLAGS because otherwise
- # we lost the INCLUDES in the makefile.
- make 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
-}