Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: app-admin/pwstore/
Date: Mon, 25 Aug 2014 12:52:17
Message-Id: 1408971117.e8f234c8c2fa6e01479164478aa007044a564886.mrueg@gentoo
1 commit: e8f234c8c2fa6e01479164478aa007044a564886
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 25 12:51:57 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 25 12:51:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=e8f234c8
7
8 [app-admin/pwstore] Add DESC and HOMEPAGE.
9
10 Package-Manager: portage-2.2.12
11
12 ---
13 app-admin/pwstore/ChangeLog | 4 +++-
14 app-admin/pwstore/pwstore-0.20140414.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/app-admin/pwstore/ChangeLog b/app-admin/pwstore/ChangeLog
18 index eb28e8f..81629e0 100644
19 --- a/app-admin/pwstore/ChangeLog
20 +++ b/app-admin/pwstore/ChangeLog
21 @@ -2,9 +2,11 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 25 Aug 2014; Manuel Rüger <mrueg@g.o> pwstore-0.20140414.ebuild:
26 + [app-admin/pwstore] Add DESC and HOMEPAGE.
27 +
28 *pwstore-0.20140414 (22 Aug 2014)
29
30 22 Aug 2014; Hans de Graaff <graaff@g.o> +pwstore-0.20140414.ebuild,
31 +metadata.xml:
32 Initial import. Used as test ebuild for the new ruby-single.eclass.
33 -
34
35 diff --git a/app-admin/pwstore/pwstore-0.20140414.ebuild b/app-admin/pwstore/pwstore-0.20140414.ebuild
36 index c5d9282..bb08786 100644
37 --- a/app-admin/pwstore/pwstore-0.20140414.ebuild
38 +++ b/app-admin/pwstore/pwstore-0.20140414.ebuild
39 @@ -10,8 +10,8 @@ inherit ruby-single
40
41 COMMIT="38745c9f91034d64aa182c1b3b20cb7ffb006f3e"
42
43 -DESCRIPTION="This is a sample skeleton ebuild file"
44 -HOMEPAGE="http://foo.example.org/"
45 +DESCRIPTION="Stores passwords in a set of encrypted files"
46 +HOMEPAGE="http://github.com/formorer/pwstore"
47 SRC_URI="https://github.com/formorer/pwstore/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
48 LICENSE="MIT"