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 D737C1382F6 for ; Thu, 7 Jul 2016 18:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 958BDE0914; Thu, 7 Jul 2016 18:39:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 028A9E0925 for ; Thu, 7 Jul 2016 18:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29BC8340CEF for ; Thu, 7 Jul 2016 18:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B1BB2444 for ; Thu, 7 Jul 2016 18:39:31 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1467916761.91a4002bb66d58f051e5bf9b2af18de0119d0635.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ckpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ckpass/ckpass-0.2-r1.ebuild app-crypt/ckpass/metadata.xml X-VCS-Directories: app-crypt/ckpass/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 91a4002bb66d58f051e5bf9b2af18de0119d0635 X-VCS-Branch: master Date: Thu, 7 Jul 2016 18:39:31 +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: 9cfaaef5-68e4-4a68-8f7f-b36ce7c0ff0e X-Archives-Hash: d43144acd0af0231b6a7449389bc8b2f commit: 91a4002bb66d58f051e5bf9b2af18de0119d0635 Author: Austin English gentoo org> AuthorDate: Thu Jul 7 18:34:47 2016 +0000 Commit: Austin English gentoo org> CommitDate: Thu Jul 7 18:39:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a4002b app-crypt/ckpass: bump to EAPI 6, add maintainer-needed Package-Manager: portage-2.2.28 app-crypt/ckpass/ckpass-0.2-r1.ebuild | 26 ++++++++++++++++++++++++++ app-crypt/ckpass/metadata.xml | 1 + 2 files changed, 27 insertions(+) diff --git a/app-crypt/ckpass/ckpass-0.2-r1.ebuild b/app-crypt/ckpass/ckpass-0.2-r1.ebuild new file mode 100644 index 0000000..af0e964 --- /dev/null +++ b/app-crypt/ckpass/ckpass-0.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools + +DESCRIPTION="ncurses based password database client compatible with KeePass 1.x databases" +HOMEPAGE="http://ckpass.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-libs/libkpass-6" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-tinfo.patch +) + +src_prepare() { + default + eautoreconf +} diff --git a/app-crypt/ckpass/metadata.xml b/app-crypt/ckpass/metadata.xml index b88644c..909bd91 100644 --- a/app-crypt/ckpass/metadata.xml +++ b/app-crypt/ckpass/metadata.xml @@ -1,6 +1,7 @@ + ckpass