diff options
author | 2008-11-10 09:36:11 +0000 | |
---|---|---|
committer | 2008-11-10 09:36:11 +0000 | |
commit | 1bd2b2d801a8862d4205dd11082dc7455453673a (patch) | |
tree | 10f40831ef2e6da822cad88c33dab092018734ef /xfce-extra | |
parent | Openal support went away awhile ago (bug #246105) (diff) | |
download | gentoo-2-1bd2b2d801a8862d4205dd11082dc7455453673a.tar.gz gentoo-2-1bd2b2d801a8862d4205dd11082dc7455453673a.tar.bz2 gentoo-2-1bd2b2d801a8862d4205dd11082dc7455453673a.zip |
Version bump
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3 x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb/xfce4-xkb-0.5.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-xkb/ChangeLog b/xfce-extra/xfce4-xkb/ChangeLog index 548e08f1931c..29eb9815bda0 100644 --- a/xfce-extra/xfce4-xkb/ChangeLog +++ b/xfce-extra/xfce4-xkb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-xkb # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/ChangeLog,v 1.29 2008/11/08 17:12:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/ChangeLog,v 1.30 2008/11/10 09:36:11 angelos Exp $ + +*xfce4-xkb-0.5.2 (10 Nov 2008) + + 10 Nov 2008; Christoph Mende <angelos@gentoo.org> +xfce4-xkb-0.5.2.ebuild: + Version bump 08 Nov 2008; Raúl Porcel <armin76@gentoo.org> xfce4-xkb-0.5.1.ebuild: alpha/arm/ia64/sparc/x86 stable wrt #245970 diff --git a/xfce-extra/xfce4-xkb/xfce4-xkb-0.5.2.ebuild b/xfce-extra/xfce4-xkb/xfce4-xkb-0.5.2.ebuild new file mode 100644 index 000000000000..52ee3dd48756 --- /dev/null +++ b/xfce-extra/xfce4-xkb/xfce4-xkb-0.5.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/xfce4-xkb-0.5.2.ebuild,v 1.1 2008/11/10 09:36:11 angelos Exp $ + +inherit xfce44 + +xfce44 +xfce44_gzipped + +DESCRIPTION="XKB layout switching panel plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND=">=x11-libs/libxklavier-3.2 + x11-libs/libwnck" +DEPEND="${RDEPEND} + dev-util/intltool + x11-proto/kbproto" + +DOCS="AUTHORS ChangeLog NEWS README" + +xfce44_goodies_panel_plugin |