summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/fahmon/ChangeLog8
-rw-r--r--sci-biology/fahmon/Manifest4
-rw-r--r--sci-biology/fahmon/fahmon-2.3.4.ebuild23
-rw-r--r--sci-biology/fahmon/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/sci-biology/fahmon/ChangeLog b/sci-biology/fahmon/ChangeLog
new file mode 100644
index 000000000..593751bed
--- /dev/null
+++ b/sci-biology/fahmon/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/fahmon
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 04 Mar 2009; Rasmus Ljungmann Pedersen (Ljungmann) <rasmuslp@gmail.com>
+ +fahmon-2.3.4.ebuild, +metadata.xml:
+ Initial ebuild for FahMon (bug 126373). Thx Tommy[D]
+
diff --git a/sci-biology/fahmon/Manifest b/sci-biology/fahmon/Manifest
new file mode 100644
index 000000000..c21bdb5d3
--- /dev/null
+++ b/sci-biology/fahmon/Manifest
@@ -0,0 +1,4 @@
+DIST FahMon-2.3.4.tar.bz2 796848 RMD160 83dcd6738350939274ebf659cd1c534173366a2b SHA1 475a3a85cdcacebf4f7513c238993302527e7438 SHA256 d46210bc8bced2cd9c3c1b29b29339370c5bffccca4601f7bc91c73b3f28867d
+EBUILD fahmon-2.3.4.ebuild 472 RMD160 2e6d7080397734477491c5e2d1ee4ae380cfc05c SHA1 868378eeca7379802abe363379fc5cc87af65add SHA256 a61decb46e27af02ab202c2b0d990c0d387195a3964d7c6c3ed0a34537c9cf50
+MISC ChangeLog 288 RMD160 2c8289a657600295bf49ee4e977b87a46e277544 SHA1 f2d60c8e90bef9059b90bfa9cc37979ee45e664d SHA256 9792589495432f5b31ff751365afd11d33bf53775d13edc8b96977f168e1d82c
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-biology/fahmon/fahmon-2.3.4.ebuild b/sci-biology/fahmon/fahmon-2.3.4.ebuild
new file mode 100644
index 000000000..b721db93d
--- /dev/null
+++ b/sci-biology/fahmon/fahmon-2.3.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+WX_GTK_VER="2.8"
+inherit base wxwidgets
+
+MY_P=FahMon-${PV}
+DESCRIPTION="wxGTK monitor for the folding@home client"
+HOMEPAGE="http://fahmon.net/"
+SRC_URI="http://fahmon.net/downloads/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/sci-biology/fahmon/metadata.xml b/sci-biology/fahmon/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/sci-biology/fahmon/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>