public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/babl: ChangeLog babl-0.1.4.ebuild
Date: Mon,  4 Apr 2011 19:52:01 +0000 (UTC)	[thread overview]
Message-ID: <20110404195201.DA12C20054@flycatcher.gentoo.org> (raw)

scarabeus    11/04/04 19:52:01

  Modified:             ChangeLog babl-0.1.4.ebuild
  Log:
  Update useflags to match reality. Update deps to avoid automagicness.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 media-libs/babl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Apr 2011 10:52:22 -0000	1.21
+++ ChangeLog	4 Apr 2011 19:52:01 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/babl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.21 2011/04/01 10:52:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.22 2011/04/04 19:52:01 scarabeus Exp $
+
+  04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> babl-0.1.4.ebuild:
+  Update useflags to match reality. Update deps to avoid automagicness.
 
   01 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> babl-0.1.4.ebuild:
   Use eapi3 since we have prefix keywords.



1.5                  media-libs/babl/babl-0.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?r1=1.4&r2=1.5

Index: babl-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- babl-0.1.4.ebuild	1 Apr 2011 10:52:22 -0000	1.4
+++ babl-0.1.4.ebuild	4 Apr 2011 19:52:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.4 2011/04/01 10:52:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.5 2011/04/04 19:52:01 scarabeus Exp $
 
 EAPI=3
 
@@ -11,23 +11,27 @@
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="+introspection sse mmx"
+IUSE="altivec +introspection sse mmx"
 
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
+RDEPEND="gnome-base/librsvg:2
+	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
-	# Automagic rsvg/w3m support for docs
+	# Automagic rsvg support for docs so make it harddep
+	# w3m is used for dist target thus no issue for us that it is automagically
+	#     detected
 	econf \
 		--disable-static \
 		--disable-maintainer-mode \
+		$(use_enable altivec) \
 		$(use_enable introspection) \
 		$(use_enable mmx) \
 		$(use_enable sse)
 }
 
 src_install() {
-	emake install DESTDIR="${ED}" || die "emake install failed"
+	emake install DESTDIR="${D}" || die "emake install failed"
 	find "${ED}" -name '*.la' -delete
 	dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
 }






             reply	other threads:[~2011-04-04 19:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04 19:52 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-20 20:15 [gentoo-commits] gentoo-x86 commit in media-libs/babl: ChangeLog babl-0.1.4.ebuild Kacper Kowalik (xarthisius)
2011-04-23 17:57 Raul Porcel (armin76)
2011-04-10 10:56 PaweA Hajdan (phajdan.jr)
2011-04-07 19:06 Jeroen Roovers (jer)
2011-04-05 14:10 Olivier Crete (tester)
2011-04-05  9:20 Tomas Chvatal (scarabeus)
2011-04-01 10:52 Tomas Chvatal (scarabeus)
2011-02-16 18:48 Jeremy Olexa (darkside)
2011-02-15 20:58 Hanno Boeck (hanno)

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=20110404195201.DA12C20054@flycatcher.gentoo.org \
    --to=scarabeus@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