summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-25 16:03:10 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-25 16:03:10 +0000
commit56acb6b00ad1789ce41eec652d55a8d51263ef83 (patch)
treeff2a7522ed5d19385ea849ede56e656653936484 /xfce-extra
parentFun full eautoreconf for bug 219249. (diff)
downloadgentoo-2-56acb6b00ad1789ce41eec652d55a8d51263ef83.tar.gz
gentoo-2-56acb6b00ad1789ce41eec652d55a8d51263ef83.tar.bz2
gentoo-2-56acb6b00ad1789ce41eec652d55a8d51263ef83.zip
Run full eautoreconf for bug 219259.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-battery/ChangeLog6
-rw-r--r--xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild16
2 files changed, 14 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-battery/ChangeLog b/xfce-extra/xfce4-battery/ChangeLog
index 57265dbc9c1a..eaa74d81dbd7 100644
--- a/xfce-extra/xfce4-battery/ChangeLog
+++ b/xfce-extra/xfce4-battery/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-battery
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.59 2008/03/19 14:27:17 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.60 2008/04/25 16:03:10 drac Exp $
+
+ 25 Apr 2008; Samuli Suominen <drac@gentoo.org>
+ xfce4-battery-0.5.0-r2.ebuild:
+ Run full eautoreconf for bug 219259.
19 Mar 2008; Samuli Suominen <drac@gentoo.org>
+files/xfce4-battery-0.5.0-2.6.24-headers.patch,
diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild
index 6c88a16cbafb..3644b1502621 100644
--- a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild
+++ b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild,v 1.8 2008/03/19 14:27:17 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild,v 1.9 2008/04/25 16:03:10 drac Exp $
inherit autotools eutils xfce44
@@ -11,18 +11,20 @@ KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
IUSE="debug"
DEPEND="dev-util/pkgconfig
- dev-util/intltool"
+ dev-util/intltool
+ xfce-extra/xfce4-dev-tools"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${P}-freebsd.patch
- epatch "${FILESDIR}"/${P}-libacpi.patch
- epatch "${FILESDIR}"/${P}-2.6.21.patch
- epatch "${FILESDIR}"/${P}-2.6.24-headers.patch
+ epatch "${FILESDIR}"/${P}-freebsd.patch \
+ "${FILESDIR}"/${P}-libacpi.patch \
+ "${FILESDIR}"/${P}-2.6.21.patch \
+ "${FILESDIR}"/${P}-2.6.24-headers.patch
sed -i -e "/^AC_INIT/s/battery_version()/battery_version/" configure.in
- eautoconf
+ intltoolize --force --copy --automake || die "intltoolize failed."
+ AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
}
DOCS="AUTHORS ChangeLog NEWS README"