* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
@ 2016-06-11 20:39 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-06-11 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 6e6d1d01cbe2e9a8081264279f2210bb4464fea3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 20:32:13 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 20:38:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6d1d01
dev-libs/libkpass: Cleanup due to #261692
Package-Manager: portage-2.3.0_rc1
dev-libs/libkpass/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-libs/libkpass/metadata.xml b/dev-libs/libkpass/metadata.xml
index 0713dd7..db73bd7 100644
--- a/dev-libs/libkpass/metadata.xml
+++ b/dev-libs/libkpass/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>joker@gentoo.org</email>
- <name>Christian Birchinger</name>
- </maintainer>
<upstream>
<remote-id type="sourceforge">libkpass</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
@ 2016-07-08 17:58 Austin English
0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-07-08 17:58 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
@ 2018-04-08 22:42 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 4435b5d6f9141a8b7a486246d2a9f90a21343155
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 16:48:24 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 8 22:41:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4435b5d6
dev-libs/libkpass: remove old.
dev-libs/libkpass/libkpass-6.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-libs/libkpass/libkpass-6.ebuild b/dev-libs/libkpass/libkpass-6.ebuild
deleted file mode 100644
index ef324877ee5..00000000000
--- a/dev-libs/libkpass/libkpass-6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Libkpass is a C implementation to access KeePass 1.x format password 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}"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use static-libs || rm -f "${ED}"/usr/lib*/${PN}.la
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
@ 2022-07-10 22:46 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-10 22:46 UTC (permalink / raw
To: gentoo-commits
commit: 99fd1024b5b5184cb3bed607b9cc65ef8e4f5b96
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 22:45:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:46:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fd1024
dev-libs/libkpass: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libkpass/{libkpass-6-r1.ebuild => libkpass-6-r2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libkpass/libkpass-6-r1.ebuild b/dev-libs/libkpass/libkpass-6-r2.ebuild
similarity index 85%
rename from dev-libs/libkpass/libkpass-6-r1.ebuild
rename to dev-libs/libkpass/libkpass-6-r2.ebuild
index 3a2ddb4fdc80..9dca22fc7264 100644
--- a/dev-libs/libkpass/libkpass-6-r1.ebuild
+++ b/dev-libs/libkpass/libkpass-6-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Libkpass is a C implementation to access KeePass 1.x format password databases"
HOMEPAGE="http://libkpass.sourceforge.net/"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
-RDEPEND=">=dev-libs/nettle-2.7.1"
+RDEPEND=">=dev-libs/nettle-2.7.1:="
DEPEND="${RDEPEND}"
src_configure() {
@@ -21,5 +21,6 @@ src_configure() {
src_install() {
default
+
use static-libs || rm -f "${ED}"/usr/lib*/${PN}.la
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/
@ 2022-07-20 22:11 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2022-07-20 22:11 UTC (permalink / raw
To: gentoo-commits
commit: d55b938f27ffeb88bf3ab970c340c177512f1b9b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 19 19:55:44 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 22:10:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55b938f
dev-libs/libkpass: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/libkpass/libkpass-6-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libkpass/libkpass-6-r2.ebuild b/dev-libs/libkpass/libkpass-6-r2.ebuild
index 9dca22fc7264..a1d6d59750cc 100644
--- a/dev-libs/libkpass/libkpass-6-r2.ebuild
+++ b/dev-libs/libkpass/libkpass-6-r2.ebuild
@@ -4,10 +4,10 @@
EAPI=8
DESCRIPTION="Libkpass is a C implementation to access KeePass 1.x format password databases"
-HOMEPAGE="http://libkpass.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/libkpass/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-20 22:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08 22:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkpass/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2022-07-20 22:11 Conrad Kostecki
2022-07-10 22:46 Sam James
2016-07-08 17:58 Austin English
2016-06-11 20:39 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox