summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2012-01-05 22:58:47 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2012-01-05 22:58:47 +0000
commitfcde672f4700962d01d777bb58d6ac8cafde371a (patch)
treea552749a1e6f739ca487c3dc85143bea8fdf05ab /sci-biology/goby-cpp
parentAdd AUTOTOOLS_AUTORECONF for bug #392073. (diff)
downloadgentoo-2-fcde672f4700962d01d777bb58d6ac8cafde371a.tar.gz
gentoo-2-fcde672f4700962d01d777bb58d6ac8cafde371a.tar.bz2
gentoo-2-fcde672f4700962d01d777bb58d6ac8cafde371a.zip
Version bump
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/goby-cpp')
-rw-r--r--sci-biology/goby-cpp/ChangeLog9
-rw-r--r--sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/sci-biology/goby-cpp/ChangeLog b/sci-biology/goby-cpp/ChangeLog
index bec00b1eede4..569c41d48c00 100644
--- a/sci-biology/goby-cpp/ChangeLog
+++ b/sci-biology/goby-cpp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/goby-cpp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.1 2011/09/25 21:45:36 weaver Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.2 2012/01/05 22:58:47 weaver Exp $
+
+*goby-cpp-1.9.8.1 (05 Jan 2012)
+
+ 05 Jan 2012; Andrey Kislyuk <weaver@gentoo.org> +goby-cpp-1.9.8.1.ebuild:
+ Version bump
*goby-cpp-1.9.7.3 (25 Sep 2011)
diff --git a/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild b/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild
new file mode 100644
index 000000000000..90247aae1f8b
--- /dev/null
+++ b/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild,v 1.1 2012/01/05 22:58:47 weaver Exp $
+
+EAPI=4
+
+inherit autotools
+
+DESCRIPTION="A DNA sequencing data management framework - C/C++ API"
+HOMEPAGE="http://campagnelab.org/software/goby/"
+SRC_URI="http://chagall.med.cornell.edu/goby/releases/archive/release-goby_${PV}/goby_${PV}-cpp.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-libs/protobuf-2.4.1
+ >=dev-libs/libpcre-8.12"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/goby_${PV}/cpp"
+
+src_prepare() {
+ eautoreconf
+}