dev-util/clair: 2.1.3 bump
[gentoo.git] / x11-plugins / wmpasman / wmpasman-2.2.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Password storage/retrieval in a dockapp"
7 HOMEPAGE="https://sourceforge.net/projects/wmpasman/"
8 SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
13 IUSE=""
14
15 RDEPEND="app-crypt/libsecret
16         >=x11-libs/gtk+-3.8.0:3"
17 DEPEND="${RDEPEND}
18         virtual/pkgconfig"
19
20 DOCS="ChangeLog WARNINGS"