diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-01 08:26:41 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-01 08:26:41 +0000 |
commit | c6e930a9cfccf92617ef048e4479236b2e827532 (patch) | |
tree | d8f96750c3d27beb540e29a9a4803b59d3e3b679 /x11-misc/x11vnc | |
parent | Changed SRC_URI to use mirror://gentoo/ for the patchset. (Manifest recommit) (diff) | |
download | gentoo-2-c6e930a9cfccf92617ef048e4479236b2e827532.tar.gz gentoo-2-c6e930a9cfccf92617ef048e4479236b2e827532.tar.bz2 gentoo-2-c6e930a9cfccf92617ef048e4479236b2e827532.zip |
Removed old ebuild.
Diffstat (limited to 'x11-misc/x11vnc')
-rw-r--r-- | x11-misc/x11vnc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/x11vnc/files/digest-x11vnc-0.6.2 | 1 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.6.2.ebuild | 51 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.7.ebuild | 4 |
4 files changed, 7 insertions, 56 deletions
diff --git a/x11-misc/x11vnc/ChangeLog b/x11-misc/x11vnc/ChangeLog index 1dbfb5456f1e..670ab85dc0b3 100644 --- a/x11-misc/x11vnc/ChangeLog +++ b/x11-misc/x11vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x11vnc -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.3 2004/12/24 02:56:43 swegener Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.4 2005/01/01 08:26:41 swegener Exp $ + + 01 Jan 2005; Sven Wegener <swegener@gentoo.org> -x11vnc-0.6.2.ebuild: + Removed old ebuild. *x11vnc-0.7 (24 Dec 2004) diff --git a/x11-misc/x11vnc/files/digest-x11vnc-0.6.2 b/x11-misc/x11vnc/files/digest-x11vnc-0.6.2 deleted file mode 100644 index e917d75583e8..000000000000 --- a/x11-misc/x11vnc/files/digest-x11vnc-0.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8d2e11332624dcf3eea992248dd8f68 x11vnc-0.6.2.tar.gz 350243 diff --git a/x11-misc/x11vnc/x11vnc-0.6.2.ebuild b/x11-misc/x11vnc/x11vnc-0.6.2.ebuild deleted file mode 100644 index 1ed93dcd84ef..000000000000 --- a/x11-misc/x11vnc/x11vnc-0.6.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.6.2.ebuild,v 1.2 2004/12/10 00:48:44 swegener Exp $ - -inherit eutils - -DESCRIPTION="A VNC server for real X displays" -HOMEPAGE="http://www.karlrunge.com/x11vnc/" -SRC_URI="mirror://sourceforge/libvncserver/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~hppa" -IUSE="jpeg zlib" - -RDEPEND="virtual/x11 - zlib? ( sys-libs/zlib ) - jpeg? ( - media-libs/jpeg - sys-libs/zlib - )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - cd ${S} - - # Hack to avoid running all autotools - touch -r configure configure.timestamp - touch -r configure.ac configure.ac.timestamp - - epatch ${FILESDIR}/${PV}-configure.ac.patch - WANT_AUTOCONF="2.5" autoconf || die "autoconf failed" - - touch -r configure.timestamp configure - touch -r configure.ac.timestamp configure.ac -} - -src_compile() { - econf \ - $(use_with jpeg) \ - $(use_with jpeg zlib) \ - $(use_with zlib) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} diff --git a/x11-misc/x11vnc/x11vnc-0.7.ebuild b/x11-misc/x11vnc/x11vnc-0.7.ebuild index 77df5e5e6097..373c80717b71 100644 --- a/x11-misc/x11vnc/x11vnc-0.7.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.7.ebuild,v 1.1 2004/12/24 02:56:43 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.7.ebuild,v 1.2 2005/01/01 08:26:41 swegener Exp $ inherit eutils |