diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:21:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:21:16 +0000 |
commit | c56192c14d48ad7747fc3a0724a3e8b90910b8a0 (patch) | |
tree | 3c06ea88319971f05347b1755d4b456751324fb2 /xfce-base/exo | |
parent | Migrate to /usr. (diff) | |
download | gentoo-2-c56192c14d48ad7747fc3a0724a3e8b90910b8a0.tar.gz gentoo-2-c56192c14d48ad7747fc3a0724a3e8b90910b8a0.tar.bz2 gentoo-2-c56192c14d48ad7747fc3a0724a3e8b90910b8a0.zip |
ppc/ppc64 stable wrt #386963
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/exo')
-rw-r--r-- | xfce-base/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.6.2.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog index b359b30343b3..8f646214a486 100644 --- a/xfce-base/exo/ChangeLog +++ b/xfce-base/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/exo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.65 2012/01/06 10:18:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.66 2012/01/06 10:21:16 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.2.ebuild: + ppc/ppc64 stable wrt #386963 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.2.ebuild: Empty py-compile script instead of symlinking it to /path/to/true for diff --git a/xfce-base/exo/exo-0.6.2.ebuild b/xfce-base/exo/exo-0.6.2.ebuild index fec04c27102b..00c932700eda 100644 --- a/xfce-base/exo/exo-0.6.2.ebuild +++ b/xfce-base/exo/exo-0.6.2.ebuild @@ -1,29 +1,29 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.8 2012/01/06 10:18:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.9 2012/01/06 10:21:16 ssuominen Exp $ EAPI=4 -PYTHON_DEPEND="python? 2" +PYTHON_DEPEND="python? 2:2.6" inherit python xfconf DESCRIPTION="Extensions, widgets and framework library with session management support" HOMEPAGE="http://www.xfce.org/projects/exo/" -SRC_URI="mirror://xfce/src/xfce/exo/0.6/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="debug python" RDEPEND=">=dev-lang/perl-5.6 + >=dev-libs/glib-2.18 dev-perl/URI - >=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.14:2 >=xfce-base/libxfce4util-4.8 python? ( >=dev-python/pygtk-2.4 )" DEPEND="${RDEPEND} - dev-util/pkgconfig dev-util/intltool + dev-util/pkgconfig sys-devel/gettext" pkg_setup() { @@ -40,7 +40,7 @@ pkg_setup() { --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } |