]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/thinkhdaps: New Ebuild for bug 324111
authorMichael Weber <xmw@gentoo.org>
Wed, 16 Jun 2010 11:35:27 +0000 (11:35 +0000)
committerMichael Weber <xmw@gentoo.org>
Wed, 16 Jun 2010 11:35:27 +0000 (11:35 +0000)
svn path=/sunrise/; revision=10753

x11-plugins/thinkhdaps/ChangeLog [new file with mode: 0644]
x11-plugins/thinkhdaps/Manifest [new file with mode: 0644]
x11-plugins/thinkhdaps/metadata.xml [new file with mode: 0644]
x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/thinkhdaps/ChangeLog b/x11-plugins/thinkhdaps/ChangeLog
new file mode 100644 (file)
index 0000000..91037d7
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/thinkhdaps
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  16 Jun 2010; Michael Weber (xmw) <gentoo@xmw.de> +thinkhdaps-0.2.1.ebuild,
+  +metadata.xml:
+  New Ebuild for bug 324111
+
diff --git a/x11-plugins/thinkhdaps/Manifest b/x11-plugins/thinkhdaps/Manifest
new file mode 100644 (file)
index 0000000..07f1ab5
--- /dev/null
@@ -0,0 +1,4 @@
+DIST thinkhdaps-0.2.1.tar.gz 91489 RMD160 f709bce70fac346d46b6f188c78457f3a2f30f76 SHA1 8ee8ebb54623e48dccbd01a267818154200b41c5 SHA256 826fd9a1153adb49bc46a81ae60cc01cd77ba6ade7e135493908ca8185825d18
+EBUILD thinkhdaps-0.2.1.ebuild 564 RMD160 35397a6eaba8d68d6138555b8d50c73aee8fa63f SHA1 66feb4e788cced14a5501487ea39d2cdb667c3d6 SHA256 0c6bf368a287825112b8a00c24268117d9d880fa18ad071c1194b9cbbc6c3bba
+MISC ChangeLog 246 RMD160 2f5c6a026851b4c33630ea0b5443c67f8c110d28 SHA1 5c6529f4c7f16b950422939da4a83f03cad63a01 SHA256 d89e55a377ad63fe98c23aed279f250e37db1473325aa7ac70e7a67b0237fa3d
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/x11-plugins/thinkhdaps/metadata.xml b/x11-plugins/thinkhdaps/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild b/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild
new file mode 100644 (file)
index 0000000..4db3a57
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+PYTHON_DEPEND=2
+
+inherit base python
+
+DESCRIPTION="A PyGTK based HDAPS monitor"
+HOMEPAGE="http://thpani.at/projects/thinkhdaps/"
+SRC_URI="http://thpani.at/media/downloads/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/libgnome-python:2
+       dev-python/pygobject:2
+       dev-python/pygtk:2"
+
+DOCS=( AUTHORS NEWS )
+
+src_configure() {
+       econf --enable-desktop PYTHON=$(PYTHON -2 --absolute-path)
+}