summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-09-24 19:53:12 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-25 11:32:08 +0200
commitd391532aefd1d43a8a9cd1cd1d13abf32f117511 (patch)
tree372cf13d0ffee262439d00408ab2c473c151ee73 /sci-chemistry
parentsci-chemistry/GromacsWrapper: remove empty variables (diff)
downloadgentoo-d391532aefd1d43a8a9cd1cd1d13abf32f117511.tar.gz
gentoo-d391532aefd1d43a8a9cd1cd1d13abf32f117511.tar.bz2
gentoo-d391532aefd1d43a8a9cd1cd1d13abf32f117511.zip
sci-chemistry/chemical-mime-data: drop 0.1.94-r4 and it's patches
Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37842 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/chemical-mime-data/Manifest1
-rw-r--r--sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild52
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch20
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-namespace-svg.patch16
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-pigz.patch16
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert-r2.patch36
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-turbomole.patch57
7 files changed, 0 insertions, 198 deletions
diff --git a/sci-chemistry/chemical-mime-data/Manifest b/sci-chemistry/chemical-mime-data/Manifest
index c87c4dfa11bc..db84314bdfd1 100644
--- a/sci-chemistry/chemical-mime-data/Manifest
+++ b/sci-chemistry/chemical-mime-data/Manifest
@@ -1,2 +1 @@
-DIST chemical-mime-data-0.1.94.tar.bz2 146077 BLAKE2B 9996c240446dc9571b6b4afbcdc6cf16a08e11314da9f785490b1b20933b6d18a333132492e30315c08f4441c048ec593a111815253050cfb5ab562aadb784f1 SHA512 7f3d967149f27ab1de53c948dc055959e661e1be9d778e3d56d06bea95769da7770ab5fb66afab6607747ef91ffb1dbbcf921e5f06e3303351781968594b5f00
DIST chemical-mime-data-0.1.95_pre20171122.tar.gz 84515 BLAKE2B 42f76b44408c04e5a254c17502ea2c297727bb58fa3e86b8bca7f0c4c056ae7400b31f06b7d0c64b0712e97ab8a1f82549f44a3677720cd37a301ba99adb3d7a SHA512 a031e7a5bc31a74adcd8e5d827de71b6e0eafdceba16cf6f7407aa0266a9a082b0011963b315d2369f39abf45c4b41cedafccddbc2171673bf96ccbea51a4790
diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild
deleted file mode 100644
index e11f018ac371..000000000000
--- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools xdg
-
-DESCRIPTION="A collection of data files to add support for chemical MIME types"
-HOMEPAGE="https://github.com/dleidert/chemical-mime"
-SRC_URI="https://downloads.sourceforge.net/${PN/-data/}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE=""
-
-RDEPEND="
- x11-misc/shared-mime-info
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/intltool
- dev-util/desktop-file-utils
- dev-libs/libxslt
- || (
- gnome-base/librsvg
- media-gfx/imagemagick[xml,png,svg]
- )
- media-gfx/imagemagick[png]
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-turbomole.patch
- "${FILESDIR}"/${P}-pigz.patch
- "${FILESDIR}"/${P}-namespace-svg.patch
- "${FILESDIR}"/${P}-rsvg-convert-r2.patch
- # https://github.com/dleidert/chemical-mime/issues/1
- "${FILESDIR}"/${P}-drop-turbomole-vibrational.patch
-)
-
-src_prepare() {
- xdg_src_prepare
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-update-database \
- --without-gnome-mime \
- --without-pixmaps \
- --without-kde-mime
-}
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch
deleted file mode 100644
index 4c25b1a18343..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -up chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in
---- chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration 2020-01-29 17:32:45.000000000 +0100
-+++ chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in 2020-01-29 17:32:45.000000000 +0100
-@@ -1401,16 +1401,6 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-vibrational" support="yes">
-- <_comment>Turbomole Vibrational Data File</_comment>
-- <glob pattern="???"/>
-- <sub-class-of type="text/plain"/>
-- <icon kde="qc"/>
-- <supported-by>
-- <application name="viewmol"/>
-- </supported-by>
-- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
-- </mime-type>
-
- <mime-type type="chemical/x-vamas-iso14976" cm:support="no">
- <_comment>VAMAS document</_comment>
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-namespace-svg.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-namespace-svg.patch
deleted file mode 100644
index 9860261af403..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-namespace-svg.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- icons/hicolor/gnome-mime-chemical.svg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/icons/hicolor/gnome-mime-chemical.svg b/icons/hicolor/gnome-mime-chemical.svg
-index 1a8d428..804514c 100644
---- a/icons/hicolor/gnome-mime-chemical.svg
-+++ b/icons/hicolor/gnome-mime-chemical.svg
-@@ -5,7 +5,7 @@
- <!ENTITY ns_svg "http://www.w3.org/2000/svg">
- <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
- ]>
--<svg xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
-+<svg xmlns:svg="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- width="128" height="128" viewBox="0 0 128 128" overflow="visible" enable-background="new 0 0 128 128" xml:space="preserve">
- <g id="Layer_1">
- <g>
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-pigz.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-pigz.patch
deleted file mode 100644
index 8b5ccfbc3fd9..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-pigz.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 96e03ab..ba0847a 100644
---- a/icons/hicolor/Makefile.am
-+++ b/icons/hicolor/Makefile.am
-@@ -21,7 +21,7 @@ icon_sizes = 16 22 24 32 36 48 64 72 96 128 192
- if BOOL_HICOLOR_THEME
-
- .svg.svgz:
-- gzip $< -c > $@
-+ gzip -c $< > $@
- for size in $(icon_sizes) ; do \
- if test "x$(RSVG)" != "x" ; then \
- $(RSVG) -w $${size} -h $${size} -f png $< $*_$${size}.png ; \
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert-r2.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert-r2.patch
deleted file mode 100644
index 55039f8be07e..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert-r2.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- a/configure.ac.old 2020-03-20 23:32:05.866604992 +0100
-+++ b/configure.ac 2020-03-20 23:32:30.866022834 +0100
-@@ -97,14 +97,12 @@
- AC_PATH_PROG([CONVERT], [convert], [no])
- AC_SUBST([CONVERT])
-
--if test "x$enable_convert" != "xyes" -a "x$CONVERT" = "xno" ; then
-- AC_ARG_VAR(
-- [RSVG],
-- [The 'rsvg' binary with path. Use it to define or override the location of 'rsvg'.]
-- )
-- AC_PATH_PROG([RSVG], [rsvg], [no])
-- AC_SUBST([RSVG])
--fi
-+AC_ARG_VAR(
-+ [RSVG],
-+ [The 'rsvg' binary with path. Use it to define or override the location of 'rsvg'.]
-+)
-+AC_PATH_PROG([RSVG], [rsvg-convert], [no])
-+AC_SUBST([RSVG])
-
- if test "x$RSVG" = "xno" -a "x$CONVERT" = "xno" ; then
- AC_MSG_ERROR([Cannot find rsvg (librsvg binary) or convert (imagemagick). Please install one of them.])
---- a/icons/hicolor/Makefile.am.old 2020-03-20 23:32:54.292414381 +0100
-+++ b/icons/hicolor/Makefile.am 2020-03-20 23:33:40.052179227 +0100
-@@ -23,8 +23,8 @@
- .svg.svgz:
- gzip $< -c > $@
- for size in $(icon_sizes) ; do \
-- if test "x$(RSVG)" != "x" ; then \
-- $(RSVG) -w $${size} -h $${size} -f png $< $*_$${size}.png ; \
-+ if test "x$(RSVG)" != "xno" ; then \
-+ $(RSVG) -w $${size} -h $${size} -f png $< --output $*_$${size}.png ; \
- else \
- $(CONVERT) $< -resize $${size}x$${size} $*_$${size}.png ; \
- fi \
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-turbomole.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-turbomole.patch
deleted file mode 100644
index 852d6b0605be..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-turbomole.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -up chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in
---- chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole 2009-08-10 09:37:06.000000000 +0200
-+++ chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in 2009-08-10 09:40:57.000000000 +0200
-@@ -1290,7 +1290,7 @@
- <specification url="http://ca.expasy.org/sprot/userman.html"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-basis" support="no">
-+ <mime-type type="chemical/x-turbomole-basis" support="yes">
- <_comment>Turbomole Basis Set File</_comment>
- <glob pattern="basis"/>
- <sub-class-of type="text/plain"/>
-@@ -1304,7 +1304,7 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-control" support="no">
-+ <mime-type type="chemical/x-turbomole-control" support="yes">
- <_comment>Turbomole Control File</_comment>
- <glob pattern="control"/>
- <sub-class-of type="text/plain"/>
-@@ -1320,7 +1320,7 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/node230.html"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-coord" support="no">
-+ <mime-type type="chemical/x-turbomole-coord" support="yes">
- <_comment>Turbomole Coordinate File</_comment>
- <glob pattern="coord"/>
- <glob pattern="*.tmol"/>
-@@ -1335,7 +1335,7 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-grad" support="no">
-+ <mime-type type="chemical/x-turbomole-grad" support="yes">
- <_comment>Turbomole Gradient File</_comment>
- <glob pattern="gradient"/>
- <sub-class-of type="text/plain"/>
-@@ -1383,7 +1383,7 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-scfmo" support="no">
-+ <mime-type type="chemical/x-turbomole-scfmo" support="yes">
- <_comment>Turbomole SCF Molecular Orbital File</_comment>
- <acronym>MO</acronym>
- <expanded-acronym>Molecular Orbital</expanded-acronym>
-@@ -1401,7 +1401,7 @@
- <specification url="http://www.cosmologic.de/data/DOK_HTML/"/>
- </mime-type>
-
-- <mime-type type="chemical/x-turbomole-vibrational" support="no">
-+ <mime-type type="chemical/x-turbomole-vibrational" support="yes">
- <_comment>Turbomole Vibrational Data File</_comment>
- <glob pattern="???"/>
- <sub-class-of type="text/plain"/>