diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-06-26 10:24:33 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-06-26 10:24:33 +0000 |
commit | 8cf098a1c44f559d4036cf5f29f64a93983049b4 (patch) | |
tree | 4768a8a321311bb6ea7ebc382d84d72c689ab98d /x11-plugins/wmcliphist | |
parent | typo (diff) | |
download | historical-8cf098a1c44f559d4036cf5f29f64a93983049b4.tar.gz historical-8cf098a1c44f559d4036cf5f29f64a93983049b4.tar.bz2 historical-8cf098a1c44f559d4036cf5f29f64a93983049b4.zip |
Version bump
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r-- | x11-plugins/wmcliphist/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/files/digest-wmcliphist-0.5 | 1 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-0.5.ebuild | 22 |
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 +} |