]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/thinkhdaps moved to tree
authorMichael Weber <xmw@gentoo.org>
Tue, 24 Aug 2010 14:50:17 +0000 (14:50 +0000)
committerMichael Weber <xmw@gentoo.org>
Tue, 24 Aug 2010 14:50:17 +0000 (14:50 +0000)
svn path=/sunrise/; revision=11230

x11-plugins/thinkhdaps/ChangeLog [deleted file]
x11-plugins/thinkhdaps/Manifest [deleted file]
x11-plugins/thinkhdaps/metadata.xml [deleted file]
x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild [deleted file]

diff --git a/x11-plugins/thinkhdaps/ChangeLog b/x11-plugins/thinkhdaps/ChangeLog
deleted file mode 100644 (file)
index 91037d7..0000000
+++ /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 (file)
index 07f1ab5..0000000
+++ /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 (file)
index e6233b5..0000000
+++ /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 (file)
index 4db3a57..0000000
+++ /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)
-}