commit:     ba09e50a5a01acdb173693c5e316ddba4ad310cf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:49:18 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:49:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba09e50a

Drop obsolete  Sources unavailable

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/bist/ChangeLog                      | 34 ----------
 sci-chemistry/bist/bist-0.5.1-r1.ebuild           | 30 ---------
 sci-chemistry/bist/files/bist-0.5.1-bracket.patch | 11 ----
 sci-chemistry/bist/files/bist-0.5.1-install.patch | 80 -----------------------
 sci-chemistry/bist/metadata.xml                   | 15 -----
 5 files changed, 170 deletions(-)

diff --git a/sci-chemistry/bist/ChangeLog b/sci-chemistry/bist/ChangeLog
deleted file mode 100644
index c83daa9..0000000
--- a/sci-chemistry/bist/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for sci-chemistry/bist
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-  06 Jan 2014; Justin Lecher <[email protected]> bist-0.5.1-r1.ebuild,
-  metadata.xml:
-  Punt base.eclass
-
-  22 Aug 2010; Andreas K. Huettel (dilfridge) <[email protected]>
-  Moved from sunrise to sci overlay.
-
-  25 Sep 2009; Andreas K. Huettel (dilfridge) <[email protected]>
-  +bist-0.5.1-r1.ebuild, +files/bist-0.5.1-bracket.patch,
-  -files/wrap_bracket_dialog-amd64.patch, -bist-0.5.1.ebuild,
-  +files/bist-0.5.1-install.patch:
-  Fixed installation of plugins, help files, molecule library,
-  internationalization, man page, desktop file, and icon.
-
-  21 Sep 2009; Andreas K. Huettel (dilfridge) <[email protected]>
-  -bist-0.4.7.ebuild, +bist-0.5.1.ebuild:
-  Version bump and upgrade of the ebuild to EAPI=2
-
-  20 Sep 2009; Thomas Sachau (Tommy[D]) <[email protected]>
-  bist-0.4.7.ebuild:
-  Drop dependency on gcc
-
-  06 Oct 2008; Tomáš Chvátal <[email protected]> bist-0.4.7.ebuild:
-  Fix Depend/Rdepend issue about gcc
-
-  30 Sep 2008; Giuseppe Marco Randazzo <[email protected]>
-  +files/wrap_bracket_dialog-amd64.patch, +bist-0.4.7.ebuild, +metadata.xml:
-  New Ebuild sci-chemistry/bist for bug 239172 thanks to Giuseppe Marco
-  Randazzo aka zeld
-

diff --git a/sci-chemistry/bist/bist-0.5.1-r1.ebuild 
b/sci-chemistry/bist/bist-0.5.1-r1.ebuild
deleted file mode 100644
index cb326af..0000000
--- a/sci-chemistry/bist/bist-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Chemical drawing tool"
-HOMEPAGE="http://www.autistici.org/interzona/index.php?mod=03_Bist/";
-SRC_URI="http://www.autistici.org/interzona/ftrack.php?url=sections/06_Download/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       media-libs/plotutils
-       net-misc/curl
-       dev-libs/expat
-       sci-chemistry/openbabel
-       sci-libs/gsl
-       x11-libs/fltk:1"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       use amd64 && epatch "${FILESDIR}/${P}-bracket.patch"
-       epatch "${FILESDIR}/${P}-install.patch"
-}

diff --git a/sci-chemistry/bist/files/bist-0.5.1-bracket.patch 
b/sci-chemistry/bist/files/bist-0.5.1-bracket.patch
deleted file mode 100644
index 86a587e..0000000
--- a/sci-chemistry/bist/files/bist-0.5.1-bracket.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pluginclude/wrap_bracket_dialog.hpp.orig   2008-09-30 10:45:56.000000000 
+0200
-+++ pluginclude/wrap_bracket_dialog.hpp        2008-09-30 10:46:07.000000000 
+0200
-@@ -10,7 +10,7 @@
- #if SIZEOF_INT_P == 8
- #define WRAP_BRACKET_SIZE_USER_DATA_MENU long int
- #else
--#define WRAP_BRACKET_SIZE_USER_DATA_MENU unsigned int
-+#define WRAP_BRACKET_SIZE_USER_DATA_MENU unsigned long
- #endif
- 
- 

