Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.05.ebuild
Date: Wed, 26 Mar 2008 13:28:22
Message-Id: E1JeVfv-0003TL-R5@stork.gentoo.org
1 drac 08/03/26 13:28:19
2
3 Modified: ChangeLog xscreensaver-5.05.ebuild
4 Log:
5 Fix #113681 again and mark amd64 stable wrt #214870.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.224 x11-misc/xscreensaver/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.224&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.224&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.223&r2=1.224
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
18 retrieving revision 1.223
19 retrieving revision 1.224
20 diff -u -r1.223 -r1.224
21 --- ChangeLog 2 Mar 2008 14:45:27 -0000 1.223
22 +++ ChangeLog 26 Mar 2008 13:28:19 -0000 1.224
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-misc/xscreensaver
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.223 2008/03/02 14:45:27 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.224 2008/03/26 13:28:19 drac Exp $
28 +
29 + 26 Mar 2008; Samuli Suominen <drac@g.o> xscreensaver-5.05.ebuild:
30 + Fix #113681 again and mark amd64 stable wrt #214870.
31
32 *xscreensaver-5.05 (02 Mar 2008)
33
34
35
36
37 1.3 x11-misc/xscreensaver/xscreensaver-5.05.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild?r1=1.2&r2=1.3
42
43 Index: xscreensaver-5.05.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- xscreensaver-5.05.ebuild 2 Mar 2008 14:47:14 -0000 1.2
50 +++ xscreensaver-5.05.ebuild 26 Mar 2008 13:28:19 -0000 1.3
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild,v 1.2 2008/03/02 14:47:14 drac Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.05.ebuild,v 1.3 2008/03/26 13:28:19 drac Exp $
56
57 -inherit eutils flag-o-matic multilib pam
58 +inherit autotools eutils flag-o-matic multilib pam
59
60 DESCRIPTION="A modular screen saver and locker for the X Window System"
61 SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
62 @@ -10,7 +10,7 @@
63
64 LICENSE="BSD"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
68 IUSE="jpeg new-login opengl pam suid xinerama"
69
70 RDEPEND="x11-libs/libXxf86misc
71 @@ -40,10 +40,13 @@
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 + # phew, posted everything to upstream so lets
76 + # see what version 5.06 brings us..
77 epatch "${FILESDIR}"/${PN}-5.04-gentoo.patch
78 epatch "${FILESDIR}"/${PN}-5.04-nsfw.patch
79 epatch "${FILESDIR}"/${P}-desktop-entry.patch
80 epatch "${FILESDIR}"/${P}-posix-head.patch
81 + eautoreconf # bug 113681
82 }
83
84 src_compile() {
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list