commit:     4e781fbeb750f7d8ad70319f0f5386708aacbdb3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 15:48:17 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 20:16:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e781fbe

sci-chemistry/chemical-mime-data: Add missing png&svg support for imagemagick 
during build

* Bump to EAPI=6
* Use xdg.eclass instead of fdo-mime.eclass
* Optional usage of gnome-base/librsvg instead of media-gfx/imagemagick

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575904

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../chemical-mime-data-0.1.94-r3.ebuild            | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git 
a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild 
b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild
new file mode 100644
index 0000000..c486f68
--- /dev/null
+++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools xdg
+
+DESCRIPTION="A collection of data files to add support for chemical MIME types"
+HOMEPAGE="http://chemical-mime.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       gnome-base/gnome-mime-data
+       x11-misc/shared-mime-info"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       dev-util/desktop-file-utils
+       dev-libs/libxslt
+       || (
+               media-gfx/imagemagick[xml,png,svg]
+               gnome-base/librsvg
+       )
+       media-gfx/inkscape
+       virtual/pkgconfig"
+
+PATCHES=(
+       "${FILESDIR}"/${P}-turbomole.patch
+       "${FILESDIR}"/${P}-pigz.patch
+       "${FILESDIR}"/${P}-namespace-svg.patch
+       )
+
+src_prepare() {
+       xdg_src_prepare
+       eautoreconf
+}
+
+src_configure() {
+       local myeconfargs=(
+               --disable-update-database
+               --htmldir=/usr/share/doc/${PF}/html
+               )
+       econf ${myeconfargs[@]}
+}

Reply via email to