summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmswallow')
-rw-r--r--x11-plugins/wmswallow/ChangeLog10
-rw-r--r--x11-plugins/wmswallow/Manifest5
-rw-r--r--x11-plugins/wmswallow/metadata.xml2
-rw-r--r--x11-plugins/wmswallow/wmswallow-0.6.1.ebuild12
4 files changed, 17 insertions, 12 deletions
diff --git a/x11-plugins/wmswallow/ChangeLog b/x11-plugins/wmswallow/ChangeLog
index e3ffdefdbe6e..8239dca511a4 100644
--- a/x11-plugins/wmswallow/ChangeLog
+++ b/x11-plugins/wmswallow/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmswallow
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.1 2003/07/17 02:49:11 raker Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.1.1.1 2005/11/30 10:10:48 chriswhite Exp $
+
+ 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org>; wmswallow-0.6.1.ebuild:
+ Removed INSTALL and LICENSE from dodoc.
+
+ 13 Apr 2004; Don Seiler <rizzo@gentoo.org>; wmswallow-0.6.1.ebuild:
+ Changed dependency to virtual/x11 to work with x11-base/xorg-x11
*wmswallow-0.6.1 (16 Jul 2003)
diff --git a/x11-plugins/wmswallow/Manifest b/x11-plugins/wmswallow/Manifest
index 46ac3c0669ab..bb1923d3da25 100644
--- a/x11-plugins/wmswallow/Manifest
+++ b/x11-plugins/wmswallow/Manifest
@@ -1,3 +1,4 @@
-MD5 da2bf37f5194bc562130888b7a380e6b ChangeLog 284
-MD5 36ec2bda3e42d66e6d4929913cc19e7d wmswallow-0.6.1.ebuild 621
+MD5 0f14b847cb011315ce0990a3be4ecf8e ChangeLog 626
+MD5 e86d4130b9bc927ad4f33f551a8541ba metadata.xml 560
+MD5 1276b9cb861063c9a545d0b5d25754cf wmswallow-0.6.1.ebuild 708
MD5 4dac6dda847dcd465cc6a8666535394a files/digest-wmswallow-0.6.1 59
diff --git a/x11-plugins/wmswallow/metadata.xml b/x11-plugins/wmswallow/metadata.xml
index b178fb9644a0..50d126d55f8d 100644
--- a/x11-plugins/wmswallow/metadata.xml
+++ b/x11-plugins/wmswallow/metadata.xml
@@ -1,5 +1,3 @@
- * Generated metadata.xml:
-
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
index 47d4b693c499..7e1de6d792c8 100644
--- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
+++ b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.1 2003/07/17 02:49:11 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.1.1.1 2005/11/30 10:10:48 chriswhite Exp $
IUSE=""
DESCRIPTION="A dock applet to make any application dockable."
HOMEPAGE="http://burse.uni-hamburg.de/~friedel/software/wmswallow.html"
-SRC_URI="http://burse.uni-hamburg.de/~friedel/software/${PN}/${PN}.tar.Z"
+SRC_URI="http://burse.uni-hamburg.de/~friedel/software/wmswallow/${PN}.tar.Z"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 amd64"
-DEPEND="x11-base/xfree"
+DEPEND="virtual/x11"
S=${WORKDIR}/wmswallow
@@ -24,6 +24,6 @@ src_install() {
insinto /usr/bin
doins wmswallow
fperms 755 /usr/bin/wmswallow
- dodoc CHANGELOG INSTALL LICENSE README README.solaris todo
+ dodoc CHANGELOG README README.solaris todo
}