summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xdiskusage/ChangeLog7
-rw-r--r--x11-misc/xdiskusage/Manifest6
-rw-r--r--x11-misc/xdiskusage/files/digest-xdiskusage-1.481
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.48.ebuild31
-rw-r--r--x11-plugins/wmxkb/ChangeLog9
-rw-r--r--x11-plugins/wmxkb/Manifest2
-rw-r--r--x11-plugins/wmxkb/files/digest-wmxkb-1.2.21
-rw-r--r--x11-plugins/wmxkb/wmxkb-1.2.2.ebuild22
8 files changed, 74 insertions, 5 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog
index 2bb4ee9ea5f5..0fef6440a4ea 100644
--- a/x11-misc/xdiskusage/ChangeLog
+++ b/x11-misc/xdiskusage/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xdiskusage
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.8 2005/04/28 22:31:54 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.9 2005/06/15 09:12:17 pyrania Exp $
+
+*xdiskusage-1.48 (15 Jun 2005)
+
+ 15 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +xdiskusage-1.48.ebuild:
+ Version bump.
28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
xdiskusage-1.46.ebuild:
diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index dc5787c2909a..b119b91641dc 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1,4 +1,6 @@
-MD5 710eb79c1105dfb6092a5246760eca71 ChangeLog 850
-MD5 396489b6f1da40e2868244e103f30ce2 metadata.xml 296
+MD5 7ff9659a414d43f5c97bc771712449f2 ChangeLog 974
MD5 2c12cf58b5e427c18fcebe03370bf35f xdiskusage-1.46.ebuild 765
+MD5 1758c60c407b7f79bcce195015ee776d xdiskusage-1.48.ebuild 766
+MD5 396489b6f1da40e2868244e103f30ce2 metadata.xml 296
MD5 1853a7ed9d290b77adfb1fb172179841 files/digest-xdiskusage-1.46 63
+MD5 a59c5a641ce70122426e1b770900589c files/digest-xdiskusage-1.48 63
diff --git a/x11-misc/xdiskusage/files/digest-xdiskusage-1.48 b/x11-misc/xdiskusage/files/digest-xdiskusage-1.48
new file mode 100644
index 000000000000..be37ec87535b
--- /dev/null
+++ b/x11-misc/xdiskusage/files/digest-xdiskusage-1.48
@@ -0,0 +1 @@
+MD5 a902aa9d73761ade98256c3cd5c1f533 xdiskusage-1.48.tgz 37332
diff --git a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild
new file mode 100644
index 000000000000..6ac5ad1b709c
--- /dev/null
+++ b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.1 2005/06/15 09:12:17 pyrania Exp $
+
+DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
+SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz"
+HOMEPAGE="http://xdiskusage.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="virtual/x11
+ x11-libs/fltk
+ media-libs/glut"
+
+src_compile() {
+ econf || die "configure failed"
+
+ make \
+ CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" \
+ LDLIBS="`fltk-config --ldflags`" \
+ || die "parallel make failed"
+}
+
+src_install() {
+ dobin xdiskusage
+ doman xdiskusage.1
+ dodoc README
+}
diff --git a/x11-plugins/wmxkb/ChangeLog b/x11-plugins/wmxkb/ChangeLog
index 8d32eb03474d..11ed189cbbea 100644
--- a/x11-plugins/wmxkb/ChangeLog
+++ b/x11-plugins/wmxkb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmxkb
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.3 2004/06/24 23:20:22 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.4 2005/06/15 09:07:57 pyrania Exp $
+
+*wmxkb-1.2.2 (15 Jun 2005)
+
+ 15 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +wmxkb-1.2.2.ebuild:
+ Version bump.
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> wmxkb-1.2.0.ebuild:
Marked stable.
diff --git a/x11-plugins/wmxkb/Manifest b/x11-plugins/wmxkb/Manifest
index a99a874115d8..1519923d68b2 100644
--- a/x11-plugins/wmxkb/Manifest
+++ b/x11-plugins/wmxkb/Manifest
@@ -1,4 +1,6 @@
MD5 7404938a1499a3d7bfa1487154368def wmxkb-1.2.0.ebuild 677
MD5 6b4040edc28d9a2d66d41493b50db966 ChangeLog 418
+MD5 933a2bcba418f629c6d0940339bb1bbf wmxkb-1.2.2.ebuild 678
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 6a130f569c76b42786942f4b50b73082 files/digest-wmxkb-1.2.0 63
+MD5 a533fe57cfea3d25bb400d5f91ae1f60 files/digest-wmxkb-1.2.2 63
diff --git a/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2 b/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2
new file mode 100644
index 000000000000..f8245259a9c6
--- /dev/null
+++ b/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2
@@ -0,0 +1 @@
+MD5 94ffa0bd8ecc317a71e837bcc7662a49 wmxkb-1.2.2.tar.gz 196726
diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
new file mode 100644
index 000000000000..18712156f815
--- /dev/null
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.1 2005/06/15 09:07:57 pyrania Exp $
+
+IUSE=""
+
+DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
+HOMEPAGE="http://www.geocities.com/wmalms/#WMXKB"
+SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~sparc ~x86"
+
+DEPEND="virtual/x11"
+
+src_install () {
+ make DESTDIR=${D} BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc DATADIR=${D}/usr/share install
+ dodoc README
+ cd ${WORKDIR}/${P}/doc
+ dodoc manual_body.html manual_title.html manual.book
+}