summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-06 10:25:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-06 10:25:49 +0000
commit32ae01e28f163dbb6d4fcd7d804643f6751beb06 (patch)
tree1b075f455aafaac4685817b7040f11afcc8e3c9c /xfce-base
parentAdd /etc/emacs to the lisp load-path; change from 13 Dec 2011 backported (diff)
downloadhistorical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.tar.gz
historical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.tar.bz2
historical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.zip
ppc/ppc64 stable wrt #386963
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/exo/ChangeLog5
-rw-r--r--xfce-base/exo/exo-0.6.2.ebuild14
-rw-r--r--xfce-base/garcon/ChangeLog7
-rw-r--r--xfce-base/garcon/garcon-0.1.9.ebuild15
-rw-r--r--xfce-base/libxfce4util/ChangeLog8
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild13
6 files changed, 36 insertions, 26 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 )
}
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog
index 5f4291073ce7..291fa1858cb2 100644
--- a/xfce-base/garcon/ChangeLog
+++ b/xfce-base/garcon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/garcon
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.36 2011/11/29 00:17:25 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.37 2012/01/06 10:23:31 ssuominen Exp $
+
+ 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> garcon-0.1.9.ebuild:
+ ppc/ppc64 stable wrt #386963
29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -garcon-0.1.8.ebuild:
old
diff --git a/xfce-base/garcon/garcon-0.1.9.ebuild b/xfce-base/garcon/garcon-0.1.9.ebuild
index c3ce37672380..5277b6740ee2 100644
--- a/xfce-base/garcon/garcon-0.1.9.ebuild
+++ b/xfce-base/garcon/garcon-0.1.9.ebuild
@@ -1,25 +1,24 @@
-# 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-base/garcon/garcon-0.1.9.ebuild,v 1.7 2011/11/26 17:50:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.9.ebuild,v 1.8 2012/01/06 10:23:31 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
-SRC_URI="mirror://xfce/src/libs/${PN}/0.1/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="LGPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.14:2
- >=xfce-base/libxfce4util-4.8
- !<xfce-base/xfdesktop-4.7.0"
+RDEPEND=">=dev-libs/glib-2.14
+ >=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
dev-util/intltool
+ dev-util/pkgconfig
sys-devel/gettext"
pkg_setup() {
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 6f529c43ef57..b3df47757480 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.166 2011/11/26 17:52:00 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.167 2012/01/06 10:25:49 ssuominen Exp $
+
+ 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ libxfce4util-4.8.2.ebuild:
+ ppc/ppc64 stable wrt #386963
26 Nov 2011; Raúl Porcel <armin76@gentoo.org> libxfce4util-4.8.2.ebuild:
alpha/ia64/sh/sparc stable wrt #386963
diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
index bbe79d14338e..631e83f6e147 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
@@ -1,20 +1,20 @@
-# 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-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.6 2011/11/26 17:52:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Xfce's basic utilities library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.12:2"
+RDEPEND=">=dev-libs/glib-2.12"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
@@ -26,7 +26,8 @@ pkg_setup() {
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
+
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}