summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-04-30 12:49:50 +0000
committerMichael Weber <xmw@gentoo.org>2013-04-30 12:49:50 +0000
commit820f51591f84ec0c8fa5ae6edde536ce9eb0b47b (patch)
treebdc99bdd579230129e0ad2eeb743212cccf9e51b /sys-power
parentUpdated makefile patch for 1.8.1 (diff)
downloadgentoo-2-820f51591f84ec0c8fa5ae6edde536ce9eb0b47b.tar.gz
gentoo-2-820f51591f84ec0c8fa5ae6edde536ce9eb0b47b.tar.bz2
gentoo-2-820f51591f84ec0c8fa5ae6edde536ce9eb0b47b.zip
Fix automake-1.13, thanks F. Delente, bug 467950.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/suspend/ChangeLog9
-rw-r--r--sys-power/suspend/files/suspend-1.0-automake-1.13.patch11
-rw-r--r--sys-power/suspend/suspend-1.0.ebuild10
3 files changed, 23 insertions, 7 deletions
diff --git a/sys-power/suspend/ChangeLog b/sys-power/suspend/ChangeLog
index 24d7900eb534..ac67d285ff2b 100644
--- a/sys-power/suspend/ChangeLog
+++ b/sys-power/suspend/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/suspend
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.23 2012/05/22 13:26:18 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.24 2013/04/30 12:49:50 xmw Exp $
+
+ 30 Apr 2013; Michael Weber <xmw@gentoo.org>
+ +files/suspend-1.0-automake-1.13.patch, suspend-1.0.ebuild:
+ Fix automake-1.13, thanks F. Delente, bug 467950.
22 May 2012; Michael Weber <xmw@gentoo.org> suspend-1.0.ebuild,
+files/suspend-1.0-bzip2.patch:
@@ -104,4 +108,3 @@
17 Sep 2007; Alon Bar-Lev <alonbl@gentoo.org> +metadata.xml,
+suspend-0.9_pre20070917.ebuild:
Initial add, bug#156431
-
diff --git a/sys-power/suspend/files/suspend-1.0-automake-1.13.patch b/sys-power/suspend/files/suspend-1.0-automake-1.13.patch
new file mode 100644
index 000000000000..8aacea520b32
--- /dev/null
+++ b/sys-power/suspend/files/suspend-1.0-automake-1.13.patch
@@ -0,0 +1,11 @@
+--- suspend-utils-1.0/configure.ac
++++ suspend-utils-1.0/configure.ac
+@@ -9,7 +9,7 @@
+ AC_PREREQ([2.59])
+ AC_INIT([suspend-utils], [1.0])
+ AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_SRCDIR([suspend.c])
+
+ AC_CANONICAL_HOST
diff --git a/sys-power/suspend/suspend-1.0.ebuild b/sys-power/suspend/suspend-1.0.ebuild
index 86f90f967746..96846e5cbb87 100644
--- a/sys-power/suspend/suspend-1.0.ebuild
+++ b/sys-power/suspend/suspend-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.4 2012/05/22 13:26:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.5 2013/04/30 12:49:50 xmw Exp $
EAPI=4
@@ -33,8 +33,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P/-/-utils-}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-errno.patch
- epatch "${FILESDIR}"/${P}-bzip2.patch
+ epatch \
+ "${FILESDIR}"/${P}-errno.patch \
+ "${FILESDIR}"/${P}-bzip2.patch \
+ "${FILESDIR}"/${P}-automake-1.13.patch
eautoreconf
}