summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-10 12:38:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-10 12:38:00 +0000
commit5ad95a9b8dc0ed92e643df549cb71e2251e53a8c (patch)
tree1a6869b4f0fbaadd750ee8ba0d97129d21a4e602 /xfce-extra/xfce4-xkb-plugin
parentppc/ppc64/x86 stable wrt #401229 (diff)
downloadgentoo-2-5ad95a9b8dc0ed92e643df549cb71e2251e53a8c.tar.gz
gentoo-2-5ad95a9b8dc0ed92e643df549cb71e2251e53a8c.tar.bz2
gentoo-2-5ad95a9b8dc0ed92e643df549cb71e2251e53a8c.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog
index 7da7da7bcd32..3319b8372fca 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.38 2012/02/10 12:27:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.39 2012/02/10 12:38:00 ssuominen Exp $
+
+ 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-xkb-plugin-0.5.4.2.ebuild:
+ old
10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-xkb-plugin-0.5.4.3.ebuild:
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild
deleted file mode 100644
index 93001a348941..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 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.2.ebuild,v 1.2 2011/10/16 12:59:41 ssuominen Exp $
-
-EAPI=4
-inherit 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}/0.5/${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=">=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8
- x11-libs/gtk+:2
- >=x11-libs/libxklavier-5
- >=x11-libs/libwnck-2.12:1"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- >=gnome-base/librsvg-2.18:2
- x11-proto/kbproto"
-
-pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS ChangeLog README )
-}