Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/files/
Date: Thu, 25 Jun 2020 07:31:07
Message-Id: 1593070245.ff704f75d2e31ab4a5ad45ce06c6a84d87436b41.conikost@gentoo
1 commit: ff704f75d2e31ab4a5ad45ce06c6a84d87436b41
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 20 15:37:15 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 07:30:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff704f75
7
8 sci-chemistry/chemical-mime-data: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/16344
11 Package-Manager: Portage-2.3.101, Repoman-2.3.22
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../chemical-mime-data-0.1.94-rsvg-convert.patch | 30 ----------------------
16 1 file changed, 30 deletions(-)
17
18 diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch
19 deleted file mode 100644
20 index 8a92e19e157..00000000000
21 --- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch
22 +++ /dev/null
23 @@ -1,30 +0,0 @@
24 - configure.ac | 2 +-
25 - icons/hicolor/Makefile.am | 2 +-
26 - 2 files changed, 2 insertions(+), 2 deletions(-)
27 -
28 -diff --git a/configure.ac b/configure.ac
29 -index 6f87a94..a503da4 100644
30 ---- a/configure.ac
31 -+++ b/configure.ac
32 -@@ -102,7 +102,7 @@ if test "x$enable_convert" != "xyes" -a "x$CONVERT" = "xno" ; then
33 - [RSVG],
34 - [The 'rsvg' binary with path. Use it to define or override the location of 'rsvg'.]
35 - )
36 -- AC_PATH_PROG([RSVG], [rsvg], [no])
37 -+ AC_PATH_PROG([RSVG], [rsvg-convert], [no])
38 - AC_SUBST([RSVG])
39 - fi
40 -
41 -diff --git a/icons/hicolor/Makefile.am b/icons/hicolor/Makefile.am
42 -index ba0847a..f2e0a84 100644
43 ---- a/icons/hicolor/Makefile.am
44 -+++ b/icons/hicolor/Makefile.am
45 -@@ -24,7 +24,7 @@ if BOOL_HICOLOR_THEME
46 - gzip -c $< > $@
47 - for size in $(icon_sizes) ; do \
48 - if test "x$(RSVG)" != "x" ; then \
49 -- $(RSVG) -w $${size} -h $${size} -f png $< $*_$${size}.png ; \
50 -+ $(RSVG) -w $${size} -h $${size} -f png $< --output $*_$${size}.png ; \
51 - else \
52 - $(CONVERT) $< -resize $${size}x$${size} $*_$${size}.png ; \
53 - fi \