From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
Date: Sat, 3 Jun 2017 08:39:47 +0000 (UTC) [thread overview]
Message-ID: <1496479185.1db7877b9c10b4857bced16c60fda6dde2910713.jlec@gentoo> (raw)
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
-}
next reply other threads:[~2017-06-03 8:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 8:39 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-06-23 13:11 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/ David Seifert
2018-11-28 9:58 Michał Górny
2018-04-17 20:25 David Seifert
2017-09-12 23:16 Matt Turner
2017-05-24 13:46 Agostino Sarubbo
2017-05-20 8:49 Agostino Sarubbo
2017-04-14 19:00 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496479185.1db7877b9c10b4857bced16c60fda6dde2910713.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox