diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-04-03 20:17:30 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-04-03 20:18:47 +0200 |
commit | d879cf23e4b098a84aea8aea4efef617643d67f5 (patch) | |
tree | 9444f70e347b50c0dbde5d140f06f0e74b708ead /x11-plugins/wmpasman/wmpasman-2.0.ebuild | |
parent | net-wireless/uhd: drop old (diff) | |
download | gentoo-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.ebuild | 20 |
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" |