From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
Date: Fri, 8 Jul 2016 17:58:15 +0000 (UTC) [thread overview]
Message-ID: <1468000662.9df869e3225511b730fe8c0f2bfbef47a42098d1.wizardedit@gentoo> (raw)
commit: 9df869e3225511b730fe8c0f2bfbef47a42098d1
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 17:25:37 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 17:57:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df869e3
dev-libs/libkpass: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
dev-libs/libkpass/libkpass-6-r1.ebuild | 26 ++++++++++++++++++++++++++
dev-libs/libkpass/metadata.xml | 1 +
2 files changed, 27 insertions(+)
diff --git a/dev-libs/libkpass/libkpass-6-r1.ebuild b/dev-libs/libkpass/libkpass-6-r1.ebuild
new file mode 100644
index 0000000..2cdd9c3
--- /dev/null
+++ b/dev-libs/libkpass/libkpass-6-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
+
+DESCRIPTION="Libkpass is a from-scratch C implementation for accessing KeePass 1.x databases"
+HOMEPAGE="http://libkpass.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/nettle-2.7.1"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ use static-libs || rm -f "${ED}"/usr/lib*/${PN}.la
+}
diff --git a/dev-libs/libkpass/metadata.xml b/dev-libs/libkpass/metadata.xml
index db73bd7..b9dcab4 100644
--- a/dev-libs/libkpass/metadata.xml
+++ b/dev-libs/libkpass/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">libkpass</remote-id>
</upstream>
next reply other threads:[~2016-07-08 17:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 17:58 Austin English [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-20 22:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/ Conrad Kostecki
2022-07-10 22:46 Sam James
2018-04-08 22:42 Patrice Clement
2016-06-11 20:39 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1468000662.9df869e3225511b730fe8c0f2bfbef47a42098d1.wizardedit@gentoo \
--to=wizardedit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox