* [gentoo-commits] proj/sci:master commit in: sci-chemistry/stdinchi/files/, sci-chemistry/stdinchi/
@ 2011-03-26 16:03 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2011-03-26 16:03 UTC (permalink / raw
To: gentoo-commits
commit: f4342d3e997a3155d4f2c8b132057026c4afa17f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 14:00:18 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 14:00:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4342d3e
sci-chemistry/stdinchi removed. Duplication
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
sci-chemistry/stdinchi/ChangeLog | 14 ------
.../stdinchi/files/stdinchi-1.02-makefile.patch | 20 ---------
sci-chemistry/stdinchi/metadata.xml | 8 ----
sci-chemistry/stdinchi/stdinchi-1.02.ebuild | 45 --------------------
4 files changed, 0 insertions(+), 87 deletions(-)
diff --git a/sci-chemistry/stdinchi/ChangeLog b/sci-chemistry/stdinchi/ChangeLog
deleted file mode 100644
index 89e98cb..0000000
--- a/sci-chemistry/stdinchi/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for sci-chemistry/stdinchi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 22 Feb 2009; Reinis Danne <rei4dan@gmail.com>
- +files/stdinchi-1.02-makefile.patch, stdinchi-1.02.ebuild:
- Add doc use, fix prestriped files and make honor CFLAGS
-
-*stdinchi-1.02 (21 Feb 2009)
-
- 21 Feb 2009; Reinis Danne <rei4dan@gmail.com> +metadata.xml,
- +stdinchi-1.02.ebuild:
- New package sci-chemistry/stdinchi
-
diff --git a/sci-chemistry/stdinchi/files/stdinchi-1.02-makefile.patch b/sci-chemistry/stdinchi/files/stdinchi-1.02-makefile.patch
deleted file mode 100644
index fe05361..0000000
--- a/sci-chemistry/stdinchi/files/stdinchi-1.02-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makefile.orig 2009-02-22 02:56:49.000000000 +0200
-+++ makefile 2009-02-22 03:07:49.000000000 +0200
-@@ -21,7 +21,7 @@
-
- # === Linker to create Main program =====
- ifndef LINKER
-- LINKER = gcc -s
-+ LINKER = gcc
- endif
-
- # === C Compiler ===============
-@@ -31,7 +31,7 @@
-
- # === C Compiler Options =======
- ifndef C_OPTIONS
-- C_OPTIONS = $(P_INCL) -ansi -O3 -c
-+ C_OPTIONS = $(P_INCL) -ansi ${CFLAGS} -c
- # C_OPTIONS = $(P_INCL) -ansi -O1 -fsigned-char -ffunction-sections -fexpensive-optimizations -fstack-check -fexceptions -Wall -pedantic -Wbad-function-cast -Wreturn-type -Wformat -Wuninitialized -Wcast-align -Wshadow -Wunused -Wunused-value -Wunused-variable -Wunused-function -Wunused-parameter -Wunused-label -Wcomment -Wcast-qual -Wconversion -Wimplicit-function-dec -Wimplicit-int -Wmissing-braces -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wsign-compare -Wfloat-equal -Wstrict-prototypes -Wwrite-strings -Wundef -Waggregate-return -Wchar-subscripts -Wformat-nonliteral -Wnested-externs -Wsequence-point -Wpointer-arith -m32 -mfancy-math-387 -mieee-fp -mno-soft-float -c
- endif
-
diff --git a/sci-chemistry/stdinchi/metadata.xml b/sci-chemistry/stdinchi/metadata.xml
deleted file mode 100644
index 79d9a8a..0000000
--- a/sci-chemistry/stdinchi/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 v1.02 implementing IUPAC Standard InChI/InChIKey version 1.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-chemistry/stdinchi/stdinchi-1.02.ebuild b/sci-chemistry/stdinchi/stdinchi-1.02.ebuild
deleted file mode 100644
index 3cb9693..0000000
--- a/sci-chemistry/stdinchi/stdinchi-1.02.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="A program for generating standard InChI and InChIKeys"
-HOMEPAGE="http://www.iupac.org/inchi/"
-SRC_URI="http://www.iupac.org/inchi/download/STDINCHI-1-API.zip
- doc? ( http://www.iupac.org/inchi/download/STDINCHI-1-DOC.zip )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- S="${WORKDIR}/STDINCHI-1-API/STDINCHI/gcc_makefile"
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-makefile.patch" || die "Failed to apply ${P}-makefile.patch"
-}
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- dobin stdinchi-1
- cd ../..
- dodoc readme.txt readme2.txt
- if use doc ; then
- cd "${WORKDIR}/STDINCHI-1-DOC/"
- docinto doc
- dodoc *.pdf readme.txt
- docinto doc/DOC-101
- dodoc DOC-101/*.pdf DOC-101/readme.txt
- docinto doc/DOC-102B
- dodoc DOC-102B/*.pdf DOC-102B/readme.txt
- fi
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-26 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 16:03 [gentoo-commits] proj/sci:master commit in: sci-chemistry/stdinchi/files/, sci-chemistry/stdinchi/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox