diff options
author | Michael Weber <xmw@gentoo.org> | 2010-06-16 11:35:27 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-06-16 11:35:27 +0000 |
commit | d05a5777a28248882386390e027d723d09dec626 (patch) | |
tree | 0a2833cbf576d87f33c1b6afd349a04816d91876 /x11-plugins | |
parent | media-tv/tv-player: New Ebuild for bug 304197 thanks to hwoarang (diff) | |
download | sunrise-reviewed-d05a5777a28248882386390e027d723d09dec626.tar.gz sunrise-reviewed-d05a5777a28248882386390e027d723d09dec626.tar.bz2 sunrise-reviewed-d05a5777a28248882386390e027d723d09dec626.zip |
x11-plugins/thinkhdaps: New Ebuild for bug 324111
svn path=/sunrise/; revision=10753
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/thinkhdaps/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/metadata.xml | 6 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild | 28 |
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-plugins/thinkhdaps/ChangeLog b/x11-plugins/thinkhdaps/ChangeLog new file mode 100644 index 000000000..91037d713 --- /dev/null +++ b/x11-plugins/thinkhdaps/ChangeLog @@ -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 index 000000000..07f1ab528 --- /dev/null +++ b/x11-plugins/thinkhdaps/Manifest @@ -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 index 000000000..e6233b5dc --- /dev/null +++ b/x11-plugins/thinkhdaps/metadata.xml @@ -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 index 000000000..4db3a57b1 --- /dev/null +++ b/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild @@ -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) +} |