summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-07-10 11:29:50 +0000
committerJustin Lecher <jlec@gentoo.org>2013-07-10 11:29:50 +0000
commita4d36e5862eaa479a6e84a40a01a107771d60e74 (patch)
treec0bb20ce7044f1deba3804f3288dfbe1df5e7f99 /sci-libs/clipper
parentsci-libs/clipper: Drop old versioned named ebuild (diff)
downloadgentoo-2-a4d36e5862eaa479a6e84a40a01a107771d60e74.tar.gz
gentoo-2-a4d36e5862eaa479a6e84a40a01a107771d60e74.tar.bz2
gentoo-2-a4d36e5862eaa479a6e84a40a01a107771d60e74.zip
sci-libs/clipper: Drop old versioned named ebuild
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r--sci-libs/clipper/ChangeLog7
-rw-r--r--sci-libs/clipper/clipper-20100511-r1.ebuild56
-rw-r--r--sci-libs/clipper/files/20100511-makefile.patch23
-rw-r--r--sci-libs/clipper/files/clipper-20100511-outofsourcebuild.patch16
4 files changed, 6 insertions, 96 deletions
diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog
index 66383ab5c22b..cbb651a523e0 100644
--- a/sci-libs/clipper/ChangeLog
+++ b/sci-libs/clipper/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/clipper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.22 2013/05/28 18:15:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.23 2013/07/10 11:29:49 jlec Exp $
+
+ 10 Jul 2013; Justin Lecher <jlec@gentoo.org> -clipper-20100511-r1.ebuild,
+ -files/20100511-makefile.patch,
+ -files/clipper-20100511-outofsourcebuild.patch:
+ Drop old versioned named ebuild
*clipper-2.1_p100511-r1 (28 May 2013)
diff --git a/sci-libs/clipper/clipper-20100511-r1.ebuild b/sci-libs/clipper/clipper-20100511-r1.ebuild
deleted file mode 100644
index 30359e311d37..000000000000
--- a/sci-libs/clipper/clipper-20100511-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20100511-r1.ebuild,v 1.7 2012/07/10 18:04:50 ranger Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils eutils flag-o-matic
-
-DESCRIPTION="Object-oriented libraries for crystallographic data and crystallographic computation"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
-# Transform 4-digit year to 2 digits
-SRC_URI="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper-2.1-${PV:2:${#PV}}-ac.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug static-libs"
-
-RDEPEND="
- sci-libs/ccp4-libs
- sci-libs/fftw
- sci-libs/mmdb"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}-2.1
-
-PATCHES=(
- "${FILESDIR}"/20091215-missing-var.patch
- "${FILESDIR}"/${PV}-makefile.patch
- "${FILESDIR}"/${P}-outofsourcebuild.patch
- )
-
-src_configure() {
- # Recommended on ccp4bb/coot ML to fix crashes when calculating maps
- # on 64-bit systems
- append-flags -fno-strict-aliasing
-
- local myeconfargs=(
- --enable-ccp4
- --enable-cif
- --enable-cns
- --enable-contrib
- --enable-minimol
- --enable-mmdb
- --enable-phs
- --with-mmdb="${EPREFIX}/usr"
- $(use_enable debug)
- )
- autotools-utils_src_configure
-}
-
-src_test() {
- emake -C "${AUTOTOOLS_BUILD_DIR}"/examples check
-}
diff --git a/sci-libs/clipper/files/20100511-makefile.patch b/sci-libs/clipper/files/20100511-makefile.patch
deleted file mode 100644
index d933e88f7c7e..000000000000
--- a/sci-libs/clipper/files/20100511-makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
- Makefile.am | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 745824d..0da0ddd 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,12 +1,12 @@
- # -*- mode: Makefile; mode: font-lock -*-
- AUTOMAKE_OPTIONS = foreign
--SUBDIRS = config clipper examples dox
--DIST_SUBDIRS = config clipper examples dox
-+SUBDIRS = config clipper dox
-+DIST_SUBDIRS = config clipper dox
- EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README
- bin_SCRIPTS = clipper-config
- # pkgconfigdir = $(libdir)/pkgconfig
- # pkgconfig_DATA = clipper.pc
- if DEBUG
--AM_CXXFLAGS = -g -DDEBUG
-+AM_CXXFLAGS = -DDEBUG
- endif
- ACLOCAL_AMFLAGS = -I config
diff --git a/sci-libs/clipper/files/clipper-20100511-outofsourcebuild.patch b/sci-libs/clipper/files/clipper-20100511-outofsourcebuild.patch
deleted file mode 100644
index 2db566b7b799..000000000000
--- a/sci-libs/clipper/files/clipper-20100511-outofsourcebuild.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- examples/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index 203ce96..2b65f1c 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -27,7 +27,7 @@ maketestdata_SOURCES = maketestdata.cpp
-
- TESTS = maketestdata
-
--INCLUDES = -I.. $(FFTW_CXXFLAGS) $(MMDB_CXXFLAGS) $(CCP4_CXXFLAGS) $(CCTBX_CXXFLAGS) $(BOOST_CXXFLAGS)
-+INCLUDES = -I$(top_srcdir) $(FFTW_CXXFLAGS) $(MMDB_CXXFLAGS) $(CCP4_CXXFLAGS) $(CCTBX_CXXFLAGS) $(BOOST_CXXFLAGS)
-
- LIBS = $(FFTW_LIBS) $(CCP4_LIBS) $(MMDB_LIBS) $(CCTBX_LIBS)
-