summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-06-20 13:25:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-06-20 13:25:46 +0000
commit2c2dfa7aa654eeae1c9b44e37b4a5f697020dea3 (patch)
tree7c96398107146e28a3605d65b25b8e5953b6d0b1 /xfce-extra
parentStable for HPPA (bug #512940). (diff)
downloadgentoo-2-2c2dfa7aa654eeae1c9b44e37b4a5f697020dea3.tar.gz
gentoo-2-2c2dfa7aa654eeae1c9b44e37b4a5f697020dea3.tar.bz2
gentoo-2-2c2dfa7aa654eeae1c9b44e37b4a5f697020dea3.zip
Use AC_CONFIG_HEADERS instead of the deprecated AM_CONFIG_HEADER wrt #472522 by "Matt"
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-quicklauncher-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild9
2 files changed, 12 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog b/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog
index 9b23ba28be4f..bbe12cfbd735 100644
--- a/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog
+++ b/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.14 2012/11/28 12:22:24 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.15 2014/06/20 13:25:46 ssuominen Exp $
+
+ 20 Jun 2014; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+ Use AC_CONFIG_HEADERS instead of the deprecated AM_CONFIG_HEADER wrt #472522
+ by "Matt"
28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
@@ -65,4 +70,3 @@
25 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+xfce4-quicklauncher-plugin-1.9.4.ebuild:
Rename xfce4-quicklauncher to xfce4-quicklauncher-plugin.
-
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
index 4a51f08e1a65..d5c35b9be738 100644
--- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
+++ b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.16 2012/11/28 12:22:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.17 2014/06/20 13:25:46 ssuominen Exp $
EAPI=5
#EAUTORECONF=yes
@@ -34,8 +34,9 @@ pkg_setup() {
src_prepare() {
sed -i \
- -e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
- configure.ac || die
+ -e '/^AC_INIT/s:quicklauncher_version():quicklauncher_version:' \
+ -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+ configure.ac || die #472522
# Prevent glib-gettextize from running wrt #423115
export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros