summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:08:24 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:08:24 +0000
commit1e2b69f794af6bd6fc1ccff9759651c30bdbee1b (patch)
tree05298d9b6e9bc96c7ce2226b5710f81c0169ee47 /x11-misc
parentInitial import. (diff)
downloadgentoo-2-1e2b69f794af6bd6fc1ccff9759651c30bdbee1b.tar.gz
gentoo-2-1e2b69f794af6bd6fc1ccff9759651c30bdbee1b.tar.bz2
gentoo-2-1e2b69f794af6bd6fc1ccff9759651c30bdbee1b.zip
Version bump.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfdesktop/ChangeLog7
-rw-r--r--x11-misc/xfdesktop/Manifest4
-rw-r--r--x11-misc/xfdesktop/files/digest-xfdesktop-3.91.01
-rw-r--r--x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild28
-rw-r--r--x11-misc/xfprint/ChangeLog7
-rw-r--r--x11-misc/xfprint/Manifest4
-rw-r--r--x11-misc/xfprint/files/digest-xfprint-3.91.01
-rw-r--r--x11-misc/xfprint/xfprint-3.91.0.ebuild30
8 files changed, 78 insertions, 4 deletions
diff --git a/x11-misc/xfdesktop/ChangeLog b/x11-misc/xfdesktop/ChangeLog
index 2f2cb5218af8..c2aebb61d68d 100644
--- a/x11-misc/xfdesktop/ChangeLog
+++ b/x11-misc/xfdesktop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfdesktop
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfdesktop/ChangeLog,v 1.1 2003/06/13 19:08:32 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfdesktop/ChangeLog,v 1.2 2003/06/25 06:06:08 bcowan Exp $
+
+*xfdesktop-3.91.0 (25 Jun 2003)
+
+ 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfdesktop-3.91.0.ebuild:
+ Version bump.
*xfdesktop-3.90.0 (13 Jun 2003)
diff --git a/x11-misc/xfdesktop/Manifest b/x11-misc/xfdesktop/Manifest
index 92ec1eeae89b..4f5962f7d407 100644
--- a/x11-misc/xfdesktop/Manifest
+++ b/x11-misc/xfdesktop/Manifest
@@ -1,3 +1,5 @@
-MD5 41598269b83ca8fe3c4e79e2358276ad ChangeLog 341
+MD5 eac27aaadeef44d7c1b95d36ffb86e74 xfdesktop-3.91.0.ebuild 913
+MD5 5ecbbac606b2c4fb0b0c7031ebcd103f ChangeLog 462
MD5 5831fefd1e1c1625022e71fcc21a69de xfdesktop-3.90.0.ebuild 913
MD5 c6cf7c00bac72188466ef97425c12a3f files/digest-xfdesktop-3.90.0 69
+MD5 5a3f84e4bd5076939f3b9b6288fa8a3d files/digest-xfdesktop-3.91.0 69
diff --git a/x11-misc/xfdesktop/files/digest-xfdesktop-3.91.0 b/x11-misc/xfdesktop/files/digest-xfdesktop-3.91.0
new file mode 100644
index 000000000000..a1d76709b0d7
--- /dev/null
+++ b/x11-misc/xfdesktop/files/digest-xfdesktop-3.91.0
@@ -0,0 +1 @@
+MD5 42d2f1e5f7f72ab1ebb790acd61aaac0 xfdesktop-3.91.0.tar.gz 1718943
diff --git a/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild b/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild
new file mode 100644
index 000000000000..0e1516e8e846
--- /dev/null
+++ b/x11-misc/xfdesktop/xfdesktop-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/xfdesktop/xfdesktop-3.91.0.ebuild,v 1.1 2003/06/25 06:06:08 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Xfce4 desktop"
+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/xfprint/ChangeLog b/x11-misc/xfprint/ChangeLog
index 7eb1411b832b..52f4ac4e3fd0 100644
--- a/x11-misc/xfprint/ChangeLog
+++ b/x11-misc/xfprint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfprint
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfprint/ChangeLog,v 1.2 2003/06/14 16:04:46 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfprint/ChangeLog,v 1.3 2003/06/25 06:08:08 bcowan Exp $
+
+*xfprint-3.91.0 (25 Jun 2003)
+
+ 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.91.0.ebuild:
+ Version bump.
14 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.90.0.ebuild:
Added some deps brought to my attention by Mathy Vanvoorden.
diff --git a/x11-misc/xfprint/Manifest b/x11-misc/xfprint/Manifest
index 76398fb1e737..f9b399edf6dc 100644
--- a/x11-misc/xfprint/Manifest
+++ b/x11-misc/xfprint/Manifest
@@ -1,3 +1,5 @@
MD5 f5bafcf9d5a6ef368abfe77c4cb20953 xfprint-3.90.0.ebuild 953
-MD5 d30af8a024dab6d8d666c5f4adde5c52 ChangeLog 466
+MD5 f4624dc1ad75addd3577797bc4e4f45a xfprint-3.91.0.ebuild 954
+MD5 8f0c32436a2d3042c12fbec95bcb5b50 ChangeLog 583
MD5 33e4b8ddf3d5f0874a46ff4834dfaf09 files/digest-xfprint-3.90.0 66
+MD5 d571cb86319d9834d79e2c53bd48a935 files/digest-xfprint-3.91.0 66
diff --git a/x11-misc/xfprint/files/digest-xfprint-3.91.0 b/x11-misc/xfprint/files/digest-xfprint-3.91.0
new file mode 100644
index 000000000000..24b56dd6d5b0
--- /dev/null
+++ b/x11-misc/xfprint/files/digest-xfprint-3.91.0
@@ -0,0 +1 @@
+MD5 682ddf327659a0929ecbeb0df72ba2c3 xfprint-3.91.0.tar.gz 279423
diff --git a/x11-misc/xfprint/xfprint-3.91.0.ebuild b/x11-misc/xfprint/xfprint-3.91.0.ebuild
new file mode 100644
index 000000000000..e2a1fc9c2df3
--- /dev/null
+++ b/x11-misc/xfprint/xfprint-3.91.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfprint/xfprint-3.91.0.ebuild,v 1.1 2003/06/25 06:08:08 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Printing plugin for XFCE4"
+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
+ app-text/a2ps
+ app-text/psutils
+ =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
+}