Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/bist/, sci-chemistry/bist/files/
Date: Mon, 21 Sep 2015 14:05:21
Message-Id: 1442843358.ba09e50a5a01acdb173693c5e316ddba4ad310cf.jlec@gentoo
1 commit: ba09e50a5a01acdb173693c5e316ddba4ad310cf
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:49:18 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:49:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba09e50a
7
8 Drop obsolete Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-chemistry/bist/ChangeLog | 34 ----------
13 sci-chemistry/bist/bist-0.5.1-r1.ebuild | 30 ---------
14 sci-chemistry/bist/files/bist-0.5.1-bracket.patch | 11 ----
15 sci-chemistry/bist/files/bist-0.5.1-install.patch | 80 -----------------------
16 sci-chemistry/bist/metadata.xml | 15 -----
17 5 files changed, 170 deletions(-)
18
19 diff --git a/sci-chemistry/bist/ChangeLog b/sci-chemistry/bist/ChangeLog
20 deleted file mode 100644
21 index c83daa9..0000000
22 --- a/sci-chemistry/bist/ChangeLog
23 +++ /dev/null
24 @@ -1,34 +0,0 @@
25 -# ChangeLog for sci-chemistry/bist
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Id$
28 -
29 - 06 Jan 2014; Justin Lecher <jlec@g.o> bist-0.5.1-r1.ebuild,
30 - metadata.xml:
31 - Punt base.eclass
32 -
33 - 22 Aug 2010; Andreas K. Huettel (dilfridge) <mail@×××××××××.de>
34 - Moved from sunrise to sci overlay.
35 -
36 - 25 Sep 2009; Andreas K. Huettel (dilfridge) <mail@×××××××××.de>
37 - +bist-0.5.1-r1.ebuild, +files/bist-0.5.1-bracket.patch,
38 - -files/wrap_bracket_dialog-amd64.patch, -bist-0.5.1.ebuild,
39 - +files/bist-0.5.1-install.patch:
40 - Fixed installation of plugins, help files, molecule library,
41 - internationalization, man page, desktop file, and icon.
42 -
43 - 21 Sep 2009; Andreas K. Huettel (dilfridge) <mail@×××××××××.de>
44 - -bist-0.4.7.ebuild, +bist-0.5.1.ebuild:
45 - Version bump and upgrade of the ebuild to EAPI=2
46 -
47 - 20 Sep 2009; Thomas Sachau (Tommy[D]) <tommy@g.o>
48 - bist-0.4.7.ebuild:
49 - Drop dependency on gcc
50 -
51 - 06 Oct 2008; Tomáš Chvátal <tomas.chvatal@×××××.com> bist-0.4.7.ebuild:
52 - Fix Depend/Rdepend issue about gcc
53 -
54 - 30 Sep 2008; Giuseppe Marco Randazzo <gmrandazzo@×××××.com>
55 - +files/wrap_bracket_dialog-amd64.patch, +bist-0.4.7.ebuild, +metadata.xml:
56 - New Ebuild sci-chemistry/bist for bug 239172 thanks to Giuseppe Marco
57 - Randazzo aka zeld
58 -
59
60 diff --git a/sci-chemistry/bist/bist-0.5.1-r1.ebuild b/sci-chemistry/bist/bist-0.5.1-r1.ebuild
61 deleted file mode 100644
62 index cb326af..0000000
63 --- a/sci-chemistry/bist/bist-0.5.1-r1.ebuild
64 +++ /dev/null
65 @@ -1,30 +0,0 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -
72 -inherit eutils
73 -
74 -DESCRIPTION="Chemical drawing tool"
75 -HOMEPAGE="http://www.autistici.org/interzona/index.php?mod=03_Bist/"
76 -SRC_URI="http://www.autistici.org/interzona/ftrack.php?url=sections/06_Download/${P}.tar.gz"
77 -
78 -LICENSE="GPL-3"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE=""
82 -
83 -RDEPEND="
84 - media-libs/plotutils
85 - net-misc/curl
86 - dev-libs/expat
87 - sci-chemistry/openbabel
88 - sci-libs/gsl
89 - x11-libs/fltk:1"
90 -DEPEND="${RDEPEND}"
91 -
92 -src_prepare() {
93 - use amd64 && epatch "${FILESDIR}/${P}-bracket.patch"
94 - epatch "${FILESDIR}/${P}-install.patch"
95 -}
96
97 diff --git a/sci-chemistry/bist/files/bist-0.5.1-bracket.patch b/sci-chemistry/bist/files/bist-0.5.1-bracket.patch
98 deleted file mode 100644
99 index 86a587e..0000000
100 --- a/sci-chemistry/bist/files/bist-0.5.1-bracket.patch
101 +++ /dev/null
102 @@ -1,11 +0,0 @@
103 ---- pluginclude/wrap_bracket_dialog.hpp.orig 2008-09-30 10:45:56.000000000 +0200
104 -+++ pluginclude/wrap_bracket_dialog.hpp 2008-09-30 10:46:07.000000000 +0200
105 -@@ -10,7 +10,7 @@
106 - #if SIZEOF_INT_P == 8
107 - #define WRAP_BRACKET_SIZE_USER_DATA_MENU long int
108 - #else
109 --#define WRAP_BRACKET_SIZE_USER_DATA_MENU unsigned int
110 -+#define WRAP_BRACKET_SIZE_USER_DATA_MENU unsigned long
111 - #endif
112 -
113 -
114
115 diff --git a/sci-chemistry/bist/files/bist-0.5.1-install.patch b/sci-chemistry/bist/files/bist-0.5.1-install.patch
116 deleted file mode 100644
117 index b349b0d..0000000
118 --- a/sci-chemistry/bist/files/bist-0.5.1-install.patch
119 +++ /dev/null
120 @@ -1,80 +0,0 @@
121 -diff -r -u bist-0.5.1.orig/Makefile.in bist-0.5.1/Makefile.in
122 ---- bist-0.5.1.orig/Makefile.in 2009-04-04 12:04:44.000000000 +0200
123 -+++ bist-0.5.1/Makefile.in 2009-09-23 23:59:37.000000000 +0200
124 -@@ -16,12 +16,7 @@
125 -
126 - SRC_DIR =./src/
127 - INC_DIR=./include/
128 --LIB_DIR=@LIB_DIR_CONFIG_PATH@
129 --LIB_DIR_DEBIAN=@LIB_DIR_CONFIG@
130 --
131 --ifneq ($(strip ${exec_prefix}),)
132 --LIB_DIR=${LIB_DIR_DEBIAN}
133 --endif
134 -+LIB_DIR=@libdir@
135 -
136 -
137 -
138 -@@ -186,33 +181,29 @@
139 - rm -f *.o
140 - rm -f plugin/*.so
141 - install:
142 -- install -D -o root -g root -m 0755 -s $(ELF) $(prefix)/bin/$(ELF)
143 -- install -D -o root -g root -m 0644 bist.png $(prefix)/share/pixmap/bist.png
144 -- install -D -o root -g root -m 0644 bist.desktop $(prefix)/share/applications/bist.desktop
145 -+ install -D -o root -g root -m 0755 -s $(ELF) $(DESTDIR)/$(prefix)/bin/$(ELF)
146 -+ install -D -o root -g root -m 0644 bist.png $(DESTDIR)/$(prefix)/share/pixmaps/bist.png
147 -+ install -D -o root -g root -m 0644 bist.desktop $(DESTDIR)/$(prefix)/share/applications/bist.desktop
148 - find rings -type d -exec install -D -o root \
149 -- -g root -m 0755 -d $(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
150 -+ -g root -m 0755 -d $(DESTDIR)/$(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
151 - find rings ! -type d -exec install -D -o root -g root \
152 -- -m 0644 \{\} $(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
153 -- install -D -o root -g root -m 0755 -d $(prefix)/share/doc/$(ELF)-$(VERSION)
154 -- install -D -o root -g root -m 0644 doc/*.* $(prefix)/share/doc/$(ELF)-$(VERSION)/
155 -- install -D -o root -g root -m 0644 TODO $(prefix)/share/doc/$(ELF)-$(VERSION)/
156 -- install -D -o root -g root -m 0644 BUGS $(prefix)/share/doc/$(ELF)-$(VERSION)/
157 -- install -D -o root -g root -m 0644 README $(prefix)/share/doc/$(ELF)-$(VERSION)/
158 -- ./mkinstalldirs $(LIB_DIR)/$(ELF)-$(VERSION)/plugin
159 -- install -D -o root -g root -m 0644 plugin/*.so $(LIB_DIR)/$(ELF)-$(VERSION)/plugin/
160 -- ./mkinstalldirs $(prefix)/share/locale/$(ELF)-$(VERSION)
161 -- cp -R po/* $(prefix)/share/locale/$(ELF)-$(VERSION)/
162 -- ./mkinstalldirs $(prefix)/share/man/man1/
163 -+ -m 0644 \{\} $(DESTDIR)/$(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
164 -+ install -D -o root -g root -m 0755 -d $(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)
165 -+ install -D -o root -g root -m 0644 doc/*.* $(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
166 -+ install -D -o root -g root -m 0644 TODO $(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
167 -+ install -D -o root -g root -m 0644 BUGS $(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
168 -+ install -D -o root -g root -m 0644 README $(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
169 -+ ./mkinstalldirs $(DESTDIR)/$(LIB_DIR)/$(ELF)-$(VERSION)/plugin
170 -+ install -D -o root -g root -m 0644 plugin/*.so $(DESTDIR)/$(LIB_DIR)/$(ELF)-$(VERSION)/plugin/
171 -+ ./mkinstalldirs $(DESTDIR)/$(prefix)/share/locale
172 -+ find po -name "*.po" -exec rm -v \{\} \;
173 -+ rm -v po/LINGUAS po/bist.pot
174 -+ cp -R po/* $(DESTDIR)/$(prefix)/share/locale/
175 -+ ./mkinstalldirs $(DESTDIR)/$(prefix)/share/man/man1/
176 - gzip -c --best ./doc/man/$(ELF).1 > ./doc/man/$(ELF).1.gz
177 -- install -D -o root -g root -m 0644 ./doc/man/$(ELF).1.gz $(prefix)/share/man/man1/
178 -+ install -D -o root -g root -m 0644 ./doc/man/$(ELF).1.gz $(DESTDIR)/$(prefix)/share/man/man1/
179 - rm -f ./doc/man/$(ELF).1.gz
180 -
181 --uninstall:
182 -- rm -Rf $(prefix)/bin/$(ELF)-$(VERSION)
183 -- rm -Rf $(prefix)/share/$(ELF)-$(VERSION)
184 -- rm -Rf $(prefix)/share/doc/$(ELF)-$(VERSION)
185 -- rm -Rf $(LIB_DIR)/$(ELF)-$(VERSION)/
186 -- rm -f $(prefix)/share/man/man1/$(ELF).1.gz
187 - dist: distclean
188 - ./rmcvs.py
189 - cd .. ; tar -c $(ELF) | gzip --best > $(TARNAME)-$(VERSION).tar.gz
190 -diff -r -u bist-0.5.1.orig/include/config_path.h.in bist-0.5.1/include/config_path.h.in
191 ---- bist-0.5.1.orig/include/config_path.h.in 2009-04-04 12:04:42.000000000 +0200
192 -+++ bist-0.5.1/include/config_path.h.in 2009-09-23 23:29:35.000000000 +0200
193 -@@ -12,6 +12,6 @@
194 - #define VERSION "@VERSION@"
195 -
196 - #define PLUGIN_PATH_HOME "/.bist/plugin/"
197 --#define PLUGIN_PATH_SHARED "@LIB_DIR_CONFIG_PATH@/@ELF@-@VERSION@/plugin/"
198 -+#define PLUGIN_PATH_SHARED "@libdir@/@ELF@-@VERSION@/plugin/"
199 -
200 - #define ELF_ABS_PATH "@prefix@/bin/@ELF@"
201
202 diff --git a/sci-chemistry/bist/metadata.xml b/sci-chemistry/bist/metadata.xml
203 deleted file mode 100644
204 index 8b0b38a..0000000
205 --- a/sci-chemistry/bist/metadata.xml
206 +++ /dev/null
207 @@ -1,15 +0,0 @@
208 -<?xml version="1.0" encoding="UTF-8"?>
209 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
210 -<pkgmetadata>
211 - <herd>sci-chemistry</herd>
212 - <maintainer>
213 - <email>maintainer-wanted@g.o</email>
214 - </maintainer>
215 - <longdescription>
216 -Bist stands for bidimensional structures (in italian it sounds like "beast" in english ) and is a chemical drawing tool. It is focused on organic chemistry but it may be useful also for chemists or teacher as well.
217 -Bist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
218 -It can export both postscript and png formats.
219 -This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
220 -Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose. Bist is free software released under GNU GPL version 3
221 -</longdescription>
222 -</pkgmetadata>