summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:01:24 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:01:24 +0000
commit3286a8f87633d0c754c6e9069567f9ea3db22c04 (patch)
tree9e3ea645257797bf688cca0788c5b3b560826428 /x11-misc
parentAdded 5 MIPS-specific flags to ALLOWED_FLAGS. -mips[1-4] specifies the (diff)
downloadgentoo-2-3286a8f87633d0c754c6e9069567f9ea3db22c04.tar.gz
gentoo-2-3286a8f87633d0c754c6e9069567f9ea3db22c04.tar.bz2
gentoo-2-3286a8f87633d0c754c6e9069567f9ea3db22c04.zip
Version bump.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfce4-iconbox/ChangeLog7
-rw-r--r--x11-misc/xfce4-iconbox/Manifest4
-rw-r--r--x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.01
-rw-r--r--x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild28
-rw-r--r--x11-misc/xfce4-panel/ChangeLog7
-rw-r--r--x11-misc/xfce4-panel/Manifest4
-rw-r--r--x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.01
-rw-r--r--x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild28
8 files changed, 76 insertions, 4 deletions
diff --git a/x11-misc/xfce4-iconbox/ChangeLog b/x11-misc/xfce4-iconbox/ChangeLog
index f03b04ec64a5..3c5b3f635884 100644
--- a/x11-misc/xfce4-iconbox/ChangeLog
+++ b/x11-misc/xfce4-iconbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfce4-iconbox
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/ChangeLog,v 1.1 2003/06/13 18:58:49 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/ChangeLog,v 1.2 2003/06/25 05:59:03 bcowan Exp $
+
+*xfce4-iconbox-3.91.0 (25 Jun 2003)
+
+ 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-iconbox-3.91.0.ebuild:
+ Version bump.
*xfce4-iconbox-3.90.0 (13 Jun 2003)
diff --git a/x11-misc/xfce4-iconbox/Manifest b/x11-misc/xfce4-iconbox/Manifest
index 8c08ec223314..2f1c9250fa56 100644
--- a/x11-misc/xfce4-iconbox/Manifest
+++ b/x11-misc/xfce4-iconbox/Manifest
@@ -1,3 +1,5 @@
MD5 82dd22f013c3a04c86b67da736e1d23d xfce4-iconbox-3.90.0.ebuild 921
-MD5 edf5c10217497b3559a56204a5020a58 ChangeLog 357
+MD5 9ebcca014990ada063b2a947e82eaced ChangeLog 486
+MD5 3a5e0dfb1cfaaac7d2aa747a55597a09 xfce4-iconbox-3.91.0.ebuild 921
MD5 8797839544a9bd5c1c2d220c0769311e files/digest-xfce4-iconbox-3.90.0 72
+MD5 87e2f655d7e8a808ae610c5641b2535d files/digest-xfce4-iconbox-3.91.0 72
diff --git a/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0 b/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0
new file mode 100644
index 000000000000..0a4a644e1dfa
--- /dev/null
+++ b/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0
@@ -0,0 +1 @@
+MD5 bc3d429a2b62e2d3c9bb8da2a4dd5920 xfce4-iconbox-3.91.0.tar.gz 236554
diff --git a/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild b/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild
new file mode 100644
index 000000000000..2fb161e6c8d6
--- /dev/null
+++ b/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild,v 1.1 2003/06/25 05:59:03 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Xfce4 iconbox"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2
+ =x11-libs/libxfce4util-3.91.0
+ =x11-libs/libxfcegui4-3.91.0
+ =x11-libs/libxfce4mcs-3.91.0
+ =x11-misc/xfce-mcs-manager-3.91.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+}
diff --git a/x11-misc/xfce4-panel/ChangeLog b/x11-misc/xfce4-panel/ChangeLog
index 282ac8b6d1b1..3cedff033a28 100644
--- a/x11-misc/xfce4-panel/ChangeLog
+++ b/x11-misc/xfce4-panel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfce4-panel
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/ChangeLog,v 1.1 2003/06/13 19:03:33 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/ChangeLog,v 1.2 2003/06/25 06:01:08 bcowan Exp $
+
+*xfce4-panel-3.91.0 (25 Jun 2003)
+
+ 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-panel-3.91.0.ebuild:
+ Version bump.
*xfce4-panel-3.90.0 (13 Jun 2003)
diff --git a/x11-misc/xfce4-panel/Manifest b/x11-misc/xfce4-panel/Manifest
index 40c7b53f6f03..8547db4b9aa1 100644
--- a/x11-misc/xfce4-panel/Manifest
+++ b/x11-misc/xfce4-panel/Manifest
@@ -1,3 +1,5 @@
+MD5 aaf17f6099897d07dcf109593f63d4c2 xfce4-panel-3.91.0.ebuild 915
MD5 fb6226f1d554d80df8d7f0a358e1940a xfce4-panel-3.90.0.ebuild 915
-MD5 1dcdc45283968c09921159e33e2c3125 ChangeLog 349
+MD5 12df6cbd83c3ff37f923f53e020b96c4 ChangeLog 474
MD5 d4fc9f75e3e4980bfa865ce3eb788976 files/digest-xfce4-panel-3.90.0 70
+MD5 e81e11b7779a4d91c44555e50b78548b files/digest-xfce4-panel-3.91.0 70
diff --git a/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0 b/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0
new file mode 100644
index 000000000000..75523c4aa0b5
--- /dev/null
+++ b/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0
@@ -0,0 +1 @@
+MD5 04b4212b5aa4374f4846a918ce67fef1 xfce4-panel-3.91.0.tar.gz 947680
diff --git a/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild b/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild
new file mode 100644
index 000000000000..a249d6d404b8
--- /dev/null
+++ b/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild,v 1.1 2003/06/25 06:01:08 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Xfce4 panel"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2
+ =x11-libs/libxfce4util-3.91.0
+ =x11-libs/libxfcegui4-3.91.0
+ =x11-libs/libxfce4mcs-3.91.0
+ =x11-misc/xfce-mcs-manager-3.91.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+}