summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-02-11 11:36:51 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-02-11 11:36:51 +0000
commitf7a3656919d264781a4672e56727f725b1d1c4b2 (patch)
tree901945c1100dd9f5201f3204b74fd1ff7feb325d /x11-misc/shared-mime-info
parentversion bump, bug #39612 (Manifest recommit) (diff)
downloadgentoo-2-f7a3656919d264781a4672e56727f725b1d1c4b2.tar.gz
gentoo-2-f7a3656919d264781a4672e56727f725b1d1c4b2.tar.bz2
gentoo-2-f7a3656919d264781a4672e56727f725b1d1c4b2.zip
version bump
Diffstat (limited to 'x11-misc/shared-mime-info')
-rw-r--r--x11-misc/shared-mime-info/ChangeLog10
-rw-r--r--x11-misc/shared-mime-info/Manifest2
-rw-r--r--x11-misc/shared-mime-info/files/digest-shared-mime-info-0.131
-rw-r--r--x11-misc/shared-mime-info/shared-mime-info-0.13.ebuild20
4 files changed, 31 insertions, 2 deletions
diff --git a/x11-misc/shared-mime-info/ChangeLog b/x11-misc/shared-mime-info/ChangeLog
index 6a7086de5a9a..668605080d09 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.11 2003/09/13 13:28:29 lanius Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.12 2004/02/11 11:36:51 lanius Exp $
+
+*shared-mime-info-0.13 (11 Feb 2004)
+
+ 11 Feb 2004; Heinrich Wendel <lanius@gentoo.org>
+ shared-mime-info-0.13.ebuild:
+ version bump
13 Sep 2003; Heinrich Wendel <lanius@gentoo.org>
shared-mime-info-0.12.ebuild:
diff --git a/x11-misc/shared-mime-info/Manifest b/x11-misc/shared-mime-info/Manifest
index 9aaeee4dcbf6..27668d899091 100644
--- a/x11-misc/shared-mime-info/Manifest
+++ b/x11-misc/shared-mime-info/Manifest
@@ -2,5 +2,7 @@ MD5 8477606db29dd179b93d167f3851b0f4 shared-mime-info-0.12.ebuild 632
MD5 8a66a67246e3e87f53a8954204717ee3 shared-mime-info-0.11.ebuild 632
MD5 7197933d62b1a3a779eeb70729ad5835 ChangeLog 1344
MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253
+MD5 ce06b6e71155e07ff197d994b237346b shared-mime-info-0.13.ebuild 618
MD5 8a2478b167c556e45c51976aea66282b files/digest-shared-mime-info-0.11 73
MD5 b3db51dac3901aafb456d906112ec0f8 files/digest-shared-mime-info-0.12 73
+MD5 264ab01c148db5f6396544e959c2cc79 files/digest-shared-mime-info-0.13 73
diff --git a/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.13 b/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.13
new file mode 100644
index 000000000000..ef413898800b
--- /dev/null
+++ b/x11-misc/shared-mime-info/files/digest-shared-mime-info-0.13
@@ -0,0 +1 @@
+MD5 59827a0de271c30581e923190fb7d3df shared-mime-info-0.13.tar.gz 325875
diff --git a/x11-misc/shared-mime-info/shared-mime-info-0.13.ebuild b/x11-misc/shared-mime-info/shared-mime-info-0.13.ebuild
new file mode 100644
index 000000000000..42a3144afebb
--- /dev/null
+++ b/x11-misc/shared-mime-info/shared-mime-info-0.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.13.ebuild,v 1.1 2004/02/11 11:36:51 lanius Exp $
+
+DESCRIPTION="The Shared MIME-info Database specification."
+HOMEPAGE="http://www.freedesktop.org"
+SRC_URI="http://www.freedesktop.org/software/shared-mime-info/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+USE=""
+
+DEPEND=">=sys-apps/gawk-3.1.0
+ >=dev-libs/glib-2.0.4
+ >=dev-libs/libxml2-2.4.23"
+
+src_install () {
+ einstall || die
+}