public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp (leio)" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/shared-mime-info: ChangeLog shared-mime-info-0.23-r1.ebuild
Date: Mon, 24 Mar 2008 01:16:58 +0000	[thread overview]
Message-ID: <E1JdbJ4-00038p-H1@stork.gentoo.org> (raw)

leio        08/03/24 01:16:58

  Modified:             ChangeLog
  Added:                shared-mime-info-0.23-r1.ebuild
  Log:
  Include x-content/* in media_types to not warn about them with GNOME-2.22
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.120                x11-misc/shared-mime-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	22 Mar 2008 09:22:42 -0000	1.119
+++ ChangeLog	24 Mar 2008 01:16:57 -0000	1.120
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/shared-mime-info
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.119 2008/03/22 09:22:42 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.120 2008/03/24 01:16:57 leio Exp $
+
+*shared-mime-info-0.23-r1 (24 Mar 2008)
+
+  24 Mar 2008; Mart Raudsepp <leio@gentoo.org>
+  +files/shared-mime-info-0.23-ignore-x-content.patch,
+  +shared-mime-info-0.23-r1.ebuild:
+  Include x-content/* in media_types to not warn about them with GNOME-2.22
 
   22 Mar 2008; Samuli Suominen <drac@gentoo.org>
   -shared-mime-info-0.22.ebuild, shared-mime-info-0.23.ebuild:



1.1                  x11-misc/shared-mime-info/shared-mime-info-0.23-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.23-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.23-r1.ebuild?rev=1.1&content-type=text/plain

Index: shared-mime-info-0.23-r1.ebuild
===================================================================
# Copyright 1999-2008 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.23-r1.ebuild,v 1.1 2008/03/24 01:16:57 leio Exp $

inherit fdo-mime eutils

DESCRIPTION="The Shared MIME-info Database specification"
HOMEPAGE="http://freedesktop.org/wiki/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 warning spew from x-content/*, used by GNOME-2.22
	epatch "${FILESDIR}/${P}-ignore-x-content.patch"
}

src_compile() {
	econf --disable-update-mimedb
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc ChangeLog HACKING NEWS README
}

pkg_postinst() {
	fdo-mime_mime_database_update
}



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-03-24  1:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JdbJ4-00038p-H1@stork.gentoo.org \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox