summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-28 07:59:44 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-28 07:59:44 +0000
commit85d0c37ff8ff0b9013f8894cd5e5e67692668c3d (patch)
tree8c215c866d007755a6999f35aa4222e86646787f /sci-chemistry/ccp4i
parentsci-chemistry/mosflm: Unbundle licbf and libjpeg, fix parallel build, Drop st... (diff)
downloadgentoo-2-85d0c37ff8ff0b9013f8894cd5e5e67692668c3d.tar.gz
gentoo-2-85d0c37ff8ff0b9013f8894cd5e5e67692668c3d.tar.bz2
gentoo-2-85d0c37ff8ff0b9013f8894cd5e5e67692668c3d.zip
sci-chemistry/ccp4i: Drop old
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/ccp4i')
-rw-r--r--sci-chemistry/ccp4i/ChangeLog7
-rw-r--r--sci-chemistry/ccp4i/ccp4i-6.1.3-r2.ebuild88
2 files changed, 5 insertions, 90 deletions
diff --git a/sci-chemistry/ccp4i/ChangeLog b/sci-chemistry/ccp4i/ChangeLog
index fb498328890b..0dccb0b7a35c 100644
--- a/sci-chemistry/ccp4i/ChangeLog
+++ b/sci-chemistry/ccp4i/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/ccp4i
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.10 2011/09/07 17:24:17 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.11 2012/04/28 07:59:44 jlec Exp $
+
+ 28 Apr 2012; Justin Lecher <jlec@gentoo.org> -ccp4i-6.1.3-r2.ebuild:
+ Drop old
07 Sep 2011; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r3.ebuild:
EAPI bump, fixed usage of virtualx eclass
diff --git a/sci-chemistry/ccp4i/ccp4i-6.1.3-r2.ebuild b/sci-chemistry/ccp4i/ccp4i-6.1.3-r2.ebuild
deleted file mode 100644
index b1b6bd1bb5fc..000000000000
--- a/sci-chemistry/ccp4i/ccp4i-6.1.3-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r2.ebuild,v 1.1 2010/04/25 12:32:54 jlec Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-inherit base multilib python
-
-MY_PN="${PN%i}"
-MY_P="${MY_PN}-${PV}"
-
-#UPDATE="04_03_09"
-#PATCHDATE="090511"
-
-SRC="ftp://ftp.ccp4.ac.uk/ccp4"
-
-DESCRIPTION="Protein X-ray crystallography toolkit -- graphical interface"
-HOMEPAGE="http://www.ccp4.ac.uk/"
-SRC_URI="
- ${SRC}/${PV}/${MY_P}-core-src.tar.gz
- mirror://gentoo/${P}-arpwarp.patch.bz2
- http://dev.gentooexperimental.org/~jlec/distfiles/${PV}-oasis4.0.patch.bz2"
-[[ -n ${UPDATE} ]] && SRC_URI="${SRC_URI} ${SRC}/${PV}/updates/${P}-src-patch-${UPDATE}.tar.gz"
-[[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} http://dev.gentooexperimental.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="ccp4"
-IUSE=""
-
-RDEPEND="
- app-shells/tcsh
- media-gfx/graphviz
- >=dev-lang/tk-8.3
- >=dev-tcltk/blt-2.4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-rename-truncate.patch
- "${FILESDIR}"/${PV}-rename-rapper.patch
- "${FILESDIR}"/${PV}-rename-superpose.patch
- "${FILESDIR}"/${PV}-fix-baubles.patch
- "${WORKDIR}"/${P}-arpwarp.patch
- )
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- base_src_prepare
-
- [[ ! -z ${PATCHDATE} ]] && epatch "${WORKDIR}"/${PV}-${PATCHDATE}-updates.patch
-
- epatch "${WORKDIR}"/${PV}-oasis4.0.patch
- python_convert_shebangs -r $(python_get_version) ccp4i/ share/dbccp4i/
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- # rm imosflm stuff
- rm -rf "${S}"/ccp4i/{bin/imosflm,imosflm}
-
- rm -rf "${S}"/ccp4i/{bin,etc}/WINDOWS
-
- # This is installed by mrbump
- rm -rf "${S}"/ccp4i/{tasks/{dbviewer.tcl,mrbump.*},templates/mrbump.com,scripts/mrbump.script}
-
- # CCP4Interface - GUI
- insinto /usr/$(get_libdir)/ccp4
- doins -r "${S}"/ccp4i || die
- exeinto /usr/$(get_libdir)/ccp4/ccp4i/bin
- doexe "${S}"/ccp4i/bin/* || die
-
- # dbccp4i
- insinto /usr/share/ccp4
- doins -r "${S}"/share/dbccp4i || die
-}