Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-themes: ChangeLog fvwm-themes-0.7.0.ebuild
Date: Fri, 28 May 2010 12:39:35
Message-Id: 20100528123932.4CDD52CF39@corvid.gentoo.org
1 xarthisius 10/05/28 12:39:32
2
3 Modified: ChangeLog fvwm-themes-0.7.0.ebuild
4 Log:
5 QA cleaning, fixing bug 226397 and bug 314415
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 x11-themes/fvwm-themes/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 6 Jan 2008 08:57:22 -0000 1.17
22 +++ ChangeLog 28 May 2010 12:39:31 -0000 1.18
23 @@ -1,6 +1,15 @@
24 # ChangeLog for x11-themes/fvwm-themes
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.17 2008/01/06 08:57:22 omp Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.18 2010/05/28 12:39:31 xarthisius Exp $
29 +
30 + 28 May 2010; Kacper Kowalik <xarthisius@g.o>
31 + fvwm-themes-0.7.0.ebuild, files/fvwm-themes-0.7.0-posix-sort.patch:
32 + Fixing autotools rebuilt through maintainer-mode wrt bug 226397, thanks to
33 + Diego for report.
34 + Fixing dependency on media-gfx/{image,graphics}magick wrt bug 314415,
35 + thanks to
36 + Wojciech Porczyk for report.
37 + Simplifying configure phase, skipping useless einfo, don't copy INSTALL
38
39 06 Jan 2008; David Shakaryan <omp@g.o>
40 +files/fvwm-themes-0.7.0-gentoo1.patch, fvwm-themes-0.7.0.ebuild:
41
42
43
44 1.17 x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?rev=1.17&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?rev=1.17&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?r1=1.16&r2=1.17
49
50 Index: fvwm-themes-0.7.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v
53 retrieving revision 1.16
54 retrieving revision 1.17
55 diff -u -r1.16 -r1.17
56 --- fvwm-themes-0.7.0.ebuild 6 Jan 2008 08:57:22 -0000 1.16
57 +++ fvwm-themes-0.7.0.ebuild 28 May 2010 12:39:31 -0000 1.17
58 @@ -1,8 +1,10 @@
59 -# Copyright 1999-2008 Gentoo Foundation
60 +# Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.16 2008/01/06 08:57:22 omp Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.17 2010/05/28 12:39:31 xarthisius Exp $
64
65 -inherit eutils
66 +EAPI="2"
67 +
68 +inherit autotools eutils
69
70 DESCRIPTION="A configuration framework for the fvwm window manager"
71 HOMEPAGE="http://fvwm-themes.sourceforge.net/"
72 @@ -13,38 +15,28 @@
73 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
74 IUSE="gnome"
75
76 -DEPEND=">=x11-wm/fvwm-2.5.8
77 - gnome? ( media-gfx/imagemagick )"
78 -RDEPEND="x11-wm/fvwm"
79 -
80 -src_unpack() {
81 - unpack ${A}
82 - cd "${S}"
83 -
84 - epatch "${FILESDIR}/${P}-gentoo.patch"
85 - epatch "${FILESDIR}/${P}-gentoo1.patch"
86 - epatch "${FILESDIR}/${P}-posix-sort.patch"
87 +RDEPEND=">=x11-wm/fvwm-2.5.8"
88 +DEPEND="${RDEPEND}
89 + gnome? ( || (
90 + media-gfx/imagemagick
91 + media-gfx/graphicsmagick[imagemagick] ) )"
92 +
93 +src_prepare() {
94 + epatch "${FILESDIR}/${P}-gentoo.patch" \
95 + "${FILESDIR}/${P}-posix-sort.patch"
96 + eautoreconf
97 }
98
99 -src_compile() {
100 - local myconf
101 -
102 - use gnome && myconf="--enable-gnome-icons"
103 -
104 - econf ${myconf} || die "econf failed"
105 - emake || die "emake failed"
106 +src_configure() {
107 + econf $(use_enable gnome gnome-icons)
108 }
109
110 src_install () {
111 - make DESTDIR="${D}" install || die
112 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
113 + emake DESTDIR="${D}" install || die
114 + dodoc AUTHORS ChangeLog NEWS README TODO || die
115 }
116
117 pkg_postinst() {
118 - einfo
119 - einfo "Configuring ${P}"
120 - einfo
121 -
122 fvwm-themes-config --site --reset
123 fvwm-themes-menuapp --site --build-menus --remove-popup