summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-21 18:55:42 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-21 18:55:42 +0000
commitebf8b6a6884e7b6f9aea23de021e3501f8ffb167 (patch)
tree92562594d2cafebb67dd161e280290db3e0a8603 /sci-chemistry
parentDrop vulnerable version, bug #543480 (diff)
downloadgentoo-2-ebf8b6a6884e7b6f9aea23de021e3501f8ffb167.tar.gz
gentoo-2-ebf8b6a6884e7b6f9aea23de021e3501f8ffb167.tar.bz2
gentoo-2-ebf8b6a6884e7b6f9aea23de021e3501f8ffb167.zip
Reinstate old version due to broken revdeps
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/cluster/ChangeLog7
-rw-r--r--sci-chemistry/cluster/cluster-1.3.081231.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/sci-chemistry/cluster/ChangeLog b/sci-chemistry/cluster/ChangeLog
index a23950e8e26f..d886d404b837 100644
--- a/sci-chemistry/cluster/ChangeLog
+++ b/sci-chemistry/cluster/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/cluster
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/ChangeLog,v 1.10 2015/05/21 17:20:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/ChangeLog,v 1.11 2015/05/21 18:55:42 jlec Exp $
+
+*cluster-1.3.081231 (21 May 2015)
+
+ 21 May 2015; Justin Lecher <jlec@gentoo.org> +cluster-1.3.081231.ebuild:
+ Reinstate old version due to broken revdeps
21 May 2015; Justin Lecher <jlec@gentoo.org> -cluster-1.3.081231.ebuild:
Drop old
diff --git a/sci-chemistry/cluster/cluster-1.3.081231.ebuild b/sci-chemistry/cluster/cluster-1.3.081231.ebuild
new file mode 100644
index 000000000000..f03658ea8cf9
--- /dev/null
+++ b/sci-chemistry/cluster/cluster-1.3.081231.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/cluster-1.3.081231.ebuild,v 1.7 2015/05/21 18:55:42 jlec Exp $
+
+EAPI=4
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Build lists of collections of interacting items"
+HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
+SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/${PN}/${PN}.${PV}.src.tgz"
+
+SLOT="0"
+LICENSE="richardson"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}"/${PN}1.3src
+
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${PV}-ldflags.patch \
+ "${FILESDIR}"/${PV}-includes.patch
+ tc-export CXX
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.cluster
+}