summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xscreensaver/xscreensaver-4.16.ebuild10
-rw-r--r--x11-misc/xscreensaver/xscreensaver-4.20.ebuild9
2 files changed, 2 insertions, 17 deletions
diff --git a/x11-misc/xscreensaver/xscreensaver-4.16.ebuild b/x11-misc/xscreensaver/xscreensaver-4.16.ebuild
index 8fd0f2943688..45747409b27c 100644
--- a/x11-misc/xscreensaver/xscreensaver-4.16.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-4.16.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-4.16.ebuild,v 1.18 2005/02/24 21:46:19 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-4.16.ebuild,v 1.19 2005/02/25 22:49:40 rizzo Exp $
inherit eutils flag-o-matic
IUSE="pam kerberos krb4 gtk gtk2 gnome opengl jpeg xinerama offensive kde nls"
-#icc
DESCRIPTION="a modular screensaver for X11"
SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
@@ -84,8 +83,6 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-4.10-norpm.patch
# set default fortune to /usr/bin/fortune even if one can't be found
epatch ${FILESDIR}/${PN}-4.14-fortune.patch
- # disabled because it is out of date - liquidx (15/06/2004)
- # use icc && EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-4.14-icc.patch
# disable not-safe-for-work xscreensavers
use offensive || epatch ${FILESDIR}/${PN}-4.16-nsfw.patch
}
@@ -130,11 +127,6 @@ src_compile() {
fi
fi
- #if use icc ; then
- #export CC=icc
- #autoconf
- #fi
-
econf \
--enable-hackdir=/usr/lib/xscreensaver \
--x-libraries=/usr/X11R6/lib \
diff --git a/x11-misc/xscreensaver/xscreensaver-4.20.ebuild b/x11-misc/xscreensaver/xscreensaver-4.20.ebuild
index 804cc78d9a49..7afc510ec3a9 100644
--- a/x11-misc/xscreensaver/xscreensaver-4.20.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-4.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-4.20.ebuild,v 1.3 2005/02/24 21:46:19 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-4.20.ebuild,v 1.4 2005/02/25 22:49:40 rizzo Exp $
inherit eutils flag-o-matic
@@ -84,8 +84,6 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-4.20-norpm.patch
# set default fortune to /usr/bin/fortune even if one can't be found
epatch ${FILESDIR}/${PN}-4.14-fortune.patch
- # disabled because it is out of date - liquidx (15/06/2004)
- # use icc && EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-4.14-icc.patch
# disable not-safe-for-work xscreensavers
use offensive || epatch ${FILESDIR}/${PN}-4.16-nsfw.patch
}
@@ -128,11 +126,6 @@ src_compile() {
|| myconf="${myconf} --disable-nls"
- #if use icc ; then
- #export CC=icc
- #autoconf
- #fi
-
econf \
--enable-hackdir=/usr/lib/xscreensaver \
--x-libraries=/usr/X11R6/lib \