aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-05-12 21:56:28 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-05-12 21:59:09 +0200
commitf23c108fbf5496d90d477de6e1fa26acdb109b8b (patch)
treee1f9bea9a8348bc23a5b05580d772c8ac8e6a3e7 /sci-libs
parentsci-libs/chooch unmasked (diff)
downloadsci-f23c108fbf5496d90d477de6e1fa26acdb109b8b.tar.gz
sci-f23c108fbf5496d90d477de6e1fa26acdb109b8b.tar.bz2
sci-f23c108fbf5496d90d477de6e1fa26acdb109b8b.zip
moved sci-libs/chooch to sci-chemistry/chooch
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/chooch/ChangeLog13
-rw-r--r--sci-libs/chooch/Manifest5
-rw-r--r--sci-libs/chooch/chooch-5.0.2.ebuild50
-rw-r--r--sci-libs/chooch/chooch-5.0.6.ebuild35
-rw-r--r--sci-libs/chooch/files/5.0.2-Makefile.patch45
-rw-r--r--sci-libs/chooch/metadata.xml8
6 files changed, 0 insertions, 156 deletions
diff --git a/sci-libs/chooch/ChangeLog b/sci-libs/chooch/ChangeLog
deleted file mode 100644
index 0cb4a54fc..000000000
--- a/sci-libs/chooch/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for sci-libs/chooch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +files/5.0.2-Makefile.patch, chooch-5.0.2.ebuild:
- finish an working version
- autotools based installation is broken
-
- 01 Mar 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- chooch-5.0.2.ebuild:
- Initial checkin
-
diff --git a/sci-libs/chooch/Manifest b/sci-libs/chooch/Manifest
deleted file mode 100644
index ea63d5275..000000000
--- a/sci-libs/chooch/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX 5.0.2-Makefile.patch 1222 RMD160 42dc4f8807a369023d802036fabea14e33239a05 SHA1 0a4e0a3558b3a1cc28d94f82b4cf09e3a1d00b45 SHA256 ba11ed4ecaafacae6442b05faffb06d4ee86a2c5f6df194f79014c7fa1c02b6c
-DIST chooch-5.0.2.tar.gz 3057641 RMD160 5eb6d2b33f58e3a0b6379713184cd0c11d3a5956 SHA1 ec6cefd5044487c79e8099329c9f6eb3061e047d SHA256 ad80d5d296bfbd2bb8f9fac930df5a4e9ba583e23b2de298209b7a6925240643
-EBUILD chooch-5.0.2.ebuild 1008 RMD160 913027cc4664e7e092f763628d8496699cd1cf76 SHA1 33c1a6dc9200f8dae591c5c6c50fc5327f821126 SHA256 08c945671251946e43f2ed1f97989c8476a40a36bcb9f8b66e774144f542a197
-MISC ChangeLog 394 RMD160 7995c1ad3ea92123c2600fe5ff36a0333df46ba2 SHA1 70c2f0509917d4d4709b06d6da73fd0c56ae73ed SHA256 bf71a64ef0b7015e365b8f9f23ca584690e92e55f1736a25b9b481366e13f2c6
-MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c
diff --git a/sci-libs/chooch/chooch-5.0.2.ebuild b/sci-libs/chooch/chooch-5.0.2.ebuild
deleted file mode 100644
index 6392471b4..000000000
--- a/sci-libs/chooch/chooch-5.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="a program that will automatically determine values of the anomalous scattering factors"
-HOMEPAGE="http://www.gwyndafevans.co.uk/id2.html"
-SRC_URI="ftp://ftp.ccp4.ac.uk/${PN}/${PV}/packed/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="sci-libs/gsl
- sci-libs/Cgraph
- virtual/blas
- virtual/cblas
- sci-libs/pgplot"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}/${P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-Makefile.patch
- sed "s:GENTOO_LIBDIR:$(get_libdir):g" -i Makefile
-}
-
-src_configure() {
-# configure is broken
-:
-}
-
-src_compile() {
- emake -j1 \
- CC=$(tc-getCC) \
- all || die
-}
-
-src_install() {
- dobin ${PN} ${PN}-pg || die "no bins installed"
- dodoc doc/${PN}.pdf || die "nothing to read"
- doman man/${PN}.1 || die
-
- insinto /usr/share/${PN}
- use exmaples && doins -r examples
-}
diff --git a/sci-libs/chooch/chooch-5.0.6.ebuild b/sci-libs/chooch/chooch-5.0.6.ebuild
deleted file mode 100644
index bdb9f2337..000000000
--- a/sci-libs/chooch/chooch-5.0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# inherit autotools
-
-DESCRIPTION="a program that will automatically determine values of the anomalous scattering factors"
-HOMEPAGE="http://www.gwyndafevans.co.uk/id2.html"
-SRC_URI="ftp://ftp.ccp4.ac.uk/chooch/5.0.2/packed/chooch-5.0.2.tar.gz"
-
-LICENSE="ccp4"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="X"
-RDEPEND="X? ( sci-libs/pgplot )
- sci-libs/gsl
- sci-libs/Cgraph
- virtual/blas
- virtual/cblas"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- rm -rf cgraph-2.04 gsl-1.4
- cd chooch-5.0.2
- econf \
- $(use_with X x) \
- --with-gsl-prefix="/usr" \
- --with-cgraph-prefix="/usr"
-
- emake -j1|| die
-}
diff --git a/sci-libs/chooch/files/5.0.2-Makefile.patch b/sci-libs/chooch/files/5.0.2-Makefile.patch
deleted file mode 100644
index 89eaf95ef..000000000
--- a/sci-libs/chooch/files/5.0.2-Makefile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- Makefile 2004-10-13 15:17:38.000000000 +0200
-+++ Makefile.new 2009-05-12 21:24:48.000000000 +0200
-@@ -21,21 +21,21 @@
- #INCLUDE = /users/opd14/Gwyndaf/include
- GSLDIR = /usr/local/lib
- CGRAPHDIR = /usr/local/lib
--BINDIR = /home/ge73/bin
-+BINDIR = /usr/bin
- INCLUDE = /usr/local/pgplot
- #PGPLOTDIR = /home/sci/software/misc/pgplot
- X11LIBDIR = /usr/X11R6/lib
- ######################################
- #
- CGRAPH = -lcgraph
--LIBS = -lgsl -lgslcblas -lX11
-+LIBS = -lgsl -lgslcblas -lX11 -L/usr/GENTOO_LIBDIR $(PGLIBS) $(CGRAPH) -lm -ldl -lpthread
- PGLIBS = -lcpgplot -lpgplot
--EXE = chooch-5.0.2.$(ARCH)
--EXEPG = chooch-5.0.2-pg.$(ARCH)
-+EXE = chooch
-+EXEPG = chooch-pg
- #
- # How to compile and link
- #
--include Makefile.$(ARCH)
-+#include Makefile.$(ARCH)
- #
- # Basic definitions
- #
-@@ -51,13 +51,13 @@
- #
- #
- chooch : clean ${OBJECTS} Makefile
-- $(CC) -o ${EXE} ${OBJECTS} $(LDFLAGS)
-+ $(CC) $(LDFLAGS) -o ${EXE} ${OBJECTS} $(LIBS)
-
- chooch-pg :
- make chooch-with-pgplot "CFLAGS = $(CFLAGS) -DPGPLOT"
-
- chooch-with-pgplot : clean ${OBJECTS} Makefile
-- $(FC) -v $(CFLAGS) -o ${EXEPG} ${OBJECTS} $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o ${EXEPG} ${OBJECTS} $(LIBS)
- #
- all: chooch chooch-pg
- #
diff --git a/sci-libs/chooch/metadata.xml b/sci-libs/chooch/metadata.xml
deleted file mode 100644
index efb490d78..000000000
--- a/sci-libs/chooch/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
-</pkgmetadata>