diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-09 21:06:25 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-09 21:06:25 +0000 |
commit | 94dbb62f4d08a9be878451f7e372e94bbfa362df (patch) | |
tree | c5b3c2402a7f83e4bdaeaedbac52f4ec9d678718 /sci-chemistry/ghemical | |
parent | Remove old (diff) | |
download | gentoo-2-94dbb62f4d08a9be878451f7e372e94bbfa362df.tar.gz gentoo-2-94dbb62f4d08a9be878451f7e372e94bbfa362df.tar.bz2 gentoo-2-94dbb62f4d08a9be878451f7e372e94bbfa362df.zip |
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-chemistry/ghemical')
-rw-r--r-- | sci-chemistry/ghemical/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/ghemical/ghemical-2.01.ebuild | 52 |
2 files changed, 5 insertions, 54 deletions
diff --git a/sci-chemistry/ghemical/ChangeLog b/sci-chemistry/ghemical/ChangeLog index d03523899f22..87ede1fd9230 100644 --- a/sci-chemistry/ghemical/ChangeLog +++ b/sci-chemistry/ghemical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/ghemical -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.40 2013/02/02 05:57:09 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.41 2014/07/09 21:06:25 dilfridge Exp $ + + 09 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> -ghemical-2.01.ebuild: + Remove old *ghemical-3.0.0 (02 Feb 2013) diff --git a/sci-chemistry/ghemical/ghemical-2.01.ebuild b/sci-chemistry/ghemical/ghemical-2.01.ebuild deleted file mode 100644 index b4bae0f8c03c..000000000000 --- a/sci-chemistry/ghemical/ghemical-2.01.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-2.01.ebuild,v 1.8 2012/05/04 07:02:33 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="Chemical quantum mechanics and molecular mechanics" -HOMEPAGE="http://bioinformatics.org/ghemical/" -SRC_URI="http://bioinformatics.org/ghemical/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="threads openbabel toolbar" -RDEPEND="media-libs/freeglut - virtual/glu - virtual/opengl - x11-libs/gtk+:2 - >=x11-libs/gtkglext-1.0.5 - gnome-base/libglade:2.0 - >=sci-libs/libghemical-2 - openbabel? ( >=sci-chemistry/openbabel-2 ) - threads? ( dev-libs/glib:2 ) - x11-libs/libXmu" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - # Only works with xorg-x11 GL implementation - GL_IMPLEM=$(eselect opengl show) - eselect opengl set xorg-x11 -} - -src_compile() { - econf \ - $(use_enable toolbar shortcuts) \ - $(use_enable openbabel) \ - $(use_enable threads) \ - --enable-gamess \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - # sed -e "s:^prefix=.*:prefix=${D}/usr:" -i Makefile - make DESTDIR="${D}" install || die "install failed" -} - -pkg_postinst() { - eselect opengl set ${GL_IMPLEM} -} |