diff options
author | 2012-04-21 05:41:50 +0000 | |
---|---|---|
committer | 2012-04-21 05:41:50 +0000 | |
commit | 9aedb3c0658424f8c0c8ea6ab13a5700a6583d24 (patch) | |
tree | 88be562435e76d6a8ed89d99778703a32879aa09 /xfce-extra | |
parent | Install to libdir instead of libexecdir. (diff) | |
download | gentoo-2-9aedb3c0658424f8c0c8ea6ab13a5700a6583d24.tar.gz gentoo-2-9aedb3c0658424f8c0c8ea6ab13a5700a6583d24.tar.bz2 gentoo-2-9aedb3c0658424f8c0c8ea6ab13a5700a6583d24.zip |
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-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 ) } |