diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 16:17:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 16:17:16 +0000 |
commit | 7ceff7b5caf75dee9208a6e859585acba4f371d9 (patch) | |
tree | 122ae0d657054d63aaa13c44adda634c51614523 /xfce-base | |
parent | Rename xfce4-xkb to xfce4-xkb-plugin. (diff) | |
download | gentoo-2-7ceff7b5caf75dee9208a6e859585acba4f371d9.tar.gz gentoo-2-7ceff7b5caf75dee9208a6e859585acba4f371d9.tar.bz2 gentoo-2-7ceff7b5caf75dee9208a6e859585acba4f371d9.zip |
old
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | xfce-base/libxfcegui4/libxfcegui4-4.6.1.ebuild | 32 |
2 files changed, 2 insertions, 34 deletions
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild index 93b93e21d6df..ea617ffde7ec 100644 --- a/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild +++ b/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.2 2009/08/01 20:50:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.3 2009/08/23 16:17:16 ssuominen Exp $ EAPI=2 inherit xfconf @@ -10,7 +10,7 @@ HOMEPAGE="http://www.xfce.org/projects/libraries" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug glade startup-notification" RDEPEND="gnome-base/libglade diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.6.1.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.6.1.ebuild deleted file mode 100644 index 46682da90f06..000000000000 --- a/xfce-base/libxfcegui4/libxfcegui4-4.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1.ebuild,v 1.10 2009/07/27 17:31:26 nixnut Exp $ - -EAPI="1" - -inherit xfce4 - -xfce4_core - -DESCRIPTION="Unified widgets library" -HOMEPAGE="http://www.xfce.org/projects/libraries" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -LICENSE="LGPL-2" -IUSE="debug doc startup-notification" - -RDEPEND="gnome-base/libglade - x11-libs/libSM - x11-libs/libX11 - >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-${XFCE_VERSION} - >=xfce-base/xfconf-${XFCE_VERSION} - startup-notification? ( x11-libs/startup-notification )" -DEPEND="${RDEPEND} - dev-util/intltool - doc? ( dev-util/gtk-doc )" - -pkg_setup() { - XFCE_CONFIG+=" $(use_enable doc gtk-doc)" -} - -DOCS="AUTHORS ChangeLog NEWS README TODO" |