diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-01 17:26:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-01 17:26:53 +0000 |
commit | e79adee1e2d3f6a9ea7892d031de6ac1a7c174b5 (patch) | |
tree | 05ec8e690d06a5faecc7e1f4fb95fe91c98cf622 /x11-plugins/qled | |
parent | ppc/ppc64 stable wrt #355583 (diff) | |
download | gentoo-2-e79adee1e2d3f6a9ea7892d031de6ac1a7c174b5.tar.gz gentoo-2-e79adee1e2d3f6a9ea7892d031de6ac1a7c174b5.tar.bz2 gentoo-2-e79adee1e2d3f6a9ea7892d031de6ac1a7c174b5.zip |
Initial commit of qled plugin for Qt-Designer
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/qled')
-rw-r--r-- | x11-plugins/qled/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/qled/metadata.xml | 12 | ||||
-rw-r--r-- | x11-plugins/qled/qled-0.6.2.ebuild | 22 |
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/qled/ChangeLog b/x11-plugins/qled/ChangeLog new file mode 100644 index 000000000000..1864778ccffb --- /dev/null +++ b/x11-plugins/qled/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/qled +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/ChangeLog,v 1.1 2011/03/01 17:26:53 hwoarang Exp $ + +*qled-0.6.2 (01 Mar 2011) + + 01 Mar 2011; Markos Chandras <hwoarang@gentoo.org> +qled-0.6.2.ebuild, + +metadata.xml: + Initial commit of qled plugin for Qt-Designer + diff --git a/x11-plugins/qled/metadata.xml b/x11-plugins/qled/metadata.xml new file mode 100644 index 000000000000..87afd6e36004 --- /dev/null +++ b/x11-plugins/qled/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>hwoarang@gentoo.org</email> +<name>Markos Chandras</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + diff --git a/x11-plugins/qled/qled-0.6.2.ebuild b/x11-plugins/qled/qled-0.6.2.ebuild new file mode 100644 index 000000000000..c0958e673a74 --- /dev/null +++ b/x11-plugins/qled/qled-0.6.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild,v 1.1 2011/03/01 17:26:53 hwoarang Exp $ + +EAPI=3 + +inherit qt4-r2 + +MY_PN="QLed" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Custom Led widget plugin for Qt-Designer" +HOMEPAGE="http://qt-apps.org/content/show.php?content=72482" +SRC_URI="http://qt-apps.org/CONTENT/content-files/72482-${MY_P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/qt-gui:4" +DEPEND="${RDEPEND} + app-arch/unzip" |