commit:     1db7877b9c10b4857bced16c60fda6dde2910713
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 19:33:38 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:39:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db7877b

sci-chemistry/ghemical: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/ghemical/Manifest                  |  1 -
 sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild | 54 ------------------------
 2 files changed, 55 deletions(-)

diff --git a/sci-chemistry/ghemical/Manifest b/sci-chemistry/ghemical/Manifest
index 1f09b8d3774..0484dffeab7 100644
--- a/sci-chemistry/ghemical/Manifest
+++ b/sci-chemistry/ghemical/Manifest
@@ -1,2 +1 @@
-DIST ghemical-2.99.2.tar.gz 2168844 SHA256 
dbe4796582f8a125121e70c0171bc834d4a8121200354f2ef620583b767e6c4d SHA512 
bb336c93f052992d3e878aec224d9b19a0cf524a9685e087c50eb6070ab555ac79a1ffe26c117fbcf961a156f2f245f0912675f33a9d2c3c4230a53faa366e1f
 WHIRLPOOL 
e3cbaa396315ab886dab46d8bec9aae7c09b12cbc4e626c42b8ef064b92b44566ebcfc72cb876c0efb2edae91260707beef85260e202263f202d6779885b187c
 DIST ghemical-3.0.0.tar.gz 2196716 SHA256 
babb2bda93cf0c20f234452eeb7d19d1d8c0e4c4d611734f110f8de066a1bcb2 SHA512 
d4dd0b063a4dea33fa7430e77a2da253c74079fd8b5f21e8c2b5da1383f3689b93305417e1bf0d4908b87c91afb33c3266dd6bd6fbcd768cc98614a3f730ee94
 WHIRLPOOL 
80dcc426bbd17d57a346d6703d2b5366c7489666f33bb9ec2a1f36cf0e133e2b6c944a5f328cd3882241812b0856c59b3b3cd1648d59498ca80467ea65fe7971

diff --git a/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild 
b/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild
deleted file mode 100644
index ff0023847e7..00000000000
--- a/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit autotools eutils
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/";
-SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="openbabel seamonkey threads"
-
-RDEPEND="
-       dev-libs/glib:2
-       gnome-base/libglade:2.0
-       sci-chemistry/mpqc
-       >=sci-libs/libghemical-2.99
-       >=x11-libs/liboglappth-0.98
-       virtual/opengl
-       x11-libs/pango
-       x11-libs/gtk+:2
-       x11-libs/gtkglext
-       openbabel? ( sci-chemistry/openbabel )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}-docs.patch
-       eautoreconf
-}
-
-src_configure() {
-# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to 
package.provided for now.
-
-# Change the built-in help browser.
-       if use seamonkey ; then
-               sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed 
failed for seamonkey!"
-       else
-               sed -i -e 's|mozilla|firefox|g' src/gtk_app.cpp || die "sed 
failed for firefox!"
-       fi
-
-       econf \
-               $(use_enable openbabel) \
-               $(use_enable threads)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       make_desktop_entry /usr/bin/ghemical Ghemical 
/usr/share/ghemical/${PV}/pixmaps/ghemical.png
-}

Reply via email to