public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski (reavertm)" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/upower: ChangeLog upower-0.9.5.ebuild
Date: Wed,  4 Aug 2010 04:05:42 +0000 (UTC)	[thread overview]
Message-ID: <20100804040542.783C62CF2B@corvid.gentoo.org> (raw)

reavertm    10/08/04 04:05:41

  Modified:             ChangeLog upower-0.9.5.ebuild
  Log:
  Do not filter out DISABLE_DEPRECATED, do not rebuild gtk docs, use base.eclass, deps cleanup (intltool always required, gtk-doc related deps removed), use POSIX find -exec rm instead of -delete
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sys-power/upower/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	30 Jul 2010 09:43:10 -0000	1.13
+++ ChangeLog	4 Aug 2010 04:05:41 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/upower
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.13 2010/07/30 09:43:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.14 2010/08/04 04:05:41 reavertm Exp $
+
+  04 Aug 2010; Maciej Mrozowski <reavertm@gentoo.org> upower-0.9.5.ebuild:
+  Do not filter out DISABLE_DEPRECATED, do not rebuild gtk docs, use
+  base.eclass, deps cleanup (intltool always required, gtk-doc related deps
+  removed), use POSIX find -exec rm instead of -delete
 
   30 Jul 2010; Markos Chandras <hwoarang@gentoo.org> upower-0.9.4.ebuild:
   Stable on amd64 wrt bug #329623



1.4                  sys-power/upower/upower-0.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild?r1=1.3&r2=1.4

Index: upower-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- upower-0.9.5.ebuild	24 Jul 2010 15:50:12 -0000	1.3
+++ upower-0.9.5.ebuild	4 Aug 2010 04:05:41 -0000	1.4
@@ -1,9 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild,v 1.3 2010/07/24 15:50:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.9.5.ebuild,v 1.4 2010/08/04 04:05:41 reavertm Exp $
 
 EAPI=3
-inherit linux-info
+
+inherit linux-info base
 
 DESCRIPTION="D-Bus abstraction for enumerating power devices and querying history and statistics"
 HOMEPAGE="http://upower.freedesktop.org/"
@@ -12,29 +13,35 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug doc nls introspection ipod kernel_FreeBSD kernel_linux"
+IUSE="debug doc introspection ipod kernel_FreeBSD kernel_linux nls"
 
-COMMON_DEPEND=">=dev-libs/glib-2.21.5:2
-	>=sys-apps/dbus-1
+COMMON_DEPEND="
 	>=dev-libs/dbus-glib-0.76
+	>=dev-libs/glib-2.21.5:2
+	>=sys-apps/dbus-1
 	>=sys-auth/polkit-0.91
 	introspection? ( dev-libs/gobject-introspection )
-	kernel_linux? ( >=sys-fs/udev-151[extras]
+	kernel_linux? (
+		>=sys-fs/udev-151[extras]
 		virtual/libusb:1
-		ipod? ( >=app-pda/libimobiledevice-0.9.7 ) )
-	!sys-apps/devicekit-power"
+		ipod? ( >=app-pda/libimobiledevice-0.9.7 )
+	)
+"
 RDEPEND="${COMMON_DEPEND}
-	kernel_linux? ( >=sys-power/pm-utils-1.4.1 )"
+	!sys-apps/devicekit-power
+	kernel_linux? ( >=sys-power/pm-utils-1.4.1 )
+"
 DEPEND="${COMMON_DEPEND}
-	dev-util/pkgconfig
-	dev-libs/libxslt
 	app-text/docbook-xsl-stylesheets
-	doc? ( dev-util/gtk-doc
-		app-text/docbook-xml-dtd:4.1.2 )
-	nls? ( >=dev-util/intltool-0.40.0 )"
+	dev-libs/libxslt
+	>=dev-util/intltool-0.40.0
+	dev-util/pkgconfig
+"
 
 RESTRICT="test" # error getting system bus
 
+DOCS=(AUTHORS HACKING NEWS README)
+
 pkg_setup() {
 	if use kernel_linux; then
 		if use amd64 || use x86; then
@@ -45,11 +52,11 @@
 }
 
 src_prepare() {
+	base_src_prepare
+
 	if ! use ipod; then
 		sed -i -e 's:libimobiledevice:dIsAbLe&:' configure || die
 	fi
-
-	sed -i -e '/DISABLE_DEPRECATED/d' configure || die
 }
 
 src_configure() {
@@ -64,22 +71,21 @@
 	fi
 
 	econf \
-		--localstatedir="${EPREFIX}/var" \
-		$(use_enable introspection) \
-		--disable-dependency-tracking \
+		--disable-gtk-doc \
 		--disable-static \
-		$(use_enable debug verbose-mode) \
-		--enable-man-pages \
-		$(use_enable doc gtk-doc) \
 		--disable-tests \
-		$(use_enable nls) \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" \
-		--with-backend=${backend}
+		--enable-man-pages \
+		--localstatedir="${EPREFIX}/var" \
+		--with-backend=${backend} \
+		$(use_enable debug verbose-mode) \
+		$(use_enable introspection) \
+		$(use_enable nls)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS HACKING NEWS README
+	use doc && HTML_DOCS=("${S}/doc/html/")
+
+	base_src_install
 
-	find "${ED}" -name '*.la' -delete
+	find "${ED}" -name '*.la' -exec rm {} +
 }






             reply	other threads:[~2010-08-04  5:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-04  4:05 Maciej Mrozowski (reavertm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-01-29 17:05 [gentoo-commits] gentoo-x86 commit in sys-power/upower: ChangeLog upower-0.9.5.ebuild Samuli Suominen (ssuominen)
2010-10-13 21:37 Markus Meier (maekke)
2010-09-30 20:37 Markus Meier (maekke)
2010-09-28 11:38 Markos Chandras (hwoarang)
2010-09-28  5:16 Samuli Suominen (ssuominen)
2010-08-05 13:08 Samuli Suominen (ssuominen)
2010-08-04  6:03 Samuli Suominen (ssuominen)
2010-07-24 15:50 Raul Porcel (armin76)
2010-07-23 18:13 Samuli Suominen (ssuominen)
2010-07-21 11:30 Samuli Suominen (ssuominen)

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=20100804040542.783C62CF2B@corvid.gentoo.org \
    --to=reavertm@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