diff options
author | 2006-07-08 12:37:23 +0000 | |
---|---|---|
committer | 2006-07-08 12:37:23 +0000 | |
commit | fd104f9f115bd92064f62d09f9e1c8bc0ceb8892 (patch) | |
tree | c7a7f5e38c66a24814f6b091d976b7bf3b169341 /x11-misc | |
parent | Mask dev-util/ecletex-0.0.3 and dev-util/eclipse-cdt-2.0-r2. (diff) | |
download | gentoo-2-fd104f9f115bd92064f62d09f9e1c8bc0ceb8892.tar.gz gentoo-2-fd104f9f115bd92064f62d09f9e1c8bc0ceb8892.tar.bz2 gentoo-2-fd104f9f115bd92064f62d09f9e1c8bc0ceb8892.zip |
new release
(Portage version: 2.1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/shared-mime-info/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/shared-mime-info/files/digest-shared-mime-info-0.18 | 3 | ||||
-rw-r--r-- | x11-misc/shared-mime-info/metadata.xml | 6 | ||||
-rw-r--r-- | x11-misc/shared-mime-info/shared-mime-info-0.18.ebuild | 58 |
4 files changed, 71 insertions, 4 deletions
diff --git a/x11-misc/shared-mime-info/ChangeLog b/x11-misc/shared-mime-info/ChangeLog index 01b7074998d3..9f4e459aab9c 100644 --- a/x11-misc/shared-mime-info/ChangeLog +++ b/x11-misc/shared-mime-info/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/shared-mime-info # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.51 2006/06/25 20:30:07 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.52 2006/07/08 12:37:23 foser Exp $ + +*shared-mime-info-0.18 (08 Jul 2006) + + 08 Jul 2006; Marinus Schraal <foser@gentoo.org> shared-mime-info-0.18.ebuild, metadata.xml : + New release, remove 1 obsolete patch (#139313) + Remove (retired) lanius from metadata, add foser and gnome herd as maintainers 25 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> shared-mime-info-0.17-r2.ebuild: diff --git a/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.18 b/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.18 new file mode 100644 index 000000000000..aaf0552548ee --- /dev/null +++ b/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.18 @@ -0,0 +1,3 @@ +MD5 63398294a078dd9f72a7c4e122a668c8 shared-mime-info-0.18.tar.gz 599826 +RMD160 7406ac3af0639ee4e28c0d909fc95b6f1f1cff67 shared-mime-info-0.18.tar.gz 599826 +SHA256 b51ef82454788abd940d78656ba4bec0760ddfe9b04df810dcea940c79936aa3 shared-mime-info-0.18.tar.gz 599826 diff --git a/x11-misc/shared-mime-info/metadata.xml b/x11-misc/shared-mime-info/metadata.xml index c3504b40c506..00f58b603f2a 100644 --- a/x11-misc/shared-mime-info/metadata.xml +++ b/x11-misc/shared-mime-info/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> +<herd>gnome</herd> <maintainer> - <email>lanius@gentoo.org</email> - <name>Heinrich Wendel</name> + <email>foser@gentoo.org</email> + <name>Marinus Schraal</name> </maintainer> </pkgmetadata> diff --git a/x11-misc/shared-mime-info/shared-mime-info-0.18.ebuild b/x11-misc/shared-mime-info/shared-mime-info-0.18.ebuild new file mode 100644 index 000000000000..972a0a903b6b --- /dev/null +++ b/x11-misc/shared-mime-info/shared-mime-info-0.18.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.18.ebuild,v 1.1 2006/07/08 12:37:23 foser Exp $ + +inherit eutils fdo-mime + +DESCRIPTION="The Shared MIME-info Database specification" +HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info" +SRC_URI="http://www.freedesktop.org/~hadess/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=dev-libs/libxml2-2.4" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.29" + +src_unpack() { + + unpack ${A} + + cd ${S} + # make pkgconfig .pc libdir safe + epatch ${FILESDIR}/${PN}-0.17-fix_pc.patch + # fix ps file detection (#126880) + epatch ${FILESDIR}/${PN}-0.17-m3u_plain_text.patch + +} + +src_compile() { + + econf --disable-update-mimedb || die + emake || die + +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc ChangeLog NEWS README + +} + +pkg_postinst() { + + fdo-mime_mime_database_update + +} + +# FIXME : +# This ebuild should probably also remove the stuff it now leaves behind +# in /usr/share/mime |