]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/lcdproc: Add ebuild for dev-python/lcdproc-0.03, thanks to floppym for...
authorRaphaël Barrois (Xelnor) <raphael.barrois+gentoo@xelmail.com>
Wed, 7 Mar 2012 23:02:23 +0000 (23:02 +0000)
committerRaphaël Barrois (Xelnor) <raphael.barrois+gentoo@xelmail.com>
Wed, 7 Mar 2012 23:02:23 +0000 (23:02 +0000)
svn path=/sunrise/; revision=12785

dev-python/lcdproc/ChangeLog [new file with mode: 0644]
dev-python/lcdproc/Manifest [new file with mode: 0644]
dev-python/lcdproc/lcdproc-0.03.ebuild [new file with mode: 0644]
dev-python/lcdproc/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/lcdproc/ChangeLog b/dev-python/lcdproc/ChangeLog
new file mode 100644 (file)
index 0000000..1ac5fc4
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/lcdproc
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*lcdproc-0.03 (07 Mar 2012)
+
+  07 Mar 2012; Raphaël Barrois (Xelnor) <raphael.barrois@polytechnique.org>
+  +lcdproc-0.03.ebuild, +metadata.xml:
+  New Ebuild for bug 407201, thanks to floppym for the review.
+
diff --git a/dev-python/lcdproc/Manifest b/dev-python/lcdproc/Manifest
new file mode 100644 (file)
index 0000000..c9d9ab1
--- /dev/null
@@ -0,0 +1,4 @@
+DIST lcdproc-0.03.tar.gz 4178 RMD160 277cc837dc0e489abdfdd36082299f8f9a1f0ae6 SHA1 1cb0be44efe9fb756eb20cdd25d84d9b2401065f SHA256 f562ee9af2511f72205d2200110369383e0f83f755309146d4fa89b11cdc6cf9
+EBUILD lcdproc-0.03.ebuild 436 RMD160 fc2930535133632d740c3e4b94a0476ee5e5d27e SHA1 fe7158439a072020bc36b4a07020fa2fe75fbd0d SHA256 f347c1bb41f54d14610f2f51174d283949b9ea3d052234dd6cbfbf13af3da961
+MISC ChangeLog 328 RMD160 67d183c50c963b411249fe18254b35385f4c9ad4 SHA1 9e94ffa38f10c63b1086806bb9539a77dc436702 SHA256 d7620520f481259763eb41c549462e1df1ba399bff8b06c61b00e0bda4eac271
+MISC metadata.xml 210 RMD160 99172f3091da37be46d7c87ec03914b87ab9fe08 SHA1 a58bf1d6550c5bff21086eaaf4ce551ffe7435af SHA256 6bde10a4c30e5945a3f403f10c3f185176daa006280e3e5dc20815608afc1ae8
diff --git a/dev-python/lcdproc/lcdproc-0.03.ebuild b/dev-python/lcdproc/lcdproc-0.03.ebuild
new file mode 100644 (file)
index 0000000..007502d
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Python LCDd client library"
+HOMEPAGE="https://github.com/jingleman/lcdproc"
+SRC_URI="mirror://pypi/l/lcdproc/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PYTHON_MODNAME="lcdproc"
diff --git a/dev-python/lcdproc/metadata.xml b/dev-python/lcdproc/metadata.xml
new file mode 100644 (file)
index 0000000..e3a8969
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
+