From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C724138334 for ; Sat, 20 Jul 2019 07:05:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF5FE07F2; Sat, 20 Jul 2019 07:05:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61FA3E07F2 for ; Sat, 20 Jul 2019 07:05:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0B93480D5 for ; Sat, 20 Jul 2019 07:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68EA96D5 for ; Sat, 20 Jul 2019 07:05:30 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1563606282.573b89b033eb8be5e067b9701912cdbca1557820.graaff@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/metadata.xml app-admin/pwstore/pwstore-0.20140414.ebuild X-VCS-Directories: app-admin/pwstore/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 573b89b033eb8be5e067b9701912cdbca1557820 X-VCS-Branch: master Date: Sat, 20 Jul 2019 07:05:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f52f8f6-aa12-4760-9970-f6f98071593c X-Archives-Hash: 09629620837a93b6141026942a94ecc1 commit: 573b89b033eb8be5e067b9701912cdbca1557820 Author: Hans de Graaff degraaff org> AuthorDate: Sat Jul 20 07:04:42 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 20 07:04:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=573b89b0 app-admin/pwstore: remove obsolete package No longer maintained upstream, was added for evaluation by infra but never used in production. Signed-off-by: Hans de Graaff degraaff.org> app-admin/pwstore/metadata.xml | 7 ------- app-admin/pwstore/pwstore-0.20140414.ebuild | 30 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/app-admin/pwstore/metadata.xml b/app-admin/pwstore/metadata.xml deleted file mode 100644 index 3ef1aba..0000000 --- a/app-admin/pwstore/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - -graaff@gentoo.org - - 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 -}