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/wmtimer: ChangeLog wmtimer-2.92.ebuild wmtimer-2.9.2.ebuild
Date: Sun, 13 Jan 2008 02:32:53
Message-Id: E1JDseY-00048q-SY@stork.gentoo.org
1 drac 08/01/13 02:32:50
2
3 Modified: ChangeLog
4 Added: wmtimer-2.92.ebuild
5 Removed: wmtimer-2.9.2.ebuild
6 Log:
7 Version bump to correct versioning scheme.
8 (Portage version: 2.1.4, RepoMan options: --force)
9
10 Revision Changes Path
11 1.22 x11-plugins/wmtimer/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 10 Oct 2006 07:59:54 -0000 1.21
24 +++ ChangeLog 13 Jan 2008 02:32:50 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmtimer
27 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.21 2006/10/10 07:59:54 s4t4n Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.22 2008/01/13 02:32:50 drac Exp $
31 +
32 +*wmtimer-2.92 (13 Jan 2008)
33 +
34 + 13 Jan 2008; Samuli Suominen <drac@g.o> -wmtimer-2.9.2.ebuild,
35 + +wmtimer-2.92.ebuild:
36 + Version bump to correct versioning scheme with a new ebuild.
37
38 10 Oct 2006; Michele Noberasco <blubb@g.o> wmtimer-2.9.2.ebuild:
39 Added missing libXpm dependancy, closing bug #150656.
40
41
42
43 1.1 x11-plugins/wmtimer/wmtimer-2.92.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wmtimer-2.92.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.1 2008/01/13 02:32:50 drac Exp $
53
54 inherit multilib toolchain-funcs
55
56 DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
57 HOMEPAGE="http://www.darkops.net/wmtimer"
58 SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
63 IUSE=""
64
65 RDEPEND=">=x11-libs/gtk+-2
66 x11-libs/libXpm
67 x11-libs/libXext
68 x11-libs/libX11"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 S=${WORKDIR}/${P}/${PN}
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 sed -e "s:-g:${CFLAGS}:g" -e "s:-O2::" -i Makefile
78 }
79
80 src_compile() {
81 emake CC="$(tc-getCC)" \
82 LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
83 }
84
85 src_install() {
86 dobin wmtimer
87 dodoc ../{Changelog,CREDITS,README}
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list