From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-java/
Date: Wed, 6 Jan 2021 09:42:50 +0000 (UTC) [thread overview]
Message-ID: <1609926148.5ec2ac38ac6baae1221f911f9e3513cb7fe51b08.andrewammerlaan@gentoo> (raw)
commit: 5ec2ac38ac6baae1221f911f9e3513cb7fe51b08
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 6 09:37:21 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 6 09:42:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5ec2ac38
sci-chemistry/openbabel-java: drop live ebuild
depends on openbabel-9999 which is not available in ::gentoo
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/openbabel-java/metadata.xml | 18 ------
.../openbabel-java/openbabel-java-9999.ebuild | 65 ----------------------
2 files changed, 83 deletions(-)
diff --git a/sci-chemistry/openbabel-java/metadata.xml b/sci-chemistry/openbabel-java/metadata.xml
deleted file mode 100644
index 2a1736c4d..000000000
--- a/sci-chemistry/openbabel-java/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
-Open Babel is a chemical toolbox designed to speak the many languages of
-chemical data. It's an open, collaborative project allowing anyone to
-search, convert, analyze, or store data from molecular modeling, chemistry,
-solid-state materials, biochemistry, or related areas. This package enables
-to access Open Babel library from Java (Scala, etc.) programs.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">openbabel</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild b/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild
deleted file mode 100644
index ebc26d321..000000000
--- a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils java-pkg-2 git-r3
-
-DESCRIPTION="Java bindings for OpenBabel"
-HOMEPAGE="http://openbabel.sourceforge.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/openbabel/openbabel.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEP="~sci-chemistry/openbabel-${PV}"
-
-DEPEND="${COMMON_DEP}
- >=dev-lang/swig-1.3.29
- >=virtual/jdk-1.7"
-RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.7"
-
-CMAKE_IN_SOURCE_BUILD=1
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_RPATH=
- -DBINDINGS_ONLY=ON
- -DOPTIMIZE_NATIVE=OFF
- -DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so
- -DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/"${PV}"
- -DLIB_INSTALL_DIR="${S}"/$(get_libdir)
- -DJAVA_BINDINGS=ON
- -DJAVA_INCLUDE_PATH="${EPREFIX}"/etc/java-config-2/current-system-vm/include
- -DJAVA_INCLUDE_PATH2="${EPREFIX}"/etc/java-config-2/current-system-vm/include/linux
- -DJAVA_AWT_INCLUDE_PATH="${EPREFIX}"/etc/java-config-2/current-system-vm/include
- -DJAVA_AWT_LIBRARY="${EPREFIX}"/etc/java-config-2/current-system-vm/jre/lib/"${ABI}"/libjawt.so
- -DJAVA_JVM_LIBRARY="${EPREFIX}"/etc/java-config-2/current-system-vm/jre/lib/"${ABI}"/server/libjvm.so
- -DRUN_SWIG=ON
- )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_make bindings_java
-}
-
-src_test() {
- cd scripts/java || die
- einfo "Running test: ${S}/scripts/java/OBTest.java"
- CLASSPATH="openbabel.jar" LD_LIBRARY_PATH="${S}/$(get_libdir)" javac OBTest.java || die
- CLASSPATH=".:openbabel.jar" LD_LIBRARY_PATH="${S}/$(get_libdir)" java OBTest || die
-}
-
-src_install() {
- # Let cmake take care of RPATH setting and the like
- cmake -DCOMPONENT=bindings_java -P cmake_install.cmake
-
- java-pkg_dojar "${S}/$(get_libdir)/openbabel.jar"
- java-pkg_doso "${S}/$(get_libdir)/libopenbabel_java.so"
-}
next reply other threads:[~2021-01-06 9:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-06 9:42 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-06 7:53 [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-java/ Justin Lecher
2014-09-16 17:01 Christoph Junghans
2014-01-06 18:33 Justin Lecher
2013-09-26 20:27 Reinis Danne
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=1609926148.5ec2ac38ac6baae1221f911f9e3513cb7fe51b08.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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