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: xscreensaver-5.04.ebuild ChangeLog
Date: Sun, 30 Dec 2007 20:06:28
Message-Id: E1J94QQ-0006RP-IH@stork.gentoo.org
1 drac 07/12/30 20:06:22
2
3 Modified: xscreensaver-5.04.ebuild ChangeLog
4 Log:
5 Update patch. Sort ebuild.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 x11-misc/xscreensaver/xscreensaver-5.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild?r1=1.1&r2=1.2
14
15 Index: xscreensaver-5.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xscreensaver-5.04.ebuild 30 Dec 2007 19:39:31 -0000 1.1
22 +++ xscreensaver-5.04.ebuild 30 Dec 2007 20:06:21 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild,v 1.1 2007/12/30 19:39:31 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.04.ebuild,v 1.2 2007/12/30 20:06:21 drac Exp $
28
29 -inherit eutils flag-o-matic pam fixheadtails autotools
30 +inherit autotools eutils fixheadtails flag-o-matic pam
31
32 DESCRIPTION="A modular screen saver and locker for the X Window System"
33 SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
34 @@ -43,27 +43,28 @@
35 unpack ${A}
36 cd "${S}"
37
38 - epatch "${FILESDIR}"/${PN}-5.02-gentoo.patch
39 + # Gentoo specific hacks and settings.
40 + epatch "${FILESDIR}"/${P}-gentoo.patch
41 + use offensive || epatch "${FILESDIR}"/${P}-nsfw.patch
42
43 - # Update spec. using desktop-file-validate.
44 + # TODO. Get this fixed upstream.
45 epatch "${FILESDIR}"/${P}-desktop-entry.patch
46
47 - # disable offensive screensavers.
48 - use offensive || epatch "${FILESDIR}"/${P}-nsfw.patch
49 -
50 eautoreconf
51
52 - # change head and tail calls to POSIX ones.
53 + # TODO. Get this fixed upstream.
54 ht_fix_all
55 }
56
57 src_compile() {
58 - # simple workaround for the flurry screensaver
59 + # Simple workaround for the flurry screensaver.
60 + # TODO. Figure out if this is still needed?
61 filter-flags -mabi=altivec
62 filter-flags -maltivec
63 append-flags -U__VEC__
64
65 unset BC_ENV_ARGS
66 +
67 econf \
68 --with-x-app-defaults=/usr/share/X11/app-defaults \
69 --with-hackdir=/usr/lib/misc/xscreensaver \
70 @@ -88,7 +89,7 @@
71 $(use_with opengl gl) \
72 $(use_with jpeg)
73
74 - # Fix bug 155049.
75 + # Bug 155049.
76 emake -j1 || die "emake failed."
77 }
78
79 @@ -100,7 +101,7 @@
80 use pam && fperms 755 /usr/bin/xscreensaver
81 pamd_mimic_system xscreensaver auth
82
83 - # Fix bug #135549.
84 + # Bug 135549.
85 rm -f "${D}"/usr/share/xscreensaver/config/electricsheep.xml
86 rm -f "${D}"/usr/share/xscreensaver/config/fireflies.xml
87 dodir /usr/share/man/man6x
88
89
90
91 1.206 x11-misc/xscreensaver/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.206&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.206&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.205&r2=1.206
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
100 retrieving revision 1.205
101 retrieving revision 1.206
102 diff -u -r1.205 -r1.206
103 --- ChangeLog 30 Dec 2007 19:39:31 -0000 1.205
104 +++ ChangeLog 30 Dec 2007 20:06:21 -0000 1.206
105 @@ -1,6 +1,10 @@
106 # ChangeLog for x11-misc/xscreensaver
107 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.205 2007/12/30 19:39:31 drac Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.206 2007/12/30 20:06:21 drac Exp $
110 +
111 + 30 Dec 2007; Samuli Suominen <drac@g.o>
112 + +files/xscreensaver-5.04-gentoo.patch, xscreensaver-5.04.ebuild:
113 + Update patch. Sort ebuild.
114
115 *xscreensaver-5.04 (30 Dec 2007)
116
117
118
119
120 --
121 gentoo-commits@g.o mailing list