summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-06-26 10:24:33 +0000
committerChristian Birchinger <joker@gentoo.org>2003-06-26 10:24:33 +0000
commit5f30a388502238b4dc062c73ed4c588909eae599 (patch)
treec2d23b28ac5a1dc098b249526ce82e77d053129e /x11-plugins/wmcliphist
parenttypo (diff)
downloadgentoo-2-5f30a388502238b4dc062c73ed4c588909eae599.tar.gz
gentoo-2-5f30a388502238b4dc062c73ed4c588909eae599.tar.bz2
gentoo-2-5f30a388502238b4dc062c73ed4c588909eae599.zip
Version bump
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r--x11-plugins/wmcliphist/Manifest4
-rw-r--r--x11-plugins/wmcliphist/files/digest-wmcliphist-0.51
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-0.5.ebuild22
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-plugins/wmcliphist/Manifest b/x11-plugins/wmcliphist/Manifest
index 6f292928016d..d0715d246cd8 100644
--- a/x11-plugins/wmcliphist/Manifest
+++ b/x11-plugins/wmcliphist/Manifest
@@ -1,3 +1,5 @@
-MD5 c7a6a1f2f8c9f59bf152ff19aaac2e7a wmcliphist-0.3.ebuild 604
MD5 cf4541dfd3fc9c5f13957af0098494a0 ChangeLog 358
+MD5 c7a6a1f2f8c9f59bf152ff19aaac2e7a wmcliphist-0.3.ebuild 604
+MD5 838b2798129698b20bd7e4ec40742d1a wmcliphist-0.5.ebuild 613
MD5 c9cd56c59caa2c634d3235c132cbf22c files/digest-wmcliphist-0.3 65
+MD5 1d625b26af8f38aca33fbc9c0da0c0f8 files/digest-wmcliphist-0.5 65
diff --git a/x11-plugins/wmcliphist/files/digest-wmcliphist-0.5 b/x11-plugins/wmcliphist/files/digest-wmcliphist-0.5
new file mode 100644
index 000000000000..9816da6dd437
--- /dev/null
+++ b/x11-plugins/wmcliphist/files/digest-wmcliphist-0.5
@@ -0,0 +1 @@
+MD5 7de2d6d1bd948bb76e9e43f87d01b0c2 wmcliphist-0.5.tar.gz 88021
diff --git a/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild
new file mode 100644
index 000000000000..42485704fad2
--- /dev/null
+++ b/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild,v 1.1 2003/06/26 10:24:24 joker Exp $
+
+DESCRIPTION="Dockable clipboard history application for Window Maker"
+HOMEPAGE="http://linux.nawebu.cz/wmcliphist/"
+SRC_URI="http://linux.nawebu.cz/wmcliphist/${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+SLOT="0"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin wmcliphist
+ dodoc ChangeLog README
+ newdoc .wmcliphistrc wmcliphistrc.sample
+}