diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:43:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:43:14 +0000 |
commit | b87f96b4c85055af6484f878cdd65ef1a53f9175 (patch) | |
tree | 556d74fe146288cd8e6452b353dc7c0b696f4db8 /xfce-extra/xfce4-cpugraph-plugin | |
parent | tidy. use libdir instead of libexecdir (diff) | |
download | historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.tar.gz historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.tar.bz2 historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.zip |
Install to libdir instead of libexecdir.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild | 22 |
2 files changed, 19 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog index 7f2f585cbac1..9f37ae4e5364 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog +++ b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpugraph-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.17 2011/04/23 17:34:03 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.18 2012/04/21 05:41:50 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-cpugraph-plugin-1.0.1.ebuild: + Install to libdir instead of libexecdir. 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-cpugraph-plugin-1.0.1.ebuild: diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild index 59503d65fe1e..ed9374db4e4b 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild @@ -1,28 +1,32 @@ -# 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/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild,v 1.8 2011/05/19 20:42:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.1.ebuild,v 1.9 2012/04/21 05:41:50 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A system load plug-in for the Xfce panel" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="BSD GPL-2" +LICENSE="BSD-2 GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug" -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8 - >=x11-libs/gtk+-2.12:2" +RDEPEND=">=x11-libs/gtk+-2.12:2 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig sys-devel/gettext" pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + $(xfconf_use_debug) + ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |