diff options
author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-06 21:05:13 +0200 |
---|---|---|
committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-06 21:05:13 +0200 |
commit | 7a2b8f9d6cd6dca56f4870c3dee373748c6ba81a (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /xfce-base/xfconf/xfconf-9999.ebuild | |
parent | xfmpc: Added --enable-funky-colors to XFCE_CONFIG and removed unneeded patches (diff) | |
download | xfce-7a2b8f9d6cd6dca56f4870c3dee373748c6ba81a.tar.gz xfce-7a2b8f9d6cd6dca56f4870c3dee373748c6ba81a.tar.bz2 xfce-7a2b8f9d6cd6dca56f4870c3dee373748c6ba81a.zip |
Wipe out broken crap. Per ssuominen request.
Diffstat (limited to 'xfce-base/xfconf/xfconf-9999.ebuild')
-rw-r--r-- | xfce-base/xfconf/xfconf-9999.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild deleted file mode 100644 index 7be089d..0000000 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=1 - -inherit xfce4 - -xfce4_core - -DESCRIPTION="Xfce configuration daemon and utilities" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc" - -RDEPEND=">=dev-libs/dbus-glib-0.72 - >=dev-libs/glib-2.12:2 - >=xfce-base/libxfce4util-${XFCE_VERSION}" -DEPEND="${RDEPEND} - doc? ( dev-util/gtk-doc )" - -WANT_GTKDOCIZE="yes" - -pkg_setup() { - XFCE_CONFIG+=" $(use_enable doc gtk-doc)" -} - -DOCS="AUTHORS ChangeLog NEWS README TODO" |