public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/chemical-mime-data: chemical-mime-data-0.1.94-r2.ebuild ChangeLog metadata.xml
@ 2013-06-20 19:04 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-06-20 19:04 UTC (permalink / raw
  To: gentoo-commits

jlec        13/06/20 19:04:08

  Modified:             ChangeLog metadata.xml
  Added:                chemical-mime-data-0.1.94-r2.ebuild
  Log:
  sci-chemistry/chemical-mime-data: Fix for sandbox violation, #464782; Add missing deps; Bump to EAPI=5 and autotools-utils eclass; fix compatibility to pigz[symlink]; call fdo-mime function in pkg_postrm
  
  (Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.8                  sci-chemistry/chemical-mime-data/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Jun 2013 03:58:07 -0000	1.7
+++ ChangeLog	20 Jun 2013 19:04:07 -0000	1.8
@@ -1,6 +1,17 @@
 # ChangeLog for sci-chemistry/chemical-mime-data
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v 1.7 2013/06/19 03:58:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v 1.8 2013/06/20 19:04:07 jlec Exp $
+
+*chemical-mime-data-0.1.94-r2 (20 Jun 2013)
+
+  20 Jun 2013; Justin Lecher <jlec@gentoo.org>
+  +chemical-mime-data-0.1.94-r2.ebuild,
+  +files/chemical-mime-data-0.1.94-namespace-svg.patch,
+  +files/chemical-mime-data-0.1.94-pigz.patch,
+  +files/chemical-mime-data-0.1.94-turbomole.patch, metadata.xml:
+  Fix for sandbox violation, #464782; Add missing deps; Bump to EAPI=5 and
+  autotools-utils eclass; fix compatibility to pigz[symlink]; call fdo-mime
+  function in pkg_postrm
 
   19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
   Changed herd to sci-chemistry



1.3                  sci-chemistry/chemical-mime-data/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	19 Jun 2013 03:58:07 -0000	1.2
+++ metadata.xml	20 Jun 2013 19:04:07 -0000	1.3
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
-<email>je_fro@gentoo.org</email>
-<name>Jeff Gardner</name>
-</maintainer>
-<longdescription lang="en">
+  <herd>sci-chemistry</herd>
+  <maintainer>
+    <email>je_fro@gentoo.org</email>
+    <name>Jeff Gardner</name>
+  </maintainer>
+  <longdescription lang="en">
 A collection of data files to add support for chemical MIME types.
 </longdescription>
 </pkgmetadata>
-



1.1                  sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild?rev=1.1&content-type=text/plain

Index: chemical-mime-data-0.1.94-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild,v 1.1 2013/06/20 19:04:07 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils fdo-mime

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]
	media-gfx/inkscape
	virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}"/${P}-turbomole.patch
	"${FILESDIR}"/${P}-pigz.patch
	"${FILESDIR}"/${P}-namespace-svg.patch
	)

src_prepare() {
	# needed for convert/inkscape #464782
	export XDG_CONFIG_HOME=$HOME/.config
	autotools-utils_src_prepare
}

src_configure() {
	local myeconfargs=(
		--disable-update-database
		--htmldir=/usr/share/doc/${PF}/html
		)
	autotools-utils_src_configure
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	ewarn "You can ignore any 'Unknown media type in type' warnings."
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	ewarn "You can ignore any 'Unknown media type in type' warnings."
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-20 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 19:04 [gentoo-commits] gentoo-x86 commit in sci-chemistry/chemical-mime-data: chemical-mime-data-0.1.94-r2.ebuild ChangeLog metadata.xml Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox