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/wmfrog: metadata.xml wmfrog-0.2.0.ebuild Manifest ChangeLog
Date: Mon, 28 Apr 2008 15:41:47
Message-Id: E1JqVU9-0005JN-5t@stork.gentoo.org
1 drac 08/04/28 15:41:45
2
3 Added: metadata.xml wmfrog-0.2.0.ebuild Manifest ChangeLog
4 Log:
5 Restore wmfrog ebuild from Attic with version bump wrt #219593, thanks to Petr Pisar.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.4 x11-plugins/wmfrog/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/metadata.xml?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/metadata.xml?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/metadata.xml?r1=1.3&r2=1.4
14
15
16
17
18 1.1 x11-plugins/wmfrog/wmfrog-0.2.0.ebuild
19
20 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0.ebuild?rev=1.1&view=markup
21 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0.ebuild?rev=1.1&content-type=text/plain
22
23 Index: wmfrog-0.2.0.ebuild
24 ===================================================================
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0.ebuild,v 1.1 2008/04/28 15:41:44 drac Exp $
28
29 inherit toolchain-funcs
30
31 DESCRIPTION="a weather application, it shows the weather in a graphical way."
32 HOMEPAGE="http://wiki.colar.net/wmfrog_dockapp"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 IUSE=""
39
40 RDEPEND="x11-libs/libXext
41 x11-libs/libXpm
42 x11-libs/libX11"
43 DEPEND="${RDEPEND}
44 x11-proto/xextproto"
45
46 S=${WORKDIR}/Src
47
48 src_compile() {
49 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" INCDIR="" \
50 LIBDIR="" || die "emake failed."
51 }
52
53 src_install() {
54 emake DESTDIR="${D}" install || die "emake install failed."
55 dodoc ../{CHANGES,HINTS}
56 }
57
58
59
60 1.10 x11-plugins/wmfrog/Manifest
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/Manifest?rev=1.10&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/Manifest?rev=1.10&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/Manifest?r1=1.9&r2=1.10
65
66
67
68
69 1.6 x11-plugins/wmfrog/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/ChangeLog?rev=1.6&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/ChangeLog?rev=1.6&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfrog/ChangeLog?r1=1.5&r2=1.6
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list