summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-08-16 03:50:35 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-08-16 03:50:35 +0000
commit49d8979ef96bc29f0463530c1ac2c55cae2fec37 (patch)
treecc729b62a5cedc2069a854ace0e6f30dd99c2c04 /x11-plugins/wmpasman
parentNew ebuild. Suggested on bug #19531 (diff)
downloadhistorical-49d8979ef96bc29f0463530c1ac2c55cae2fec37.tar.gz
historical-49d8979ef96bc29f0463530c1ac2c55cae2fec37.tar.bz2
historical-49d8979ef96bc29f0463530c1ac2c55cae2fec37.zip
New ebuild. Suggested on bug #19531
Diffstat (limited to 'x11-plugins/wmpasman')
-rw-r--r--x11-plugins/wmpasman/Manifest3
-rw-r--r--x11-plugins/wmpasman/files/digest-wmpasman-0.8.31
-rw-r--r--x11-plugins/wmpasman/wmpasman-0.8.3.ebuild28
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-plugins/wmpasman/Manifest b/x11-plugins/wmpasman/Manifest
index a194fe36e03b..f985cc9fa8d9 100644
--- a/x11-plugins/wmpasman/Manifest
+++ b/x11-plugins/wmpasman/Manifest
@@ -1,2 +1,3 @@
-MD5 31148c9f49a1d07f12b06b83a9d018a1 wmpasman-0.8.3.ebuild 538
+MD5 47ca4b8af803c0c8b39af2e01775f87a wmpasman-0.8.3.ebuild 646
+MD5 b7b6bf0c520dbf4f6e33713ed77d6ae6 ChangeLog 382
MD5 feb60cb27910d9d56000bd78da854128 files/digest-wmpasman-0.8.3 66
diff --git a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3 b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3
new file mode 100644
index 000000000000..ba11953f2d71
--- /dev/null
+++ b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3
@@ -0,0 +1 @@
+MD5 9a04639ae07897f2858dfd97e5bdf4ba wmpasman-0.8.3.tar.gz 216036
diff --git a/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild
new file mode 100644
index 000000000000..c64abc572ef7
--- /dev/null
+++ b/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild,v 1.1 2003/08/16 03:50:28 g2boojum Exp $
+
+IUSE=""
+
+DESCRIPTION="Password storage/retrieval in a dockapp"
+HOMEPAGE="http://sourceforge.net/projects/wmpasman/"
+SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=x11-libs/gtk+-2.0
+ app-crypt/mhash
+ app-crypt/mcrypt"
+
+src_install() {
+ einstall
+
+ dodoc BUGS ChangeLog README TODO WARNINGS
+}
+
+pkg_postinst() {
+ ewarn "Please read the WARNINGS file."
+}
+