summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-26 13:28:19 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-26 13:28:19 +0000
commit6eafd2388e3ba3bf269000a4185636325a9bc7c7 (patch)
tree0fd6c1176cf6db1996c5a646e2c2a3e77ad8c43b /x11-misc/xscreensaver
parentold (diff)
downloadgentoo-2-6eafd2388e3ba3bf269000a4185636325a9bc7c7.tar.gz
gentoo-2-6eafd2388e3ba3bf269000a4185636325a9bc7c7.tar.bz2
gentoo-2-6eafd2388e3ba3bf269000a4185636325a9bc7c7.zip
Fix #113681 again and mark amd64 stable wrt #214870.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xscreensaver')
-rw-r--r--x11-misc/xscreensaver/ChangeLog5
-rw-r--r--x11-misc/xscreensaver/xscreensaver-5.05.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/xscreensaver/ChangeLog b/x11-misc/xscreensaver/ChangeLog
index 75548186ac26..9bc3a4294de9 100644
--- a/x11-misc/xscreensaver/ChangeLog
+++ b/x11-misc/xscreensaver/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.223 2008/03/02 14:45:27 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.224 2008/03/26 13:28:19 drac Exp $
+
+ 26 Mar 2008; Samuli Suominen <drac@gentoo.org> xscreensaver-5.05.ebuild:
+ Fix #113681 again and mark amd64 stable wrt #214870.
*xscreensaver-5.05 (02 Mar 2008)
diff --git a/x11-misc/xscreensaver/xscreensaver-5.05.ebuild b/x11-misc/xscreensaver/xscreensaver-5.05.ebuild
index 3b67f537ff8c..3cbd9ea89e39 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.05.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.05.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild,v 1.2 2008/03/02 14:47:14 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild,v 1.3 2008/03/26 13:28:19 drac Exp $
-inherit eutils flag-o-matic multilib pam
+inherit autotools eutils flag-o-matic multilib pam
DESCRIPTION="A modular screen saver and locker for the X Window System"
SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.jwz.org/xscreensaver"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXxf86misc
@@ -40,10 +40,13 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
+ # phew, posted everything to upstream so lets
+ # see what version 5.06 brings us..
epatch "${FILESDIR}"/${PN}-5.04-gentoo.patch
epatch "${FILESDIR}"/${PN}-5.04-nsfw.patch
epatch "${FILESDIR}"/${P}-desktop-entry.patch
epatch "${FILESDIR}"/${P}-posix-head.patch
+ eautoreconf # bug 113681
}
src_compile() {