summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 07:01:08 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 07:01:08 +0000
commitc17b42b75187f0c0f101194308cccb2b5a8845ad (patch)
tree44b2c28917561be72230c4a8fd063a392c0d78e8 /xfce-extra/xfce4-toys
parentPunted old ebuilds. (diff)
downloadhistorical-c17b42b75187f0c0f101194308cccb2b5a8845ad.tar.gz
historical-c17b42b75187f0c0f101194308cccb2b5a8845ad.tar.bz2
historical-c17b42b75187f0c0f101194308cccb2b5a8845ad.zip
Xfce builds for new eclass and modular Xorg.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-extra/xfce4-toys')
-rw-r--r--xfce-extra/xfce4-toys/ChangeLog7
-rw-r--r--xfce-extra/xfce4-toys/Manifest8
-rw-r--r--xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.2-r11
-rw-r--r--xfce-extra/xfce4-toys/xfce4-toys-4.2.2-r1.ebuild16
4 files changed, 25 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-toys/ChangeLog b/xfce-extra/xfce4-toys/ChangeLog
index 4c9ba6a25255..3812e7bfa535 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.55 2005/07/12 12:45:46 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.56 2005/10/06 06:55:33 bcowan Exp $
+
+*xfce4-toys-4.2.2-r1 (06 Oct 2005)
+
+ 06 Oct 2005; Brad Cowan <bcowan@gentoo.org> +xfce4-toys-4.2.2-r1.ebuild:
+ Xfce builds for new eclass and modular Xorg.
12 Jul 2005; Simon Stelling <blubb@gentoo.org> xfce4-toys-4.2.2.ebuild:
stable on amd64
diff --git a/xfce-extra/xfce4-toys/Manifest b/xfce-extra/xfce4-toys/Manifest
index a9623c67eab1..6d67ace17cfa 100644
--- a/xfce-extra/xfce4-toys/Manifest
+++ b/xfce-extra/xfce4-toys/Manifest
@@ -1,6 +1,2 @@
-MD5 444168491470ba2df4b5cff78e39601a xfce4-toys-4.2.2.ebuild 384
-MD5 a20cb781d9fa04b1930bb571c002d48c xfce4-toys-4.2.1.ebuild 397
-MD5 7ad37c95b5321ba2f7adeb13c7bd77ba ChangeLog 6611
-MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157
-MD5 e57b8e8e6d0bcd722588e9a4b4e9da6a files/digest-xfce4-toys-4.2.1 68
-MD5 a895616888f1136a0ae73affcbf958cc files/digest-xfce4-toys-4.2.2 68
+MD5 8c8a3177ba918c40e84fb3e57496fb14 xfce4-toys-4.2.2-r1.ebuild 398
+MD5 a895616888f1136a0ae73affcbf958cc files/digest-xfce4-toys-4.2.2-r1 68
diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.2-r1 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.2-r1
new file mode 100644
index 000000000000..d7001b3f6b26
--- /dev/null
+++ b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.2-r1
@@ -0,0 +1 @@
+MD5 b8f10d38a94622f38d4a064bcae6fdc6 xfce4-toys-4.2.2.tar.gz 412857
diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.2.2-r1.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.2.2-r1.ebuild
new file mode 100644
index 000000000000..bc08543cb4b1
--- /dev/null
+++ b/xfce-extra/xfce4-toys/xfce4-toys-4.2.2-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.2.2-r1.ebuild,v 1.1 2005/10/06 06:55:33 bcowan Exp $
+
+inherit xfce42
+
+DESCRIPTION="Xfce 4 panel toys plugin"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="|| ( ( x11-libs/libX11
+ x11-libs/libICE
+ x11-libs/libSM )
+ virtual/x11 )
+ ~xfce-base/xfce4-panel-${PV}"
+
+core_package \ No newline at end of file