diff options
author | Michael Weber <xmw@gentoo.org> | 2010-08-24 14:50:17 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-08-24 14:50:17 +0000 |
commit | a0db5164e3759e8eca35ea3609d2adab3ec0c835 (patch) | |
tree | 5d8aaad9e2fc7d729fbc93621ad70c3f6cde2867 /x11-plugins | |
parent | Add ~amd64-linux keyword -- tested on ubuntu-amd64. (diff) | |
download | sunrise-reviewed-a0db5164e3759e8eca35ea3609d2adab3ec0c835.tar.gz sunrise-reviewed-a0db5164e3759e8eca35ea3609d2adab3ec0c835.tar.bz2 sunrise-reviewed-a0db5164e3759e8eca35ea3609d2adab3ec0c835.zip |
x11-plugins/thinkhdaps moved to tree
svn path=/sunrise/; revision=11230
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, 0 insertions, 46 deletions
diff --git a/x11-plugins/thinkhdaps/ChangeLog b/x11-plugins/thinkhdaps/ChangeLog deleted file mode 100644 index 91037d713..000000000 --- a/x11-plugins/thinkhdaps/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# 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 deleted file mode 100644 index 07f1ab528..000000000 --- a/x11-plugins/thinkhdaps/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index e6233b5dc..000000000 --- a/x11-plugins/thinkhdaps/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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 deleted file mode 100644 index 4db3a57b1..000000000 --- a/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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) -} |