public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-ruby/
Date: Mon,  3 Feb 2020 04:02:50 +0000 (UTC)	[thread overview]
Message-ID: <1580702555.da731f1940288b009bf57a13ad7bbb132ea2ed8e.heroxbd@gentoo> (raw)

commit:     da731f1940288b009bf57a13ad7bbb132ea2ed8e
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 03:50:42 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 04:02:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=da731f19

sci-chemistry/openbabel-ruby: remove from tree.

  The ebuild is under maintained and without any normal ebuild
  verions.  The ruby targets are not updated since ruby21.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-chemistry/openbabel-ruby/metadata.xml          | 18 -----
 .../openbabel-ruby/openbabel-ruby-9999.ebuild      | 81 ----------------------
 2 files changed, 99 deletions(-)

diff --git a/sci-chemistry/openbabel-ruby/metadata.xml b/sci-chemistry/openbabel-ruby/metadata.xml
deleted file mode 100644
index cc3c28852..000000000
--- a/sci-chemistry/openbabel-ruby/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 Ruby programs.
-</longdescription>
-	<upstream>
-		<remote-id type="sourceforge">openbabel</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild
deleted file mode 100644
index fb014277b..000000000
--- a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-inherit cmake-utils eutils ruby-ng git-r3
-
-DESCRIPTION="Ruby 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=""
-
-DEPEND="${DEPEND}
-	~sci-chemistry/openbabel-${PV}
-	>=dev-lang/swig-1.3.29"
-RDEPEND="${RDEPEND}
-	~sci-chemistry/openbabel-${PV}"
-
-CMAKE_IN_SOURCE_BUILD=1
-
-EGIT_CHECKOUT_DIR="${WORKDIR}/all"
-
-src_unpack() {
-	all_ruby_unpack() {
-		git-r3_src_unpack
-	}
-
-	ruby-ng_src_unpack
-}
-
-all_ruby_prepare() {
-	swig -ruby -c++ -small -O -templatereduce -naturalvar -autorename \
-		-I"${EPREFIX}/usr/include/openbabel-2.0" \
-		-o scripts/ruby/openbabel-ruby.cpp \
-		-outdir scripts/ruby \
-		scripts/openbabel-ruby.i \
-		|| die "Generation of openbabel-ruby.cpp failed"
-	sed 's/void Init_OpenBabel/void Init_openbabel/' -i scripts/ruby/openbabel-ruby.cpp || die
-}
-
-each_ruby_configure() {
-	CMAKE_USE_DIR="${WORKDIR}/${environment}"
-	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="${ED}"/$(ruby_rbconfig_value sitearchdir)
-		-DRUBY_BINDINGS=ON
-		-DRUBY_EXECUTABLE="${RUBY}"
-		-DRUBY_INCLUDE_DIR=$(ruby_get_hdrdir) -I$(ruby_get_hdrdir)/$(ruby_rbconfig_value sitearch)
-		-DRUBY_LIBRARY=$(ruby_get_libruby)
-	)
-
-	cmake-utils_src_configure
-}
-
-each_ruby_compile() {
-	CMAKE_USE_DIR="${WORKDIR}/${environment}"
-	cmake-utils_src_make bindings_ruby
-}
-
-each_ruby_test() {
-	for i in scripts/ruby/examples/*; do
-		einfo "Running test: ${WORKDIR}/${environment}/${i}"
-		${RUBY} -I"${WORKDIR}/${environment}/$(get_libdir)" "${i}" || die
-	done
-}
-
-each_ruby_install() {
-	CMAKE_USE_DIR="${WORKDIR}/${environment}"
-	cmake -DCOMPONENT=bindings_ruby -P cmake_install.cmake
-}


             reply	other threads:[~2020-02-03  4:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03  4:02 Benda XU [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-ruby/ Justin Lecher
2015-12-25 21:50 Marius Brehler
2014-09-16 17:01 Christoph Junghans
2014-02-14 18:19 Reinis Danne
2014-02-14 18:19 Reinis Danne
2014-01-06 18:48 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=1580702555.da731f1940288b009bf57a13ad7bbb132ea2ed8e.heroxbd@gentoo \
    --to=heroxbd@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