summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-14 19:33:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-14 19:33:15 +0000
commit7739db94414d21015337f7ea618055e57c6f004a (patch)
treeb8549b81cc2b9d0797fac1275ad00ee99167f116 /xfce-base
parentalpha/ia64/sparc stable wrt #349053 (diff)
downloadgentoo-2-7739db94414d21015337f7ea618055e57c6f004a.tar.gz
gentoo-2-7739db94414d21015337f7ea618055e57c6f004a.tar.bz2
gentoo-2-7739db94414d21015337f7ea618055e57c6f004a.zip
alpha/ia64/sparc stable wrt #349053
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-utils/ChangeLog5
-rw-r--r--xfce-base/xfce-utils/files/Gentoo9
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild54
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild4
4 files changed, 6 insertions, 66 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index fa883b97a2ea..0fbf2a6a70d2 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.175 2011/02/05 18:42:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.176 2011/02/14 19:33:15 ssuominen Exp $
+
+ 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xfce-utils-4.8.0.ebuild:
+ alpha/ia64/sparc stable wrt #349053
05 Feb 2011; Markus Meier <maekke@gentoo.org> xfce-utils-4.8.0.ebuild:
arm stable, bug #349053
diff --git a/xfce-base/xfce-utils/files/Gentoo b/xfce-base/xfce-utils/files/Gentoo
deleted file mode 100644
index f1920e263117..000000000000
--- a/xfce-base/xfce-utils/files/Gentoo
+++ /dev/null
@@ -1,9 +0,0 @@
-Gentoo Xfce Team is <xfce@gentoo.org>
-
-Maintainers are:
-
-Jeremy Olexa <darkside@gentoo.org>
-Christoph Mende <angelos@gentoo.org>
-Samuli Suominen <ssuominen@gentoo.org>
-
-Bugs should be reported to Gentoo BTS at: http://bugs.gentoo.org/
diff --git a/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild
deleted file mode 100644
index 10f2ec0ece3b..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild,v 1.12 2010/09/06 17:48:42 ssuominen Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="Collection of utils for Xfce4"
-HOMEPAGE="http://www.xfce.org/projects/xfce-utils/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="dbus debug +lock"
-
-RDEPEND="x11-apps/xrdb
- x11-libs/libX11
- >=dev-libs/glib-2.6:2
- >=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4util-4.6
- >=xfce-base/libxfcegui4-4.6
- >=xfce-base/xfconf-4.6
- dbus? ( >=dev-libs/dbus-glib-0.70 )
- lock? ( || ( x11-misc/xscreensaver
- gnome-extra/gnome-screensaver
- x11-misc/xlockmore ) )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable dbus)
- $(use_enable debug)
- --with-vendor-info=Gentoo
- --with-xsession-prefix=${EPREFIX}/usr"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-
-src_install() {
- xfconf_src_install
- insinto /usr/share/xfce4
- doins "${FILESDIR}"/Gentoo || die "doins failed"
- echo startxfce4 > "${T}"/Xfce4
- exeinto /etc/X11/Sessions
- doexe "${T}"/Xfce4 || die "doexe failed"
-}
-
-pkg_postinst() {
- elog "Run Xfce4 from your favourite Display Manager by using"
- elog "XSESSION=\"Xfce4\" in /etc/rc.conf"
-}
diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild
index 35decb40da90..a06312f78ed6 100644
--- a/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild
+++ b/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild,v 1.5 2011/02/05 18:42:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.0.ebuild,v 1.6 2011/02/14 19:33:15 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="dbus debug +lock"
COMMON_DEPEND="x11-libs/libX11