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
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')
-rw-r--r--x11-plugins/asmem/ChangeLog9
-rw-r--r--x11-plugins/asmem/Manifest4
-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
5 files changed, 38 insertions, 2 deletions
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog
new file mode 100644
index 000000000000..ee559e1d5087
--- /dev/null
+++ b/x11-plugins/asmem/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/asmem
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.1 2003/06/05 11:05:03 robh Exp $
+
+*asmem-1.9 (5 June 2003)
+
+ 5 June 2003; robh <robh@gentoo.org>
+ asmem-1.9.ebuild:
+ Initial release from <joker@gentoo.org>
diff --git a/x11-plugins/asmem/Manifest b/x11-plugins/asmem/Manifest
new file mode 100644
index 000000000000..c4c102c25b81
--- /dev/null
+++ b/x11-plugins/asmem/Manifest
@@ -0,0 +1,4 @@
+MD5 452119e65bff4d11aff3d1243645384d asmem-1.9.ebuild 592
+MD5 d8d46d55faeb1f0c44de3755b9214d4c ChangeLog 252
+MD5 20007072993179bdf347b7d7919af88b files/digest-asmem-1.9 60
+MD5 329806857b8a65ad34c7528cf9cd6e9d files/asmem-1.9-gentoo.patch 762
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
+}