From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B527313877A for ; Mon, 25 Aug 2014 12:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8985EE090F; Mon, 25 Aug 2014 12:52:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40270E090F for ; Mon, 25 Aug 2014 12:52:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53CF633DA93 for ; Mon, 25 Aug 2014 12:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE98B3E1E for ; Mon, 25 Aug 2014 12:52:13 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1408971117.e8f234c8c2fa6e01479164478aa007044a564886.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: app-admin/pwstore/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: app-admin/pwstore/ChangeLog app-admin/pwstore/pwstore-0.20140414.ebuild X-VCS-Directories: app-admin/pwstore/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e8f234c8c2fa6e01479164478aa007044a564886 X-VCS-Branch: master Date: Mon, 25 Aug 2014 12:52:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09064828-cff8-45fb-b3d7-60f37146dcad X-Archives-Hash: c72afd38a436ec61555d3b31c3bb812d commit: e8f234c8c2fa6e01479164478aa007044a564886 Author: Manuel Rüger gentoo org> AuthorDate: Mon Aug 25 12:51:57 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Aug 25 12:51:57 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=e8f234c8 [app-admin/pwstore] Add DESC and HOMEPAGE. Package-Manager: portage-2.2.12 --- app-admin/pwstore/ChangeLog | 4 +++- 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 pwstore-0.20140414.ebuild: + [app-admin/pwstore] Add DESC and HOMEPAGE. + *pwstore-0.20140414 (22 Aug 2014) 22 Aug 2014; Hans de Graaff +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"