From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S4BRq-0003lR-6l for garchives@archives.gentoo.org; Sun, 04 Mar 2012 13:26:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81FEDE077A; Sun, 4 Mar 2012 13:25:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 417DFE077A for ; Sun, 4 Mar 2012 13:25:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ECF91B400B for ; Sun, 4 Mar 2012 13:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3F3F9E5401 for ; Sun, 4 Mar 2012 13:25:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1330867310.80e441c52a0abe7778fe08e29c068686b5016e3f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/inchi/, sci-libs/inchi/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/inchi/ChangeLog sci-libs/inchi/files/inchi-1.03-shared.patch sci-libs/inchi/inchi-1.04.ebuild sci-libs/inchi/metadata.xml X-VCS-Directories: sci-libs/inchi/ sci-libs/inchi/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 80e441c52a0abe7778fe08e29c068686b5016e3f X-VCS-Branch: master Date: Sun, 4 Mar 2012 13:25:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 097b1b9f-52b9-40fd-8989-71b199ffe504 X-Archives-Hash: 83c5942021eab2b2c8791a7c146ba5c9 commit: 80e441c52a0abe7778fe08e29c068686b5016e3f Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 4 13:21:50 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 4 13:21:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D80e441c5 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 +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/inch= i/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_makef= ile/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_OBJ= S) - $(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_VE= RSION) -+ -Wl$(LINUX_MAP)$(LINUX_Z_RELRO),-soname,$(INCHI_LIB_NAME).so$(MAIN_VE= RSION) -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 -=20 - endif -=20 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=3D4 - -inherit eutils toolchain-funcs - -DESCRIPTION=3D"A program and library for generating standard and non-sta= ndard InChI and InChIKeys" -HOMEPAGE=3D"http://www.iupac.org/inchi/" -SRC_URI=3D" - 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=3D"IUPAC+InChI-Trust_InChI_Licence-1.0" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"doc" - -DEPEND=3D"app-arch/unzip" -RDEPEND=3D"" - -S=3D"${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=3D$(tc-getCC) \ - CPP_COMPILER=3D$(tc-getCXX) \ - LINKER=3D"$(tc-getCXX) ${LDFLAGS}" \ - SHARED_LINK=3D"$(tc-getCC) ${LDFLAGS} -shared" \ - C_COMPILER_OPTIONS=3D"\${P_INCL} -ansi -DCOMPILE_ANSI_ONLY ${CFLAGS} = -c " \ - CPP_COMPILER_OPTIONS=3D"\${P_INCL} -D_LIB -ansi ${CXXFLAGS} -frtti -c= " \ - C_OPTIONS=3D"${CFLAGS} -fPIC -c " \ - LINKER_OPTIONS=3D"${LDFLAGS}" \ - CREATE_MAIN=3D \ - ISLINUX=3D1 - 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 @@ - - - - sci-chemistry - - Program and library implementing IUPAC (Standard) InChI/InChIKey ver= sion 1. - -