Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/qled: qled-0.6.2.ebuild metadata.xml ChangeLog
Date: Tue, 01 Mar 2011 17:27:03
Message-Id: 20110301172653.278FF2004F@flycatcher.gentoo.org
1 hwoarang 11/03/01 17:26:53
2
3 Added: qled-0.6.2.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit of qled plugin for Qt-Designer
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/qled/qled-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: qled-0.6.2.ebuild
16 ===================================================================
17 # Copyright 1999-2011 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild,v 1.1 2011/03/01 17:26:53 hwoarang Exp $
20
21 EAPI=3
22
23 inherit qt4-r2
24
25 MY_PN="QLed"
26 MY_P="${MY_PN}-${PV}"
27 DESCRIPTION="Custom Led widget plugin for Qt-Designer"
28 HOMEPAGE="http://qt-apps.org/content/show.php?content=72482"
29 SRC_URI="http://qt-apps.org/CONTENT/content-files/72482-${MY_P}.zip"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 RDEPEND="x11-libs/qt-gui:4"
37 DEPEND="${RDEPEND}
38 app-arch/unzip"
39
40
41
42 1.1 x11-plugins/qled/metadata.xml
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/metadata.xml?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/metadata.xml?rev=1.1&content-type=text/plain
46
47 Index: metadata.xml
48 ===================================================================
49 <?xml version="1.0" encoding="UTF-8"?>
50 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 <pkgmetadata>
52 <herd>no-herd</herd>
53 <maintainer>
54 <email>hwoarang@g.o</email>
55 <name>Markos Chandras</name>
56 </maintainer>
57 <longdescription lang="en">
58 </longdescription>
59 </pkgmetadata>
60
61
62
63
64 1.1 x11-plugins/qled/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/qled/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for x11-plugins/qled
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/ChangeLog,v 1.1 2011/03/01 17:26:53 hwoarang Exp $
74
75 *qled-0.6.2 (01 Mar 2011)
76
77 01 Mar 2011; Markos Chandras <hwoarang@g.o> +qled-0.6.2.ebuild,
78 +metadata.xml:
79 Initial commit of qled plugin for Qt-Designer