diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-13 00:23:23 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-13 00:23:23 +0000 |
commit | 656ae06f52a3b49392d746c52b5c899b484f1325 (patch) | |
tree | 702ac36977f9087d7d4db25c7736160fa60f63a5 /xfce-base/libxfce4util | |
parent | bugfix release of xfce4. (diff) | |
download | gentoo-2-656ae06f52a3b49392d746c52b5c899b484f1325.tar.gz gentoo-2-656ae06f52a3b49392d746c52b5c899b484f1325.tar.bz2 gentoo-2-656ae06f52a3b49392d746c52b5c899b484f1325.zip |
bugfix release of xfce4.
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 4 | ||||
-rw-r--r-- | xfce-base/libxfce4util/files/digest-libxfce4util-4.0.1 | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild | 23 |
4 files changed, 32 insertions, 3 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 0f43e282f758..f5ec0537e786 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.6 2003/09/25 21:03:12 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.7 2003/11/13 00:18:31 bcowan Exp $ + +*libxfce4util-4.0.1 (12 Nov 2003) + + 12 Nov 2003; Brad Cowan <bcowan@gentoo.org> libxfce4util-4.0.1.ebuild: + bugfix release of xfce4. *libxfce4util-4.0.0 (25 Sep 2003) diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 705b2558d651..ca5787f5e4e4 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,6 +1,6 @@ MD5 3301c2dfcf760d06a1b1bb18bd374efc libxfce4util-4.0.0.ebuild 645 -MD5 ab0523bdfb827071bee148970bcf47a9 libxfce4util-4.0.1.ebuild 648 -MD5 3e270182b7c19f5afb40a0d50bd50a3c ChangeLog 1038 +MD5 ff5d14063375c69f391fdea3a86e228b libxfce4util-4.0.1.ebuild 648 +MD5 d699f5d2bd790cd69aed0bf09bc02f80 ChangeLog 1174 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 87241d013b4f2465e13fe51c6fa56e3f files/digest-libxfce4util-4.0.0 70 MD5 8482c13836537803810fa29b9b2c8158 files/digest-libxfce4util-4.0.1 70 diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.1 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.1 new file mode 100644 index 000000000000..8977b7570a5b --- /dev/null +++ b/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.1 @@ -0,0 +1 @@ +MD5 00d384115fa70d992414e34bba654b7c libxfce4util-4.0.1.tar.gz 302996 diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild new file mode 100644 index 000000000000..ff78c0e736b7 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild,v 1.1 2003/11/13 00:18:32 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Libraries for XFCE4" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog +} |