From 79ab9143723fdae72aaaba37a7060e8603d0db43 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 10 Jul 2012 18:59:54 +0000 Subject: sci-chemistry/probe: Cleaned old (Portage version: 2.2.0_alpha116/cvs/Linux x86_64) --- sci-chemistry/probe/ChangeLog | 6 +++- sci-chemistry/probe/probe-2.11.050121.ebuild | 40 ---------------------- sci-chemistry/probe/probe-2.12.071128-r1.ebuild | 45 ------------------------- sci-chemistry/probe/probe-2.12.071128.ebuild | 44 ------------------------ 4 files changed, 5 insertions(+), 130 deletions(-) delete mode 100644 sci-chemistry/probe/probe-2.11.050121.ebuild delete mode 100644 sci-chemistry/probe/probe-2.12.071128-r1.ebuild delete mode 100644 sci-chemistry/probe/probe-2.12.071128.ebuild (limited to 'sci-chemistry') diff --git a/sci-chemistry/probe/ChangeLog b/sci-chemistry/probe/ChangeLog index b0de0319462c..b8e23b256b21 100644 --- a/sci-chemistry/probe/ChangeLog +++ b/sci-chemistry/probe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/probe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.18 2012/07/10 17:59:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.19 2012/07/10 18:59:54 jlec Exp $ + + 10 Jul 2012; Justin Lecher -probe-2.11.050121.ebuild, + -probe-2.12.071128.ebuild, -probe-2.12.071128-r1.ebuild: + Cleaned old 10 Jul 2012; Brent Baude probe-2.12.110413.ebuild: Marking probe-2.12.110413 ppc for bug 419869 diff --git a/sci-chemistry/probe/probe-2.11.050121.ebuild b/sci-chemistry/probe/probe-2.11.050121.ebuild deleted file mode 100644 index 1444d4b56c1a..000000000000 --- a/sci-chemistry/probe/probe-2.11.050121.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild,v 1.4 2011/06/26 08:48:58 jlec Exp $ - -inherit toolchain-funcs - -MY_P="${PN}.${PV}" - -DESCRIPTION="Evaluates atomic packing within or between molecules" -HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php" -SRC_URI="http://kinemage.biochem.duke.edu/ftpsite/pub/software/probe/${MY_P}.src.tgz" - -LICENSE="richardson" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - # Respect CC - sed -i \ - -e 's:cc:$(CC):g' \ - "${S}"/Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - MACHINEFLAGS="${LDFLAGS}" \ - || die "make failed" -} - -src_install() { - dobin "${S}"/probe || die - dodoc "${S}"/README* || die -} diff --git a/sci-chemistry/probe/probe-2.12.071128-r1.ebuild b/sci-chemistry/probe/probe-2.12.071128-r1.ebuild deleted file mode 100644 index d9b28bb75006..000000000000 --- a/sci-chemistry/probe/probe-2.12.071128-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.071128-r1.ebuild,v 1.2 2011/06/26 08:48:58 jlec Exp $ - -EAPI=3 - -inherit eutils toolchain-funcs - -MY_P="${PN}.${PV}" - -DESCRIPTION="Evaluates atomic packing within or between molecules" -HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php" -SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/probe/${MY_P}.src.zip" - -LICENSE="richardson" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${MY_P}.scr" - -src_prepare() { - epatch "${FILESDIR}"/as-needed.patch - # Respect CC - sed -i \ - -e 's:cc:$(CC):g' \ - "${S}"/Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - MACHINEFLAGS="${LDFLAGS}" \ - || die "make failed" -} - -src_install() { - dobin "${S}"/probe || die - dodoc "${S}"/README* || die -} diff --git a/sci-chemistry/probe/probe-2.12.071128.ebuild b/sci-chemistry/probe/probe-2.12.071128.ebuild deleted file mode 100644 index e49aeec5d4d5..000000000000 --- a/sci-chemistry/probe/probe-2.12.071128.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.071128.ebuild,v 1.5 2011/06/26 08:48:58 jlec Exp $ - -inherit toolchain-funcs - -MY_P="${PN}.${PV}" - -DESCRIPTION="Evaluates atomic packing within or between molecules" -HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php" -SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/probe/${MY_P}.src.zip" - -LICENSE="richardson" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${MY_P}.scr" - -src_unpack() { - unpack ${A} - - # Respect CC - sed -i \ - -e 's:cc:$(CC):g' \ - "${S}"/Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - MACHINEFLAGS="${LDFLAGS}" \ - || die "make failed" -} - -src_install() { - dobin "${S}"/probe || die - dodoc "${S}"/README* || die -} -- cgit v1.2.3-65-gdbad