Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/wally: ChangeLog wally-2.0.1.ebuild wally-2.0.0.ebuild wally-1.3.1.ebuild wally-1.3.2.ebuild
Date: Wed, 25 Feb 2009 20:56:43
Message-Id: E1LcQo5-0003tC-Qa@stork.gentoo.org
1 hwoarang 09/02/25 20:56:41
2
3 Modified: ChangeLog wally-2.0.0.ebuild
4 Added: wally-2.0.1.ebuild
5 Removed: wally-1.3.1.ebuild wally-1.3.2.ebuild
6 Log:
7 Version bump, removing pre-stripped workarounds, removing 1.x series ebuilds
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-gfx/wally/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 9 Feb 2009 18:02:55 -0000 1.4
24 +++ ChangeLog 25 Feb 2009 20:56:41 -0000 1.5
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-gfx/wally
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.4 2009/02/09 18:02:55 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.5 2009/02/25 20:56:41 hwoarang Exp $
30 +
31 +*wally-2.0.1 (25 Feb 2009)
32 +
33 + 25 Feb 2009; Markos Chandras <hwoarang@g.o> -wally-1.3.1.ebuild,
34 + -wally-1.3.2.ebuild, wally-2.0.0, +wally-2.0.1.ebuild:
35 + Version bump, removing pre-stripped workarounds, removing 1.x series
36 + ebuilds
37
38 *wally-2.0.0 (09 Feb 2009)
39
40
41
42
43 1.2 media-gfx/wally/wally-2.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild?r1=1.1&r2=1.2
48
49 Index: wally-2.0.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- wally-2.0.0.ebuild 9 Feb 2009 18:02:55 -0000 1.1
56 +++ wally-2.0.0.ebuild 25 Feb 2009 20:56:41 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild,v 1.1 2009/02/09 18:02:55 hwoarang Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.0.0.ebuild,v 1.2 2009/02/25 20:56:41 hwoarang Exp $
62
63 EAPI="2"
64 inherit eutils qt4
65 @@ -19,8 +19,6 @@
66 RDEPEND="${DEPEND}"
67
68 src_configure() {
69 - # fix pre-stripped files
70 - sed -i "s/warn_on/warn_on nostrip/" ${PN}.pro
71 eqmake4
72 }
73
74
75
76
77 1.1 media-gfx/wally/wally-2.0.1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.0.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/wally-2.0.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: wally-2.0.1.ebuild
83 ===================================================================
84 # Copyright 1999-2009 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.0.1.ebuild,v 1.1 2009/02/25 20:56:41 hwoarang Exp $
87
88 EAPI="2"
89 inherit eutils qt4
90
91 DESCRIPTION="A Qt4 wallpaper changer"
92 HOMEPAGE="http://wally.sourceforge.net/"
93 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
94 LICENSE="GPL-2"
95
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98 IUSE=""
99
100 DEPEND="media-libs/libexif
101 x11-libs/qt-gui:4 "
102 RDEPEND="${DEPEND}"
103
104 src_configure() {
105 eqmake4
106 }
107
108 src_install() {
109 emake INSTALL_ROOT="${D}" install || die "emake install failed"
110 newicon res/images/idle.png wally.png
111 make_desktop_entry wally Wally wally "Graphics;Qt"
112 }