summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-20 12:53:36 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-20 12:53:36 +0000
commit707cc0391a52eff44552d3971bdb312ec445abe4 (patch)
tree4c7931184a0542292d6e922df86f35c6ea66e413
parentFix building with newer libtool #212772. (diff)
downloadgentoo-2-707cc0391a52eff44552d3971bdb312ec445abe4.tar.gz
gentoo-2-707cc0391a52eff44552d3971bdb312ec445abe4.tar.bz2
gentoo-2-707cc0391a52eff44552d3971bdb312ec445abe4.zip
old
(Portage version: 2.1.5_rc4)
-rw-r--r--x11-misc/shared-mime-info/files/shared-mime-info-0.22-html-fix.patch12
-rw-r--r--x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild43
2 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/shared-mime-info/files/shared-mime-info-0.22-html-fix.patch b/x11-misc/shared-mime-info/files/shared-mime-info-0.22-html-fix.patch
deleted file mode 100644
index 33351bf6a55f..000000000000
--- a/x11-misc/shared-mime-info/files/shared-mime-info-0.22-html-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN shared-mime-info-0.22.orig/freedesktop.org.xml.in shared-mime-info-0.22/freedesktop.org.xml.in
---- shared-mime-info-0.22.orig/freedesktop.org.xml.in 2007-07-27 12:00:53.000000000 -0400
-+++ shared-mime-info-0.22/freedesktop.org.xml.in 2007-11-05 11:49:02.000000000 -0500
-@@ -1686,8 +1686,6 @@ command to generate the output files.
- <match type="string" value="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" offset="0:64"/>
- </magic>
- <alias type="application/x-netscape-bookmarks"/>
-- <glob pattern="*.html"/>
-- <glob pattern="*.htm"/>
- </mime-type>
- <mime-type type="application/x-ms-dos-executable">
- <_comment>DOS/Windows executable</_comment>
diff --git a/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild b/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild
deleted file mode 100644
index e10d8d432b9a..000000000000
--- a/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 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.22-r1.ebuild,v 1.8 2007/12/11 10:57:39 vapier Exp $
-
-inherit fdo-mime eutils
-
-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.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.3.2
- >=dev-libs/libxml2-2.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix html files showing up as netscape bookmark files; bug #198118
- epatch "${FILESDIR}"/${P}-html-fix.patch
-}
-
-src_compile() {
- econf --disable-update-mimedb
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog NEWS README
-}
-
-pkg_postinst() {
- fdo-mime_mime_database_update
-}