summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmswallow/wmswallow-0.6.1.ebuild')
-rw-r--r--x11-plugins/wmswallow/wmswallow-0.6.1.ebuild12
1 files changed, 6 insertions, 6 deletions
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
}