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/wmmand: metadata.xml wmmand-1.3.2.ebuild Manifest ChangeLog
Date: Sat, 28 Jun 2008 06:10:30
Message-Id: E1KCTdg-0007mW-Dm@stork.gentoo.org
1 drac 08/06/28 06:10:24
2
3 Added: metadata.xml wmmand-1.3.2.ebuild Manifest ChangeLog
4 Log:
5 Initial commit.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.1 x11-plugins/wmmand/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>desktop-dock</herd>
20 </pkgmetadata>
21
22
23
24 1.1 x11-plugins/wmmand/wmmand-1.3.2.ebuild
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild?rev=1.1&content-type=text/plain
28
29 Index: wmmand-1.3.2.ebuild
30 ===================================================================
31 # Copyright 1999-2008 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild,v 1.1 2008/06/28 06:10:23 drac Exp $
34
35 inherit eutils toolchain-funcs
36
37 MY_P=wmMand-${PV}
38
39 DESCRIPTION="a dockable mandelbrot browser"
40 HOMEPAGE="http://ciotog.homelinux.net/software/wmMand/"
41 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 KEYWORDS="~amd64"
46 IUSE=""
47
48 RDEPEND="x11-libs/libX11
49 x11-libs/libXext
50 x11-libs/libXpm"
51 DEPEND="${RDEPEND}
52 x11-proto/xextproto
53 x11-proto/xproto"
54
55 S=${WORKDIR}/${MY_P}/wmMand
56
57 src_compile() {
58 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
59 INCDIR="" LIBDIR="" || die "emake failed."
60 }
61
62 src_install() {
63 dobin wmMand || die "dobin failed."
64 doman wmMand.6.gz
65 doicon wmMand.png
66 dodoc ../{BUGS,changelog,TODO}
67 }
68
69
70
71 1.1 x11-plugins/wmmand/Manifest
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/Manifest?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/Manifest?rev=1.1&content-type=text/plain
75
76 Index: Manifest
77 ===================================================================
78 DIST wmMand-1.3.2.tar.bz2 41268 RMD160 925ca8b1d28c8c10ff8e05fe5078c442dd7adde3 SHA1 9ef71e8374ab29375bab5dc222657cca7011758a SHA256 c12127e8bc0b0d70c3fbaabaf1d6e2322c673a9e001ab4448804e7a0d39bcfea
79 EBUILD wmmand-1.3.2.ebuild 762 RMD160 a85184dbb4c68c304cb1c30e444ac1b294a974e5 SHA1 db6ea3672efb6ea9f72d1d99f51363c839c3a759 SHA256 a981ded8817fd22fbe18bf3717b37f6ebc821949f04c5530f6d3b6a672318d20
80 MISC ChangeLog 238 RMD160 4f9cb14f6e6b8c5d4a6b62c6310ffe8ee58e6842 SHA1 05824835c616b1a2ca13ffa127bc2d2bb14b91cc SHA256 a1cac069d4efc242a05c297637c3b2746eb24db9d57b3fced19d24b7cf73e3df
81 MISC metadata.xml 173 RMD160 cac75840c6ed88c2ec5de55b1a7e99dd077161c1 SHA1 2685b3da7c9efbdcd015f472b70e966775639de8 SHA256 1ee892c11499f123ea91c590ccec013c5036c55d16f7dcb3982c157e36e4842f
82
83
84
85 1.1 x11-plugins/wmmand/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/ChangeLog?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmand/ChangeLog?rev=1.1&content-type=text/plain
89
90 Index: ChangeLog
91 ===================================================================
92 # ChangeLog for x11-plugins/wmmand
93 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
94 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/ChangeLog,v 1.1 2008/06/28 06:10:23 drac Exp $
95
96 *wmmand-1.3.2 (28 Jun 2008)
97
98 28 Jun 2008; Samuli Suominen <drac@g.o> +wmmand-1.3.2.ebuild:
99 Initial commit.
100
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list