public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/inchi/, sci-libs/inchi/files/
Date: Sun,  4 Mar 2012 13:25:52 +0000 (UTC)	[thread overview]
Message-ID: <1330867310.80e441c52a0abe7778fe08e29c068686b5016e3f.jlec@gentoo> (raw)

commit:     80e441c52a0abe7778fe08e29c068686b5016e3f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 13:21:50 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 13:21:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=80e441c5

moved to tree

---
 sci-libs/inchi/ChangeLog                     |   12 -----
 sci-libs/inchi/files/inchi-1.03-shared.patch |   20 --------
 sci-libs/inchi/inchi-1.04.ebuild             |   61 --------------------------
 sci-libs/inchi/metadata.xml                  |    8 ---
 4 files changed, 0 insertions(+), 101 deletions(-)

diff --git a/sci-libs/inchi/ChangeLog b/sci-libs/inchi/ChangeLog
deleted file mode 100644
index ef4bcb7..0000000
--- a/sci-libs/inchi/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for sci-libs/inchi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*inchi-1.04 (03 Mar 2012)
-
-  03 Mar 2012; Reinis Danne <rei4dan@gmail.com> +files/inchi-1.03-shared.patch,
-  +inchi-1.04.ebuild:
-  Version bump to 1.04. The license of the package has changed to
-  "IUPAC/InChI-Trust InChI Licence No. 1.0", but according to its terms the
-  sources can be distributed also under GPLv2 or later.
-

diff --git a/sci-libs/inchi/files/inchi-1.03-shared.patch b/sci-libs/inchi/files/inchi-1.03-shared.patch
deleted file mode 100644
index 6f4619d..0000000
--- a/sci-libs/inchi/files/inchi-1.03-shared.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- INCHI_API/gcc_so_makefile/makefile |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/INCHI_API/gcc_so_makefile/makefile b/INCHI_API/gcc_so_makefile/makefile
-index dd8e53c..cd617ad 100644
---- a/INCHI_API/gcc_so_makefile/makefile
-+++ b/INCHI_API/gcc_so_makefile/makefile
-@@ -213,9 +213,11 @@ $(INCHI_LIB_PATHNAME).so$(VERSION): $(INCHI_LIB_OBJS)
- 	$(SHARED_LINK) $(SHARED_LINK_PARM) -o \
-   $(INCHI_LIB_PATHNAME).so$(VERSION) \
-   $(INCHI_LIB_OBJS) \
--  -Wl$(LINUX_MAP)$(LINUX_Z_RELRO),-soname,$(INCHI_LIB_NAME).so$(MAIN_VERSION)
-+  -Wl$(LINUX_MAP)$(LINUX_Z_RELRO),-soname,$(INCHI_LIB_NAME).so$(MAIN_VERSION) -lm
- 	ln -fs $(INCHI_LIB_NAME).so$(VERSION) \
-   $(INCHI_LIB_PATHNAME).so$(MAIN_VERSION)
-+	ln -fs $(INCHI_LIB_NAME).so$(VERSION) \
-+  $(INCHI_LIB_PATHNAME).so
- 
- endif
- 

diff --git a/sci-libs/inchi/inchi-1.04.ebuild b/sci-libs/inchi/inchi-1.04.ebuild
deleted file mode 100644
index c7eb4ac..0000000
--- a/sci-libs/inchi/inchi-1.04.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.03.ebuild,v 1.1 2011/03/26 15:18:23 jlec Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A program and library for generating standard and non-standard InChI and InChIKeys"
-HOMEPAGE="http://www.iupac.org/inchi/"
-SRC_URI="
-	http://www.inchi-trust.org/sites/default/files/inchi-${PV}/INCHI-1-API.ZIP
-	doc? ( http://www.inchi-trust.org/sites/default/files/inchi-${PV}/INCHI-1-DOC.ZIP )"
-
-LICENSE="IUPAC+InChI-Trust_InChI_Licence-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"/INCHI-1-API
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.03-shared.patch
-}
-
-src_compile() {
-	for dir in  INCHI/gcc/inchi-1 INCHI_API/gcc_so_makefile; do
-	pushd ${dir} > /dev/null
-		emake \
-			C_COMPILER=$(tc-getCC) \
-			CPP_COMPILER=$(tc-getCXX) \
-			LINKER="$(tc-getCXX) ${LDFLAGS}" \
-			SHARED_LINK="$(tc-getCC) ${LDFLAGS} -shared" \
-			C_COMPILER_OPTIONS="\${P_INCL} -ansi -DCOMPILE_ANSI_ONLY ${CFLAGS} -c " \
-			CPP_COMPILER_OPTIONS="\${P_INCL} -D_LIB -ansi ${CXXFLAGS} -frtti -c " \
-			C_OPTIONS="${CFLAGS} -fPIC -c " \
-			LINKER_OPTIONS="${LDFLAGS}" \
-			CREATE_MAIN= \
-			ISLINUX=1
-		popd
-	done
-}
-
-src_install() {
-	dodoc readme*.txt
-	if use doc ; then
-		cd "${WORKDIR}/INCHI-1-DOC/"
-		docinto doc
-		dodoc *.pdf readme.txt
-	fi
-	cd "${S}/INCHI/gcc/inchi-1"
-	dobin inchi-1
-	cd "${S}/INCHI_API/gcc_so_makefile/result"
-	rm *gz
-	dolib.so lib*
-	insinto /usr/include
-	doins ../../inchi_main/inchi_api.h
-}

diff --git a/sci-libs/inchi/metadata.xml b/sci-libs/inchi/metadata.xml
deleted file mode 100644
index cc20730..0000000
--- a/sci-libs/inchi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci-chemistry</herd>
-  <longdescription>
-    Program and library implementing IUPAC (Standard) InChI/InChIKey version 1.
-  </longdescription>
-</pkgmetadata>



             reply	other threads:[~2012-03-04 13:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-04 13:25 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-24 14:51 [gentoo-commits] proj/sci:master commit in: sci-libs/inchi/, sci-libs/inchi/files/ Justin Lecher
2012-10-24 14:51 Justin Lecher
2012-10-19 18:00 Reinis Danne
2011-03-26 16:03 Justin Lecher
2011-03-25 16:38 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=1330867310.80e441c52a0abe7778fe08e29c068686b5016e3f.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