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-plugins/wmcalendar: wmcalendar-0.5.0-r1.ebuild ChangeLog wmcalendar-0.5.2.ebuild
Date: Sat, 03 May 2008 07:17:21
Message-Id: E1JsBzi-0003cF-3T@stork.gentoo.org
1 drac 08/05/03 07:17:18
2
3 Modified: wmcalendar-0.5.0-r1.ebuild ChangeLog
4 Added: wmcalendar-0.5.2.ebuild
5 Log:
6 Version bump. Move pkgconfig to DEPEND wrt #217278 for stable version.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.6 x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: wmcalendar-0.5.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- wmcalendar-0.5.0-r1.ebuild 10 Oct 2006 07:16:21 -0000 1.5
23 +++ wmcalendar-0.5.0-r1.ebuild 3 May 2008 07:17:17 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v 1.5 2006/10/10 07:16:21 s4t4n Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v 1.6 2008/05/03 07:17:17 drac Exp $
30
31 inherit eutils
32
33 @@ -15,11 +15,11 @@
34 SLOT="0"
35 KEYWORDS="ppc ~sparc x86"
36
37 -DEPEND=">=dev-libs/libical-0.24_rc4
38 - >=dev-util/pkgconfig-0.15.0
39 +RDEPEND=">=dev-libs/libical-0.24_rc4
40 >=x11-libs/gtk+-2.2.1-r1
41 - >=sys-apps/sed-4.0.9
42 >=x11-libs/libXpm-3.5.5"
43 +DEPEND="${RDEPEND}
44 + dev-util/pkgconfig"
45
46 S=${WORKDIR}/${P}/Src
47
48
49
50
51 1.14 x11-plugins/wmcalendar/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.14&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.14&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?r1=1.13&r2=1.14
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v
60 retrieving revision 1.13
61 retrieving revision 1.14
62 diff -u -r1.13 -r1.14
63 --- ChangeLog 10 Oct 2006 07:16:21 -0000 1.13
64 +++ ChangeLog 3 May 2008 07:17:17 -0000 1.14
65 @@ -1,6 +1,13 @@
66 # ChangeLog for x11-plugins/wmcalendar
67 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.13 2006/10/10 07:16:21 s4t4n Exp $
69 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.14 2008/05/03 07:17:17 drac Exp $
71 +
72 +*wmcalendar-0.5.2 (03 May 2008)
73 +
74 + 03 May 2008; Samuli Suominen <drac@g.o>
75 + +files/wmcalendar-0.5.2-exit-sin-and-cos.patch,
76 + wmcalendar-0.5.0-r1.ebuild, +wmcalendar-0.5.2.ebuild:
77 + Version bump. Move pkgconfig to DEPEND wrt #217278 for stable version.
78
79 10 Oct 2006; Michele Noberasco <s4t4n@g.o> wmcalendar-0.5.0-r1.ebuild:
80 Added missing libXpm dependancy. Closes bug #150643.
81
82
83
84 1.1 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.1&content-type=text/plain
88
89 Index: wmcalendar-0.5.2.ebuild
90 ===================================================================
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.1 2008/05/03 07:17:17 drac Exp $
94
95 inherit eutils toolchain-funcs
96
97 DESCRIPTION="a calendar dockapp"
98 HOMEPAGE="http://wmcalendar.sourceforge.net"
99 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
104 IUSE=""
105
106 RDEPEND="dev-libs/libical
107 >=x11-libs/gtk+-2
108 x11-libs/libXpm
109 x11-libs/libXext
110 x11-libs/libX11"
111 DEPEND="${RDEPEND}
112 dev-util/pkgconfig"
113
114 S=${WORKDIR}/${P}/Src
115
116 src_unpack() {
117 unpack ${A}
118 cd "${S}"
119 epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch
120 }
121
122 src_compile() {
123 tc-export CC
124 emake || die "emake failed."
125 }
126
127 src_install() {
128 emake DESTDIR="${D}" install || die "emake install failed."
129 dodoc ../{BUGS,CHANGES,HINTS,README,TODO}
130 }
131
132
133
134 --
135 gentoo-commits@l.g.o mailing list