diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-14 23:49:39 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-14 23:49:39 +0000 |
commit | d6221ce1c9095c312883bf4a63b472bd1d1e48a3 (patch) | |
tree | d76a23818ab29a7e06ca1f3484ad0d579af6a4d9 /xfce-base | |
parent | add gnutls symbols patch (diff) | |
download | historical-d6221ce1c9095c312883bf4a63b472bd1d1e48a3.tar.gz historical-d6221ce1c9095c312883bf4a63b472bd1d1e48a3.tar.bz2 historical-d6221ce1c9095c312883bf4a63b472bd1d1e48a3.zip |
use enable gtk-doc
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 16 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild | 6 |
2 files changed, 7 insertions, 15 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 44f477c1def5..ac3c4cf614ed 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 36b47c0cde09fc5f1cf19a699e6b10c3 libxfce4util-4.2.0.ebuild 461 +MD5 78ec411ad9c5255b2b32d8acb68806fa libxfce4util-4.0.6.ebuild 732 MD5 7b568bb4c47d196959eca599d98bfe09 ChangeLog 5762 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 -MD5 8d43b3491b9f1fb3cab47ac70cf78be5 libxfce4util-4.2.0.ebuild 402 -MD5 78ec411ad9c5255b2b32d8acb68806fa libxfce4util-4.0.6.ebuild 732 -MD5 767623de028b6ecae2141c3c5d2478c0 files/digest-libxfce4util-4.2.0 71 MD5 71f8db52c0e0da0e1ee4a70c35c0edd6 files/digest-libxfce4util-4.0.6 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCCUvDugEuf3OQ0akRAtxTAJ9P9r1PmtJ6an8upFXDksDZZhPtmACfZSO6 -AGw/CKGaLjZ2fxEhfbay7+Y= -=js/j ------END PGP SIGNATURE----- +MD5 767623de028b6ecae2141c3c5d2478c0 files/digest-libxfce4util-4.2.0 71 diff --git a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild index d441c33310c3..f79a1ac07f26 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.7 2005/02/08 23:31:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.8 2005/02/14 23:49:39 bcowan Exp $ DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +IUSE="doc" BZIPPED=1 -RDEPEND="dev-util/gtk-doc" +RDEPEND="doc? ( dev-util/gtk-doc )" +XFCE_CONFIG="`use_enable doc gtk-doc`" inherit xfce4 |