summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/rss-glx/rss-glx-0.7.6.ebuild3
-rw-r--r--x11-misc/x2vnc/files/digest-x2vnc-1.61
-rw-r--r--x11-misc/x2vnc/x2vnc-1.6.1.ebuild28
-rw-r--r--x11-misc/x2vnc/x2vnc-1.6.ebuild34
4 files changed, 9 insertions, 57 deletions
diff --git a/x11-misc/rss-glx/rss-glx-0.7.6.ebuild b/x11-misc/rss-glx/rss-glx-0.7.6.ebuild
index d96f9721bd79..2d77b6e2e072 100644
--- a/x11-misc/rss-glx/rss-glx-0.7.6.ebuild
+++ b/x11-misc/rss-glx/rss-glx-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.7.6.ebuild,v 1.15 2004/10/04 22:45:14 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.7.6.ebuild,v 1.16 2004/10/31 05:28:44 vapier Exp $
inherit flag-o-matic eutils kde
@@ -17,7 +17,6 @@ IUSE="kde sse 3dnow openal"
DEPEND="virtual/x11
virtual/opengl
- >=sys-apps/sed-4
>=media-gfx/imagemagick-5.5.7
kde? ( kde-base/kdeartwork )
!kde? ( x11-misc/xscreensaver )
diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.6 b/x11-misc/x2vnc/files/digest-x2vnc-1.6
deleted file mode 100644
index d17af78167d9..000000000000
--- a/x11-misc/x2vnc/files/digest-x2vnc-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e4bb4dec31bc1b3b56d777bc365c9534 x2vnc-1.6.tar.gz 62295
diff --git a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild
index 45fe3c66fdb6..422ec1210dd2 100644
--- a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild
@@ -1,34 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.4 2004/10/19 09:05:44 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.5 2004/10/31 05:29:35 vapier Exp $
DESCRIPTION="Control a remote computer running VNC from X"
-SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html"
+SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~alpha sparc amd64"
+KEYWORDS="alpha amd64 sparc x86"
+IUSE="tcltk"
DEPEND="virtual/x11
tcltk? ( dev-tcltk/expect )"
-IUSE="tcltk"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "make failed"
-}
-
-src_install () {
-
- dodir /usr/share
- dodir /usr/bin
+src_install() {
+ dodir /usr/share /usr/bin
make DESTDIR=${D} install || die
-
- if use tcltk
- then
- dobin contrib/tkx2vnc
- fi
-
+ use tcltk && dobin contrib/tkx2vnc
dodoc ChangeLog README
}
diff --git a/x11-misc/x2vnc/x2vnc-1.6.ebuild b/x11-misc/x2vnc/x2vnc-1.6.ebuild
deleted file mode 100644
index b32e5a03c1e2..000000000000
--- a/x11-misc/x2vnc/x2vnc-1.6.ebuild
+++ /dev/null
@@ -1,34 +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/x2vnc/x2vnc-1.6.ebuild,v 1.10 2004/07/15 00:56:41 agriffis Exp $
-
-DESCRIPTION="Control a remote computer running VNC from X"
-SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
-HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 alpha sparc amd64"
-
-DEPEND="virtual/x11
- tcltk? ( dev-tcltk/expect )"
-
-IUSE="tcltk"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "make failed"
-}
-
-src_install () {
-
- dodir /usr/share
- dodir /usr/bin
- make DESTDIR=${D} install || die
-
- if use tcltk
- then
- dobin contrib/tkx2vnc
- fi
-
- dodoc ChangeLog README
-}