summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-03 02:49:11 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-03 02:49:11 +0000
commitdd7f56a3bb47a3be8283a6f999ff1167df86f93c (patch)
treef1668c257e47b8e156f3ee12767344fa6d301a37 /sci-chemistry/rasmol
parentinitial ebuild #43303 (Manifest recommit) (diff)
downloadgentoo-2-dd7f56a3bb47a3be8283a6f999ff1167df86f93c.tar.gz
gentoo-2-dd7f56a3bb47a3be8283a6f999ff1167df86f93c.tar.bz2
gentoo-2-dd7f56a3bb47a3be8283a6f999ff1167df86f93c.zip
Removed obsolete version. Use toolchain-funcs rather than gcc eclass.
Diffstat (limited to 'sci-chemistry/rasmol')
-rw-r--r--sci-chemistry/rasmol/ChangeLog8
-rw-r--r--sci-chemistry/rasmol/files/digest-rasmol-2.7.1.11
-rw-r--r--sci-chemistry/rasmol/rasmol-2.7.1.1.ebuild62
-rw-r--r--sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild12
4 files changed, 12 insertions, 71 deletions
diff --git a/sci-chemistry/rasmol/ChangeLog b/sci-chemistry/rasmol/ChangeLog
index 25f37d93ac01..8dd3df77cf85 100644
--- a/sci-chemistry/rasmol/ChangeLog
+++ b/sci-chemistry/rasmol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/rasmol
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.2 2004/12/24 20:19:29 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.3 2005/01/03 02:49:11 ribosome Exp $
+
+ 02 Jan 2005; Olivier Fisette <ribosome@gentoo.org> -rasmol-2.7.1.1.ebuild,
+ rasmol-2.7.2.1.1.ebuild:
+ Removed obsolete version. Use toolchain-funcs rather than gcc eclass.
*rasmol-2.7.2.1.1 (24 Dec 2004)
diff --git a/sci-chemistry/rasmol/files/digest-rasmol-2.7.1.1 b/sci-chemistry/rasmol/files/digest-rasmol-2.7.1.1
deleted file mode 100644
index 62144d2932df..000000000000
--- a/sci-chemistry/rasmol/files/digest-rasmol-2.7.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d5c99eeda079d8cbf413944d284740b RasMol_2.7.1.1.tar.gz 4149367
diff --git a/sci-chemistry/rasmol/rasmol-2.7.1.1.ebuild b/sci-chemistry/rasmol/rasmol-2.7.1.1.ebuild
deleted file mode 100644
index 5c5a8ba16546..000000000000
--- a/sci-chemistry/rasmol/rasmol-2.7.1.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.1.1.ebuild,v 1.1 2004/12/24 17:03:16 ribosome Exp $
-
-inherit gcc
-
-MY_P="RasMol_${PV}"
-
-DESCRIPTION="Free program that displays molecular structure."
-HOMEPAGE="http://www.openrasmol.org/"
-SRC_URI="http://www.bernstein-plus-sons.com/software/${MY_P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/x11"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Hack required for build
- cd src
- ln -s ../doc
- gunzip doc/rasmol.1.gz
-}
-
-src_compile() {
- cd src
- xmkmf || die "xmkmf failed"
- make DEPTHDEF=-DEIGHTBIT CC="$(gcc-getCC)" \
- CDEBUGFLAGS="${CFLAGS}" \
- || die "8-bit make failed"
- mv rasmol rasmol.8
- make clean
- make DEPTHDEF=-DSIXTEENBIT CC="$(gcc-getCC)" \
- CDEBUGFLAGS="${CFLAGS}" \
- || die "16-bit make failed"
- mv rasmol rasmol.16
- make clean
- make DEPTHDEF=-DTHIRTYTWOBIT CC="$(gcc-getCC)" \
- CDEBUGFLAGS="${CFLAGS}" \
- || die "32-bit make failed"
- mv rasmol rasmol.32
- make clean
-}
-
-src_install () {
- newbin ${FILESDIR}/rasmol.sh.debian rasmol
- insinto /usr/lib/${PN}
- doins doc/rasmol.hlp
- exeinto /usr/lib/${PN}
- doexe src/rasmol.{8,16,32}
- dodoc INSTALL PROJECTS README TODO doc/*.{ps,pdf}.gz doc/rasmol.txt.gz
- doman doc/rasmol.1
- insinto /usr/lib/${PN}/databases
- doins data/*
-}
diff --git a/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild b/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild
index 4e60de81c32b..0e799874a450 100644
--- a/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild
+++ b/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild,v 1.1 2004/12/24 17:03:16 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.2.1.1.ebuild,v 1.2 2005/01/03 02:49:11 ribosome Exp $
-inherit gcc
+inherit toolchain-funcs
MY_P="RasMol_${PV}"
@@ -31,17 +31,17 @@ src_unpack() {
src_compile() {
cd src
xmkmf || die "xmkmf failed"
- make DEPTHDEF=-DEIGHTBIT CC="$(gcc-getCC)" \
+ make DEPTHDEF=-DEIGHTBIT CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
|| die "8-bit make failed"
mv rasmol rasmol.8
make clean
- make DEPTHDEF=-DSIXTEENBIT CC="$(gcc-getCC)" \
+ make DEPTHDEF=-DSIXTEENBIT CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
|| die "16-bit make failed"
mv rasmol rasmol.16
make clean
- make DEPTHDEF=-DTHIRTYTWOBIT CC="$(gcc-getCC)" \
+ make DEPTHDEF=-DTHIRTYTWOBIT CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
|| die "32-bit make failed"
mv rasmol rasmol.32