summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Holland <tigger@gentoo.org>2003-06-05 11:05:03 +0000
committerRob Holland <tigger@gentoo.org>2003-06-05 11:05:03 +0000
commitee0061c08c1af4392920251ed2d8eb036c713012 (patch)
tree2efcce0e6fc275fba43cea2add2f0a8fe18f441f /x11-plugins/wmcliphist
parentInitial version by <joker@gentoo.org> (diff)
downloadhistorical-ee0061c08c1af4392920251ed2d8eb036c713012.tar.gz
historical-ee0061c08c1af4392920251ed2d8eb036c713012.tar.bz2
historical-ee0061c08c1af4392920251ed2d8eb036c713012.zip
Initial version by <joker@gentoo.org>
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r--x11-plugins/wmcliphist/Manifest4
-rw-r--r--x11-plugins/wmcliphist/files/digest-wmcliphist-0.31
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-0.3.ebuild22
3 files changed, 25 insertions, 2 deletions
diff --git a/x11-plugins/wmcliphist/Manifest b/x11-plugins/wmcliphist/Manifest
index 4e77d034a9bf..6f292928016d 100644
--- a/x11-plugins/wmcliphist/Manifest
+++ b/x11-plugins/wmcliphist/Manifest
@@ -1,3 +1,3 @@
-MD5 0357cf92a14cf180835589fafc41913b wmcliphist-0.3.ebuild 499
-MD5 4caf75c210d03969266a118f8eed864e ChangeLog 265
+MD5 c7a6a1f2f8c9f59bf152ff19aaac2e7a wmcliphist-0.3.ebuild 604
+MD5 cf4541dfd3fc9c5f13957af0098494a0 ChangeLog 358
MD5 c9cd56c59caa2c634d3235c132cbf22c files/digest-wmcliphist-0.3 65
diff --git a/x11-plugins/wmcliphist/files/digest-wmcliphist-0.3 b/x11-plugins/wmcliphist/files/digest-wmcliphist-0.3
new file mode 100644
index 000000000000..7857263d9ae3
--- /dev/null
+++ b/x11-plugins/wmcliphist/files/digest-wmcliphist-0.3
@@ -0,0 +1 @@
+MD5 e3f4cf211a25c0b2ed31a588f81b8d6c wmcliphist-0.3.tar.gz 42947
diff --git a/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild
new file mode 100644
index 000000000000..563b65782d43
--- /dev/null
+++ b/x11-plugins/wmcliphist/wmcliphist-0.3.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.3.ebuild,v 1.1 2003/06/05 11:00:24 robh 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="virtual/x11"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin wmcliphist
+ dodoc ChangeLog README
+ newdoc .wmcliphistrc wmcliphistrc.sample
+}