diff options
author | 2014-08-25 14:51:57 +0200 | |
---|---|---|
committer | 2014-08-25 14:51:57 +0200 | |
commit | e8f234c8c2fa6e01479164478aa007044a564886 (patch) | |
tree | dd08643439cc2e4e4e50168272675c6b1917fc5e /app-admin | |
parent | [dev-ruby/facebooker] Remove unmaintained gem. (diff) | |
download | ruby-overlay-e8f234c8c2fa6e01479164478aa007044a564886.tar.gz ruby-overlay-e8f234c8c2fa6e01479164478aa007044a564886.tar.bz2 ruby-overlay-e8f234c8c2fa6e01479164478aa007044a564886.zip |
[app-admin/pwstore] Add DESC and HOMEPAGE.
Package-Manager: portage-2.2.12
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pwstore/ChangeLog | 4 | ||||
-rw-r--r-- | app-admin/pwstore/pwstore-0.20140414.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/pwstore/ChangeLog b/app-admin/pwstore/ChangeLog index eb28e8f..81629e0 100644 --- a/app-admin/pwstore/ChangeLog +++ b/app-admin/pwstore/ChangeLog @@ -2,9 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pwstore-0.20140414.ebuild: + [app-admin/pwstore] Add DESC and HOMEPAGE. + *pwstore-0.20140414 (22 Aug 2014) 22 Aug 2014; Hans de Graaff <graaff@gentoo.org> +pwstore-0.20140414.ebuild, +metadata.xml: Initial import. Used as test ebuild for the new ruby-single.eclass. - diff --git a/app-admin/pwstore/pwstore-0.20140414.ebuild b/app-admin/pwstore/pwstore-0.20140414.ebuild index c5d9282..bb08786 100644 --- a/app-admin/pwstore/pwstore-0.20140414.ebuild +++ b/app-admin/pwstore/pwstore-0.20140414.ebuild @@ -10,8 +10,8 @@ inherit ruby-single COMMIT="38745c9f91034d64aa182c1b3b20cb7ffb006f3e" -DESCRIPTION="This is a sample skeleton ebuild file" -HOMEPAGE="http://foo.example.org/" +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" |