summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-03-15 12:54:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-03-15 12:54:48 +0000
commit048a91ce31c912a55ecd7a7ca7c7cac5cc5283cd (patch)
tree47f1fc55cc4d4430cfe80ce37761858de0ff81dc /xfce-extra
parentVersion bump. (diff)
downloadgentoo-2-048a91ce31c912a55ecd7a7ca7c7cac5cc5283cd.tar.gz
gentoo-2-048a91ce31c912a55ecd7a7ca7c7cac5cc5283cd.tar.bz2
gentoo-2-048a91ce31c912a55ecd7a7ca7c7cac5cc5283cd.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild36
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild37
3 files changed, 5 insertions, 74 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog
index 2c058602b72a..9a3c4b87458c 100644
--- a/xfce-extra/xfce4-xkb-plugin/ChangeLog
+++ b/xfce-extra/xfce4-xkb-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-xkb-plugin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.46 2014/01/28 14:18:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.47 2014/03/15 12:54:48 ssuominen Exp $
+
+ 15 Mar 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-xkb-plugin-0.5.4.3.ebuild, -xfce4-xkb-plugin-0.5.5.ebuild:
+ old
28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-xkb-plugin-0.5.6.ebuild:
Stable for x86, wrt bug #496018
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild
deleted file mode 100644
index 8eb4d1b2621f..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild,v 1.6 2012/11/28 12:21:52 ssuominen Exp $
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2"
-
-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="x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- >=x11-libs/libxklavier-5
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- >=gnome-base/librsvg-2.18
- x11-proto/kbproto"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild
deleted file mode 100644
index 0e22a17bdc6f..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild,v 1.1 2013/05/20 14:43:14 ssuominen Exp $
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-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=">=gnome-base/librsvg-2.36.2
- x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- x11-libs/libX11
- >=x11-libs/libxklavier-5
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}