summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 18:12:25 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 18:12:25 +0000
commit6068be2e38ac3b12a23f734526605ca1def3efad (patch)
treeb1d3a697a84cf19fa3981a8517ff4e8ae78fffa4 /xfce-base/libxfce4util
parentremove !arch? in *DEPEND, use.mask instead. Stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-6068be2e38ac3b12a23f734526605ca1def3efad.tar.gz
gentoo-2-6068be2e38ac3b12a23f734526605ca1def3efad.tar.bz2
gentoo-2-6068be2e38ac3b12a23f734526605ca1def3efad.zip
Beta version of new 4.2 release. Contains too numerous improvements to list.
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/ChangeLog7
-rw-r--r--xfce-base/libxfce4util/files/digest-libxfce4util-4.1.901
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.1.90.ebuild25
3 files changed, 32 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 0b4d829fbf3a..b30c2279b22e 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.33 2004/09/18 02:52:41 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.34 2004/10/04 18:09:43 bcowan Exp $
+
+*libxfce4util-4.1.90 (04 Oct 2004)
+
+ 04 Oct 2004; Brad Cowan <bcowan@gentoo.org> +libxfce4util-4.1.90.ebuild:
+ Beta version of new 4.2 release. Contains too numerous improvements to list.
17 Sep 2004; Tom Gall <tgall@gentoo.org> libxfce4util-4.0.6.ebuild:
stable on ppc64, bug #57744
diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.90 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.90
new file mode 100644
index 000000000000..a59b23920abc
--- /dev/null
+++ b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.90
@@ -0,0 +1 @@
+MD5 28a90871a572e51ea9c9bd3c903af4c6 libxfce4util-4.1.90.tar.gz 442799
diff --git a/xfce-base/libxfce4util/libxfce4util-4.1.90.ebuild b/xfce-base/libxfce4util/libxfce4util-4.1.90.ebuild
new file mode 100644
index 000000000000..43b03079291b
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.1.90.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+DESCRIPTION="Libraries for Xfce 4"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
+HOMEPAGE="http://xfce.org"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips"
+
+RDEPEND="virtual/x11
+ >=x11-libs/gtk+-2.2*
+ dev-libs/libxml2
+ dev-util/gtk-doc"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ !<xfce-base/libxfce4util-4.1.90"
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog* AUTHORS README* TODO*
+}