aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-24 14:57:56 +0200
committerJustin Lecher <jlec@gentoo.org>2011-06-24 14:57:56 +0200
commit4040c562a97bd29ec00d515c264c34d822fad87d (patch)
tree595cc6fe7baeef63b015efc5624cb81763f46550 /sci-chemistry/bist/bist-0.5.1-r1.ebuild
parentSort inherit and/or USE (diff)
downloadsci-4040c562a97bd29ec00d515c264c34d822fad87d.tar.gz
sci-4040c562a97bd29ec00d515c264c34d822fad87d.tar.bz2
sci-4040c562a97bd29ec00d515c264c34d822fad87d.zip
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/bist/bist-0.5.1-r1.ebuild')
-rw-r--r--sci-chemistry/bist/bist-0.5.1-r1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/sci-chemistry/bist/bist-0.5.1-r1.ebuild b/sci-chemistry/bist/bist-0.5.1-r1.ebuild
index 2a31a618c..bba456ce8 100644
--- a/sci-chemistry/bist/bist-0.5.1-r1.ebuild
+++ b/sci-chemistry/bist/bist-0.5.1-r1.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=4
-inherit eutils base
+inherit base eutils
-DESCRIPTION="Bist, the chemical drawing tool"
-HOMEPAGE="http://www.autistici.org/interzona/index.php?mod=03_Bist"
+DESCRIPTION="Chemical drawing tool"
+HOMEPAGE="http://www.autistici.org/interzona/index.php?mod=03_Bist/"
SRC_URI="http://www.autistici.org/interzona/ftrack.php?url=sections/06_Download/${P}.tar.gz"
LICENSE="GPL-3"
@@ -15,13 +15,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="net-misc/curl
+RDEPEND="
+ media-libs/plotutils
+ net-misc/curl
dev-libs/expat
- >=x11-libs/fltk-1.1.7:1.1
+ sci-chemistry/openbabel
sci-libs/gsl
- >=sci-chemistry/openbabel-2.2.0
- >=media-libs/plotutils-2.5"
-
+ x11-libs/fltk:1"
DEPEND="${RDEPEND}"
src_prepare() {