public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans (ottxor)" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libcanberra: libcanberra-0.29.ebuild ChangeLog
Date: Wed, 22 Aug 2012 02:41:49 +0000 (UTC)	[thread overview]
Message-ID: <20120822024149.A3396202C8@flycatcher.gentoo.org> (raw)

ottxor      12/08/22 02:41:49

  Modified:             libcanberra-0.29.ebuild ChangeLog
  Log:
  added prefix keywords
  
  (Portage version: 2.2.0_alpha121/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-libs/libcanberra/libcanberra-0.29.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?r1=1.1&r2=1.2

Index: libcanberra-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcanberra-0.29.ebuild	25 Jun 2012 05:07:50 -0000	1.1
+++ libcanberra-0.29.ebuild	22 Aug 2012 02:41:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild,v 1.1 2012/06/25 05:07:50 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild,v 1.2 2012/08/22 02:41:49 ottxor Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="alsa gnome gstreamer +gtk +gtk3 oss pulseaudio +sound tdb udev"
 
 COMMON_DEPEND="media-libs/libvorbis
@@ -44,7 +44,7 @@
 
 src_configure() {
 	econf \
-		--docdir=/usr/share/doc/${PF} \
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--disable-dependency-tracking \
 		$(use_enable alsa) \
 		$(use_enable oss) \
@@ -56,7 +56,8 @@
 		$(use_enable udev) \
 		$(systemd_with_unitdir) \
 		--disable-lynx \
-		--disable-gtk-doc
+		--disable-gtk-doc \
+		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 }
 
 src_install() {
@@ -69,5 +70,5 @@
 	# prefix; if that fails, it will append the module extension for the
 	# current system and try that (".so" on Linux, ".bundle" on Darwin, ".dll"
 	# on Windows, etc.).  Only if both fail will it return an error.
-	find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
+	find "${ED}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
 }



1.84                 media-libs/libcanberra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	25 Jun 2012 05:07:50 -0000	1.83
+++ ChangeLog	22 Aug 2012 02:41:49 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libcanberra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.83 2012/06/25 05:07:50 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.84 2012/08/22 02:41:49 ottxor Exp $
+
+  22 Aug 2012; Christoph Junghans <ottxor@gentoo.org> libcanberra-0.29.ebuild:
+  added prefix keywords
 
 *libcanberra-0.29 (25 Jun 2012)
 
@@ -361,4 +364,3 @@
   +libcanberra-0.9.ebuild:
   Initial import of libcanberra - a portable sound event library for
   generating event sounds on free desktops.
-





             reply	other threads:[~2012-08-22  2:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22  2:41 Christoph Junghans (ottxor) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-07  1:28 [gentoo-commits] gentoo-x86 commit in media-libs/libcanberra: libcanberra-0.29.ebuild ChangeLog Anthony G. Basile (blueness)
2012-10-14 23:36 Matt Turner (mattst88)
2012-10-16  4:38 Anthony G. Basile (blueness)

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=20120822024149.A3396202C8@flycatcher.gentoo.org \
    --to=ottxor@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