summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-04-03 20:17:30 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-04-03 20:18:47 +0200
commitd879cf23e4b098a84aea8aea4efef617643d67f5 (patch)
tree9444f70e347b50c0dbde5d140f06f0e74b708ead /x11-plugins/wmpasman/wmpasman-2.0.ebuild
parentnet-wireless/uhd: drop old (diff)
downloadgentoo-d879cf23e4b098a84aea8aea4efef617643d67f5.tar.gz
gentoo-d879cf23e4b098a84aea8aea4efef617643d67f5.tar.bz2
gentoo-d879cf23e4b098a84aea8aea4efef617643d67f5.zip
x11-plugins/wmpasman: 2.0 version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-plugins/wmpasman/wmpasman-2.0.ebuild')
-rw-r--r--x11-plugins/wmpasman/wmpasman-2.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/wmpasman/wmpasman-2.0.ebuild b/x11-plugins/wmpasman/wmpasman-2.0.ebuild
new file mode 100644
index 000000000000..1d1725c81054
--- /dev/null
+++ b/x11-plugins/wmpasman/wmpasman-2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Password storage/retrieval in a dockapp"
+HOMEPAGE="https://sourceforge.net/projects/wmpasman/"
+SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-crypt/libsecret
+ >=x11-libs/gtk+-3.8.0:3"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS="ChangeLog WARNINGS"