diff options
Diffstat (limited to 'app-admin/pwstore/pwstore-0.20140414.ebuild')
-rw-r--r-- | app-admin/pwstore/pwstore-0.20140414.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/pwstore/pwstore-0.20140414.ebuild b/app-admin/pwstore/pwstore-0.20140414.ebuild deleted file mode 100644 index ddfb04e..0000000 --- a/app-admin/pwstore/pwstore-0.20140414.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -inherit ruby-single - -COMMIT="38745c9f91034d64aa182c1b3b20cb7ffb006f3e" - -DESCRIPTION="Stores passwords in a set of encrypted files" -HOMEPAGE="http://github.com/formorer/pwstore" -SRC_URI="https://github.com/formorer/pwstore/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -S="${WORKDIR}/${PN}-${COMMIT}" - -RDEPEND="app-crypt/gnupg ${RUBY_DEPS}" -DEPEND="" - -src_install() { - dodoc README.asciidoc TODO - dobin pws -} |