Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rss-glx: rss-glx-0.9.0.ebuild
Date: Sat, 20 Jun 2009 08:40:09
Message-Id: E1MHw7K-00024P-Vy@stork.gentoo.org
1 ssuominen 09/06/20 08:40:06
2
3 Modified: rss-glx-0.9.0.ebuild
4 Log:
5 Remove weird has_version check in pkg_postrm I inherited from old ebuild, it seems to make the entire function invalid.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/rss-glx/rss-glx-0.9.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild?r1=1.1&r2=1.2
14
15 Index: rss-glx-0.9.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rss-glx-0.9.0.ebuild 20 Jun 2009 08:32:00 -0000 1.1
22 +++ rss-glx-0.9.0.ebuild 20 Jun 2009 08:40:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild,v 1.1 2009/06/20 08:32:00 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.9.0.ebuild,v 1.2 2009/06/20 08:40:06 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools multilib
31 @@ -85,7 +85,6 @@
32 }
33
34 pkg_postrm() {
35 - has_version x11-misc/rss-glx && return 0
36 local xssconf="${ROOT}usr/share/X11/app-defaults/XScreenSaver"
37
38 if [ -f ${xssconf} ]; then