aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-01 11:22:29 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-01 11:22:29 +0100
commit08a3980af084ed7e3e99fb0e277af7bf2ed35a26 (patch)
tree8fa3553aa943c6ced6feddf065e538e73479545f /dev-cpp/growler/growler-0.3.8.2.ebuild
parentSource gone (diff)
downloadsci-08a3980af084ed7e3e99fb0e277af7bf2ed35a26.tar.gz
sci-08a3980af084ed7e3e99fb0e277af7bf2ed35a26.tar.bz2
sci-08a3980af084ed7e3e99fb0e277af7bf2ed35a26.zip
dev-cpp/growler: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-cpp/growler/growler-0.3.8.2.ebuild')
-rw-r--r--dev-cpp/growler/growler-0.3.8.2.ebuild24
1 files changed, 12 insertions, 12 deletions
diff --git a/dev-cpp/growler/growler-0.3.8.2.ebuild b/dev-cpp/growler/growler-0.3.8.2.ebuild
index 35bbf56ea..226923710 100644
--- a/dev-cpp/growler/growler-0.3.8.2.ebuild
+++ b/dev-cpp/growler/growler-0.3.8.2.ebuild
@@ -2,20 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-SLOT="0"
-LICENSE="NOSA"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Growler is a distributed object architecture and environment."
+EAPI=5
+DESCRIPTION="Distributed object architecture and environment"
HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
+SRC_URI=""
+SLOT="0"
+LICENSE="NOSA"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-cpp/growler-link-0.3.7
- >=dev-cpp/growler-thread-0.3.4
- >=dev-cpp/growler-core-0.3.7
- >=dev-cpp/growler-arch-0.3.7.1"
-
-DEPEND="${RDEPEND}"
+RDEPEND="
+ >=dev-cpp/growler-link-0.3.7
+ >=dev-cpp/growler-thread-0.3.4
+ >=dev-cpp/growler-core-0.3.7
+ >=dev-cpp/growler-arch-0.3.7.1"
+DEPEND=""