summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 18:36:24 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 18:36:24 +0000
commit8433a483b4ae1a3f76c526457aeecf8e5b5a22f8 (patch)
tree18d117a0aa54b86d448c6faef6f73eebfb57f47c /xfce-extra/xfce4-toys
parentBeta version of new 4.2 release. Contains too numerous improvements to list. ... (diff)
downloadgentoo-2-8433a483b4ae1a3f76c526457aeecf8e5b5a22f8.tar.gz
gentoo-2-8433a483b4ae1a3f76c526457aeecf8e5b5a22f8.tar.bz2
gentoo-2-8433a483b4ae1a3f76c526457aeecf8e5b5a22f8.zip
Beta version of new 4.2 release. Contains too numerous improvements to list.
Diffstat (limited to 'xfce-extra/xfce4-toys')
-rw-r--r--xfce-extra/xfce4-toys/ChangeLog7
-rw-r--r--xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.901
-rw-r--r--xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild30
3 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-toys/ChangeLog b/xfce-extra/xfce4-toys/ChangeLog
index 4e7a1cce5301..2693b156fa01 100644
--- a/xfce-extra/xfce4-toys/ChangeLog
+++ b/xfce-extra/xfce4-toys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-toys
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.33 2004/09/19 04:11:53 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.34 2004/10/04 18:33:19 bcowan Exp $
+
+*xfce4-toys-4.1.90 (04 Oct 2004)
+
+ 04 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-toys-4.1.90.ebuild:
+ Beta version of new 4.2 release. Contains too numerous improvements to list.
18 Sep 2004; Tom Gall <tgall@gentoo.org> xfce4-toys-4.0.6.ebuild:
Stable on ppc64, bug #57744
diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.90 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.90
new file mode 100644
index 000000000000..8592255ba2e8
--- /dev/null
+++ b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.90
@@ -0,0 +1 @@
+MD5 712b5017857b7f86446129cc94ea12a5 xfce4-toys-4.1.90.tar.gz 397091
diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild
new file mode 100644
index 000000000000..7a6867decd44
--- /dev/null
+++ b/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+
+DESCRIPTION="Xfce 4 panel toys plugin"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
+HOMEPAGE="http://xfce.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips"
+
+RDEPEND="virtual/x11
+ >=x11-libs/gtk+-2.2*
+ dev-libs/libxml2
+ =xfce-base/libxfce4util-4.1.90
+ =xfce-base/libxfcegui4-4.1.90
+ =xfce-base/libxfce4mcs-4.1.90
+ =xfce-base/xfce-mcs-manager-4.1.90
+ =xfce-base/xfce4-panel-4.1.90"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ !<xfce-extra/xfce4-toys-4.1.90"
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog* AUTHORS README* TODO*
+}