diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-03-10 10:53:30 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-03-10 10:53:30 +0000 |
commit | 2c3f860090181df193312c885969dc1e1621e606 (patch) | |
tree | 3567ac71807d3ab672386693ee880d8392e4551b /app-sci/chemtool | |
parent | Fixing more braindead DEPEND gnome-base/gnome (Manifest recommit) (diff) | |
download | gentoo-2-2c3f860090181df193312c885969dc1e1621e606.tar.gz gentoo-2-2c3f860090181df193312c885969dc1e1621e606.tar.bz2 gentoo-2-2c3f860090181df193312c885969dc1e1621e606.zip |
Killing off the old build with broken dependencies
Diffstat (limited to 'app-sci/chemtool')
-rw-r--r-- | app-sci/chemtool/chemtool-1.5.ebuild | 73 | ||||
-rw-r--r-- | app-sci/chemtool/files/digest-chemtool-1.5 | 1 |
2 files changed, 0 insertions, 74 deletions
diff --git a/app-sci/chemtool/chemtool-1.5.ebuild b/app-sci/chemtool/chemtool-1.5.ebuild deleted file mode 100644 index c78cc2bdfaae..000000000000 --- a/app-sci/chemtool/chemtool-1.5.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.5.ebuild,v 1.6 2003/08/05 18:31:42 vapier Exp $ - -[ -n "`use kde`" ] && inherit kde-functions -inherit eutils - -DESCRIPTION="program for drawing organic molecules" -HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" -SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="gnome kde nls" - -DEPEND=">=media-gfx/transfig-3.2.3d - >=x11-libs/gtk+-1.2.10 - gnome? ( gnome-base/gnome ) - kde? ( kde-base/kde ) - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/configure.in-${P}-gentoo.diff - epatch ${FILESDIR}/config.h.in-${P}-gentoo.diff - epatch ${FILESDIR}/Makefile.in-${P}-gentoo.diff - epatch ${FILESDIR}/src-cht-Makefile.in-${P}-gentoo.diff - autoconf || die -} - -src_compile() { - local config_opts - - if [ "`use kde`" ]; then - need-kde 2 - config_opts="--with-kdedir=${KDEDIR}" ; - else - config_opts="--without-kdedir" - fi - - if [ "`use gnome`" ] ; then - config_opts="${config_opts} --with-gnomedir=/usr" ; - else - config_opts="${config_opts} --without-gnomedir" ; - fi - - if [ "`use nls`" ] ; then - config_opts="${config_opts} --enable-locales \ - --with-localdir=/usr/share/locale" - else - config_opts="${config_opts} --disable-locales" ; - fi - - econf ${config_opts} \ - || die "./configure failed" - - emake || die "make failed" -} - -src_install() { - einstall \ - gnomedir=${D}/usr \ - kdedir=${D}/${KDEDIR} \ - localedir=${D}/usr/share/locale \ - || die "make install failed" - - dodoc ChangeLog INSTALL README TODO - insinto /usr/share/${PN}/examples - doins ${S}/examples/* -} diff --git a/app-sci/chemtool/files/digest-chemtool-1.5 b/app-sci/chemtool/files/digest-chemtool-1.5 deleted file mode 100644 index 9d1c4afb2aa9..000000000000 --- a/app-sci/chemtool/files/digest-chemtool-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 093b68e032b2c5611c2f83315764bd40 chemtool-1.5.tar.gz 338467 |