diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
commit | afeec03d273a973cfed0f04f0a15f7338f32fe1c (patch) | |
tree | f6aec14d6d03fe787b17f581e9f5f05c49b09b9d /xfce-base/libxfce4util | |
parent | fixed cp -r for *BSD/Darwin (diff) | |
download | gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.tar.gz gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.tar.bz2 gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.zip |
eclass fixes
(Portage version: 2.0.51-r15)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 29c55f7ce5b9..231c56df5b6a 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,6 +1,2 @@ -MD5 48c5f1a5b0f2b9e6399d01ace7228faa libxfce4util-4.2.0.ebuild 404 -MD5 78ec411ad9c5255b2b32d8acb68806fa libxfce4util-4.0.6.ebuild 732 -MD5 34d31416ab9b59c810c157bebab03ae0 ChangeLog 5660 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 -MD5 71f8db52c0e0da0e1ee4a70c35c0edd6 files/digest-libxfce4util-4.0.6 70 +MD5 23910cd552119b38dd1ce9c915e77834 libxfce4util-4.2.0.ebuild 403 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 c61125fd277f..6903a6f8f363 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild @@ -1,12 +1,12 @@ # 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.5 2005/01/31 15:25:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.6 2005/02/01 17:41:21 bcowan Exp $ DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" BZIPPED=1 -XRDEPEND="dev-util/gtk-doc" +RDEPEND="dev-util/gtk-doc" inherit xfce4 |