summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-08-13 15:54:08 +0000
committerMatti Bickel <mabi@gentoo.org>2012-08-13 15:54:08 +0000
commitedd21eb5295a341c530c8bc88dbb48246db655c9 (patch)
treee7d36391b42af0dc448e4ff3e50cd9851939a970 /eclass
parentVersion bump stable 0.2.2 branch (diff)
downloadhistorical-edd21eb5295a341c530c8bc88dbb48246db655c9.tar.gz
historical-edd21eb5295a341c530c8bc88dbb48246db655c9.tar.bz2
historical-edd21eb5295a341c530c8bc88dbb48246db655c9.zip
Add updated info statement about fox17.pc re bug #426718
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/fox.eclass25
2 files changed, 21 insertions, 9 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 0ec1d0ceb5c5..cec5cf92bbf7 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.365 2012/08/05 19:26:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.366 2012/08/13 15:54:08 mabi Exp $
+
+ 13 Aug 2012; Matti Bickel <mabi@gentoo.org> fox.eclass:
+ Add updated info statement about fox17.pc re bug #426718
05 Aug 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass:
fix for wrong detected *.pot file in po dir
diff --git a/eclass/fox.eclass b/eclass/fox.eclass
index 06b26a840c98..63d2c51ef715 100644
--- a/eclass/fox.eclass
+++ b/eclass/fox.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.15 2012/02/12 21:45:28 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.16 2012/08/13 15:54:08 mabi Exp $
# @ECLASS: fox.eclass
# @MAINTAINER:
@@ -210,12 +210,21 @@ fox_pkg_postinst() {
einfo "(adie, calculator, pathfinder, shutterbug) are now available as"
einfo "separate ebuilds."
echo
- einfo "The fox-config script has been installed as fox-${FOXVER}-config."
- einfo "The fox-wrapper package is used to direct calls to fox-config"
- einfo "to the correct versioned script, based on the WANT_FOX variable."
- einfo "For example:"
- einfo
- einfo " WANT_FOX=\"${FOXVER}\" fox-config <options>"
+
+ if version_is_at_least "1.7.25"; then
+ einfo "Fox versions after 1.7.25 ships a pkg-config file called fox17.pc"
+ einfo "instead of the previous fox-config tool."
+ einfo "You now get all info via pkg-config:"
+ einfo
+ einfo "pkg-config fox17 --libs (etc.)"
+ else
+ einfo "The fox-config script has been installed as fox-${FOXVER}-config."
+ einfo "The fox-wrapper package is used to direct calls to fox-config"
+ einfo "to the correct versioned script, based on the WANT_FOX variable."
+ einfo "For example:"
+ einfo
+ einfo " WANT_FOX=\"${FOXVER}\" fox-config <options>"
+ fi
einfo
fi
}