wmpasman-0.8.5.3.ebuild 626 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Password storage/retrieval in a dockapp"
  6. HOMEPAGE="https://sourceforge.net/projects/wmpasman/"
  7. SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc ~sparc x86"
  11. IUSE=""
  12. RDEPEND=">=x11-libs/gtk+-2.4.1:2
  13. >=app-crypt/mhash-0.9.1
  14. >=app-crypt/mcrypt-2.6.4"
  15. DEPEND="${RDEPEND}
  16. >=sys-apps/sed-4
  17. virtual/pkgconfig
  18. >=x11-libs/libXpm-3.5.5"
  19. DOCS="BUGS ChangeLog README TODO WARNINGS"
  20. src_prepare() {
  21. epatch "${FILESDIR}"/${P}-list.patch
  22. }