diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-17 09:37:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-17 09:37:37 +0000 |
commit | 877a82700819134fa42f0e3f3a90bb53be1e0cb2 (patch) | |
tree | 23b082581c3bbcf69aa541ff53388f0184d2c849 /sci-biology/fahmon/fahmon-2.3.4.ebuild | |
parent | [sci-misc/gcam] Moved from sunrise to sci overlay. (diff) | |
download | sunrise-877a82700819134fa42f0e3f3a90bb53be1e0cb2.tar.gz sunrise-877a82700819134fa42f0e3f3a90bb53be1e0cb2.tar.bz2 sunrise-877a82700819134fa42f0e3f3a90bb53be1e0cb2.zip |
sci-biology/fahmon: Version BUmp, added missing dep on libcurl
svn path=/sunrise/; revision=10760
Diffstat (limited to 'sci-biology/fahmon/fahmon-2.3.4.ebuild')
-rw-r--r-- | sci-biology/fahmon/fahmon-2.3.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-biology/fahmon/fahmon-2.3.4.ebuild b/sci-biology/fahmon/fahmon-2.3.4.ebuild deleted file mode 100644 index cfe625495..000000000 --- a/sci-biology/fahmon/fahmon-2.3.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 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} |