From a48996048fe958c48773fa17f8befefc73bab9fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20H=C3=BCttel?= Date: Sun, 22 Aug 2010 21:13:25 +0000 Subject: [PATCH] [sci-chemistry/bist] Moved to sci overlay. svn path=/sunrise/; revision=11200 --- sci-chemistry/bist/ChangeLog | 27 ------- sci-chemistry/bist/Manifest | 6 -- sci-chemistry/bist/bist-0.5.1-r1.ebuild | 30 ------- .../bist/files/bist-0.5.1-bracket.patch | 11 --- .../bist/files/bist-0.5.1-install.patch | 80 ------------------- sci-chemistry/bist/metadata.xml | 13 --- 6 files changed, 167 deletions(-) delete mode 100644 sci-chemistry/bist/ChangeLog delete mode 100644 sci-chemistry/bist/Manifest delete mode 100644 sci-chemistry/bist/bist-0.5.1-r1.ebuild delete mode 100644 sci-chemistry/bist/files/bist-0.5.1-bracket.patch delete mode 100644 sci-chemistry/bist/files/bist-0.5.1-install.patch delete mode 100644 sci-chemistry/bist/metadata.xml diff --git a/sci-chemistry/bist/ChangeLog b/sci-chemistry/bist/ChangeLog deleted file mode 100644 index f58367672..000000000 --- a/sci-chemistry/bist/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for sci-chemistry/bist -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 25 Sep 2009; Andreas K. Huettel (dilfridge) - +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) - -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]) - bist-0.4.7.ebuild: - Drop dependency on gcc - - 06 Oct 2008; Tomáš Chvátal bist-0.4.7.ebuild: - Fix Depend/Rdepend issue about gcc - - 30 Sep 2008; Giuseppe Marco Randazzo - +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/Manifest b/sci-chemistry/bist/Manifest deleted file mode 100644 index a3b3b54f0..000000000 --- a/sci-chemistry/bist/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX bist-0.5.1-bracket.patch 379 RMD160 4d9d835a8c189862ec53f069862069a005b4c4ff SHA1 7c6ec5afb2bf2f1d6bc4ed931c5dbf03fe2abb98 SHA256 3fd94f204a237d3b00c2fd86b45259f65ac31606ebfe7ab076c3e24f8f855671 -AUX bist-0.5.1-install.patch 4074 RMD160 35136ca7aa40e34c543efae3def45ced6d9d2886 SHA1 fc69c1a111ca724409674a35b40d7bc342b99388 SHA256 b94add3bed813222d29f4156668668c3296f6d817eb8f097709fcabd37d5ae67 -DIST bist-0.5.1.tar.gz 766731 RMD160 a848cf778c9096239ca964dce352eeeab1ee4dc2 SHA1 22fd8186ef3a4fcc2776a3cf5b57ca78bfb4ab69 SHA256 78809230e2bcfffefaf8f95d85740d94cf2d10b4dd0d746f28cf1e82e4fc6cd5 -EBUILD bist-0.5.1-r1.ebuild 694 RMD160 a2b89ddcb1739df0f8ba9ecbfb437604f43fdb52 SHA1 dbfc9b9482d687ffbd7d86afc912f11585140621 SHA256 2d1a05d6bc8ad7e62b1e6cdde75d006cbc12d7aa2595c9ad4d3668833af6fd61 -MISC ChangeLog 1075 RMD160 8bbb9e40fda56a69355b2801ee81e15442aa54af SHA1 cc87f66660c678b9698161c870feaec4f7d57edf SHA256 e5c29dd85ddbc147b071ad95e13b6e5bcaf2c347e02935d9a9e1505303849fba -MISC metadata.xml 1225 RMD160 7314ec4b4d5966e7b9c1de6b3b0fc2aaff9ae872 SHA1 180a237b5ec556d71b6bced6df88d0dd4c850270 SHA256 3b2230c478b79e9825b226ed777ee6a126f38a793b32235a5b6da7f7a31504a9 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 2a31a618c..000000000 --- a/sci-chemistry/bist/bist-0.5.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils base - -DESCRIPTION="Bist, the 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="net-misc/curl - dev-libs/expat - >=x11-libs/fltk-1.1.7:1.1 - sci-libs/gsl - >=sci-chemistry/openbabel-2.2.0 - >=media-libs/plotutils-2.5" - -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 86a587e6a..000000000 --- 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 b349b0d5b..000000000 --- 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 cd1f5b45e..000000000 --- a/sci-chemistry/bist/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - -no-herd -maintainer-wanted@gentoo.org - -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 - - -- 2.43.2