diff --git a/sci-chemistry/bist/files/bist-0.5.1-install.patch 
b/sci-chemistry/bist/files/bist-0.5.1-install.patch
deleted file mode 100644
index b349b0d..0000000
--- a/sci-chemistry/bist/files/bist-0.5.1-install.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -r -u bist-0.5.1.orig/Makefile.in bist-0.5.1/Makefile.in
---- bist-0.5.1.orig/Makefile.in        2009-04-04 12:04:44.000000000 +0200
-+++ bist-0.5.1/Makefile.in     2009-09-23 23:59:37.000000000 +0200
-@@ -16,12 +16,7 @@
- 
- SRC_DIR =./src/
- INC_DIR=./include/
--LIB_DIR=@LIB_DIR_CONFIG_PATH@
--LIB_DIR_DEBIAN=@LIB_DIR_CONFIG@
--
--ifneq ($(strip ${exec_prefix}),)
--LIB_DIR=${LIB_DIR_DEBIAN}
--endif
-+LIB_DIR=@libdir@
- 
- 
- 
-@@ -186,33 +181,29 @@
-       rm -f *.o
-       rm -f plugin/*.so
- install:
--      install -D -o root -g root -m 0755 -s $(ELF) $(prefix)/bin/$(ELF)
--      install -D -o root -g root -m 0644  bist.png 
$(prefix)/share/pixmap/bist.png
--      install -D -o root -g root -m 0644  bist.desktop 
$(prefix)/share/applications/bist.desktop
-+      install -D -o root -g root -m 0755 -s $(ELF) 
$(DESTDIR)/$(prefix)/bin/$(ELF)
-+      install -D -o root -g root -m 0644  bist.png 
$(DESTDIR)/$(prefix)/share/pixmaps/bist.png
-+      install -D -o root -g root -m 0644  bist.desktop 
$(DESTDIR)/$(prefix)/share/applications/bist.desktop
-       find rings -type d -exec install -D -o root \
--       -g root -m 0755 -d $(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
-+       -g root -m 0755 -d $(DESTDIR)/$(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
-       find rings ! -type d -exec install -D -o root -g root \
--      -m 0644 \{\} $(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
--      install -D -o root -g root -m 0755 -d   
$(prefix)/share/doc/$(ELF)-$(VERSION)
--      install -D -o root -g root -m 0644 doc/*.*  
$(prefix)/share/doc/$(ELF)-$(VERSION)/
--      install -D -o root -g root -m 0644 TODO  
$(prefix)/share/doc/$(ELF)-$(VERSION)/
--      install -D -o root -g root -m 0644 BUGS  
$(prefix)/share/doc/$(ELF)-$(VERSION)/
--      install -D -o root -g root -m 0644 README  
$(prefix)/share/doc/$(ELF)-$(VERSION)/
--      ./mkinstalldirs $(LIB_DIR)/$(ELF)-$(VERSION)/plugin
--      install -D -o root -g root -m 0644 plugin/*.so 
$(LIB_DIR)/$(ELF)-$(VERSION)/plugin/
--      ./mkinstalldirs $(prefix)/share/locale/$(ELF)-$(VERSION)
--      cp -R po/* $(prefix)/share/locale/$(ELF)-$(VERSION)/
--      ./mkinstalldirs $(prefix)/share/man/man1/
-+      -m 0644 \{\} $(DESTDIR)/$(prefix)/share/$(ELF)-$(VERSION)/\{\} \;
-+      install -D -o root -g root -m 0755 -d   
$(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)
-+      install -D -o root -g root -m 0644 doc/*.*  
$(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
-+      install -D -o root -g root -m 0644 TODO  
$(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
-+      install -D -o root -g root -m 0644 BUGS  
$(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
-+      install -D -o root -g root -m 0644 README  
$(DESTDIR)/$(prefix)/share/doc/$(ELF)-$(VERSION)/
-+      ./mkinstalldirs $(DESTDIR)/$(LIB_DIR)/$(ELF)-$(VERSION)/plugin
-+      install -D -o root -g root -m 0644 plugin/*.so 
$(DESTDIR)/$(LIB_DIR)/$(ELF)-$(VERSION)/plugin/
-+      ./mkinstalldirs $(DESTDIR)/$(prefix)/share/locale
-+      find po -name "*.po" -exec rm -v \{\} \;
-+      rm -v po/LINGUAS po/bist.pot
-+      cp -R po/* $(DESTDIR)/$(prefix)/share/locale/
-+      ./mkinstalldirs $(DESTDIR)/$(prefix)/share/man/man1/
-       gzip -c --best ./doc/man/$(ELF).1 > ./doc/man/$(ELF).1.gz
--      install -D -o root -g root -m 0644 ./doc/man/$(ELF).1.gz 
$(prefix)/share/man/man1/
-+      install -D -o root -g root -m 0644 ./doc/man/$(ELF).1.gz 
$(DESTDIR)/$(prefix)/share/man/man1/
-       rm -f ./doc/man/$(ELF).1.gz
- 
--uninstall:
--      rm -Rf $(prefix)/bin/$(ELF)-$(VERSION)
--      rm -Rf $(prefix)/share/$(ELF)-$(VERSION)
--      rm -Rf $(prefix)/share/doc/$(ELF)-$(VERSION)
--      rm -Rf $(LIB_DIR)/$(ELF)-$(VERSION)/
--      rm -f $(prefix)/share/man/man1/$(ELF).1.gz
- dist: distclean
-       ./rmcvs.py
-       cd .. ; tar -c $(ELF) | gzip --best >  $(TARNAME)-$(VERSION).tar.gz
-diff -r -u bist-0.5.1.orig/include/config_path.h.in 
bist-0.5.1/include/config_path.h.in
---- bist-0.5.1.orig/include/config_path.h.in   2009-04-04 12:04:42.000000000 
+0200
-+++ bist-0.5.1/include/config_path.h.in        2009-09-23 23:29:35.000000000 
+0200
-@@ -12,6 +12,6 @@
- #define VERSION             "@VERSION@"
- 
- #define PLUGIN_PATH_HOME    "/.bist/plugin/"
--#define PLUGIN_PATH_SHARED  "@LIB_DIR_CONFIG_PATH@/@ELF@-@VERSION@/plugin/"
-+#define PLUGIN_PATH_SHARED  "@libdir@/@ELF@-@VERSION@/plugin/"
- 
- #define ELF_ABS_PATH          "@prefix@/bin/@ELF@"

diff --git a/sci-chemistry/bist/metadata.xml b/sci-chemistry/bist/metadata.xml
deleted file mode 100644
index 8b0b38a..0000000
--- a/sci-chemistry/bist/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>sci-chemistry</herd>
-  <maintainer>
-    <email>[email protected]</email>
-  </maintainer>
-  <longdescription>
-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.
-Bist support many of the formalism used to describe molecoles structures like 
single bond, double bond, stereospecific bond, charges, resonance arrows, lone 
pairs etc...
-It can export both postscript and png formats.
-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.
-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
-</longdescription>
-</pkgmetadata>

Reply via email to