public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2015-10-31  9:36 Ian Delaney
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney @ 2015-10-31  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c3cc216a835d940e69c0d482856c4e288d0796bd
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 03:09:06 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 09:36:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cc216a

app-misc/pwsafe: metadata.xml: update maintainer's email address

Package-Manager: portage-2.2.23

 app-misc/pwsafe/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/metadata.xml b/app-misc/pwsafe/metadata.xml
index 6908068..bc5ec52 100644
--- a/app-misc/pwsafe/metadata.xml
+++ b/app-misc/pwsafe/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
   <herd>proxy-maintainers</herd>
   <maintainer>
-	<email>headch@gmail.com</email>
+	<email>chead@chead.ca</email>
 	<name>Christopher Head</name>	
 	<description>Proxy maintainer, assign bugs</description>
   </maintainer>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2016-03-21  8:50 Ian Delaney
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney @ 2016-03-21  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     bdce70b59450d37bc12df9ed87b1bb6bfccb0353
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Mon Mar 21 05:29:56 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 08:50:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdce70b5

app-misc/pwsafe: revbump to vn. 0.2.0-r3

bump EAPI to 6, upgrade ebuild to suit accordingly
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1102

 app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild | 43 ++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
new file mode 100644
index 0000000..441d09f
--- /dev/null
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A Password Safe compatible command-line password manager"
+HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
+SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X readline"
+
+DEPEND="sys-libs/ncurses:0=
+	dev-libs/openssl:0=
+	readline? ( sys-libs/readline:0= )
+	X? ( x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXmu
+		x11-libs/libX11 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
+	eapply -p0 "${FILESDIR}/${P}-printf.patch"
+	eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
+	eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
+	eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with X x) $(use_with readline)
+}
+
+src_install() {
+	doman pwsafe.1
+	dobin pwsafe
+	dodoc README NEWS
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2016-03-21  8:50 Ian Delaney
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney @ 2016-03-21  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2b8edb489d051c1cc418230f4627435cd463f6a1
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Mon Mar 21 04:55:20 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 08:50:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8edb48

app-misc/pwsafe: add Github remote-id to metadata

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1102

 app-misc/pwsafe/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/pwsafe/metadata.xml b/app-misc/pwsafe/metadata.xml
index 767bb48..6fcce0a 100644
--- a/app-misc/pwsafe/metadata.xml
+++ b/app-misc/pwsafe/metadata.xml
@@ -22,5 +22,6 @@
       <name>Nicolas Dade</name>
     </maintainer>
     <remote-id type="sourceforge">pwsafe</remote-id>
+    <remote-id type="github">nsd20463/pwsafe</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2017-06-18 20:57 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2017-06-18 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4fbd7aae1abf3bedaf8c1c2eb71e72ae5f83a057
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Fri Jun 16 08:18:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 20:57:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbd7aae

app-misc/pwsafe: support libressl

Gentoo-Bug: https://bugs.gentoo.org/620784

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 43 ++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
new file mode 100644
index 00000000000..d789863bdfd
--- /dev/null
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A Password Safe compatible command-line password manager"
+HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
+SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X libressl readline"
+
+DEPEND="sys-libs/ncurses:0=
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	readline? ( sys-libs/readline:0= )
+	X? ( x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXmu
+		x11-libs/libX11 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
+	eapply -p0 "${FILESDIR}/${P}-printf.patch"
+	eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
+	eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
+	eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with X x) $(use_with readline)
+}
+
+src_install() {
+	doman pwsafe.1
+	dobin pwsafe
+	dodoc README NEWS
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2017-06-18 20:57 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2017-06-18 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cb2e48b201a8a4bbd2fad965fd300822f6d06dad
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Sun Jun 18 19:05:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 20:57:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2e48b2

app-misc/pwsafe: delete old unstable version.

This is obsoleted by 0.2.0-r4.

Closes: https://github.com/gentoo/gentoo/pull/4940
Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild | 42 ----------------------------------
 1 file changed, 42 deletions(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
deleted file mode 100644
index 5a9a28f963c..00000000000
--- a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Password Safe compatible command-line password manager"
-HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
-SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="X readline"
-
-DEPEND="sys-libs/ncurses:0=
-	dev-libs/openssl:0=
-	readline? ( sys-libs/readline:0= )
-	X? ( x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXmu
-		x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
-	eapply -p0 "${FILESDIR}/${P}-printf.patch"
-	eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
-	eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
-	eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
-	eapply_user
-}
-
-src_configure() {
-	econf $(use_with X x) $(use_with readline)
-}
-
-src_install() {
-	doman pwsafe.1
-	dobin pwsafe
-	dodoc README NEWS
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2017-07-19 18:06 Tobias Klausmann
  0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2017-07-19 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2e730b3318f79eba38d27f3497432c43c25dc0f6
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:30:48 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:05:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e730b33

app-misc/pwsafe-0.2.0-r4: amd64 stable

Gentoo-Bug: 625588

 app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
index d789863bdfd..0ced0a097b8 100644
--- a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="X libressl readline"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2017-11-07 17:57 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2017-11-07 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ff6415e4e015e1c7e839816167399b02c81b3c60
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 14:25:38 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 17:57:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6415e4

app-misc/pwsafe: x86 stable (bug #625588)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
index 0ced0a097b8..cd66440a666 100644
--- a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="X libressl readline"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2017-11-11 22:04 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2017-11-11 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8dcfa10c16bf29843424ec050ca02285318694d1
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Wed Nov  8 06:54:57 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 22:04:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcfa10c

app-misc/pwsafe-0.2.0-r2: delete old.

This old stable version is obsoleted by the new stable version 0.2.0-r4.
Closes: https://github.com/gentoo/gentoo/pull/6148

 app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild | 41 ----------------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild
deleted file mode 100644
index 43c603b050b..00000000000
--- a/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit base eutils
-
-DESCRIPTION="A Password Safe compatible command-line password manager"
-HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
-SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
-PATCHES=(
-			"${FILESDIR}/${P}-cvs-1.57.patch"
-			"${FILESDIR}/${P}-printf.patch"
-			"${FILESDIR}/${P}-fake-readline.patch"
-			"${FILESDIR}/${P}-man-page-option-syntax.patch"
-			"${FILESDIR}/${P}-XChangeProperty.patch"
-		)
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X readline"
-
-DEPEND="sys-libs/ncurses
-	dev-libs/openssl
-	readline? ( sys-libs/readline )
-	X? ( x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXmu
-		x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf $(use_with X x) $(use_with readline)
-}
-
-src_install() {
-	doman pwsafe.1
-	dobin pwsafe
-	dodoc README NEWS
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2019-06-01 19:27 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-06-01 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7f2f127448f92c1e9815288e67a1d07e188a888f
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Sat Jun  1 18:43:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 19:27:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2f1274

app-misc/pwsafe: update e-mail address

Signed-off-by: Christopher Head <chead <AT> chead.ca>
Bug: https://bugs.gentoo.org/633060
Closes: https://github.com/gentoo/gentoo/pull/12154
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/pwsafe/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/metadata.xml b/app-misc/pwsafe/metadata.xml
index 7eaa453dfe2..c94aeaa2dcd 100644
--- a/app-misc/pwsafe/metadata.xml
+++ b/app-misc/pwsafe/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>chead@chead.ca</email>
+		<email>bugs@chead.ca</email>
 		<name>Christopher Head</name>
 	</maintainer>
 	<maintainer type="project">


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2020-10-03 13:43 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2020-10-03 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4c5494f2a26d6a80be29e9d1faf942fe4295a9e6
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Sat Oct  3 13:41:15 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 13:43:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5494f2

app-misc/pwsafe: revbump

Bump to EAPI 7. Add blocker on app-admin/passwordsafe due to file
collision on /usr/bin/pwsafe.

Closes: https://bugs.gentoo.org/739748
Signed-off-by: Christopher Head <chead <AT> chead.ca>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild | 48 ++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
new file mode 100644
index 00000000000..38b3f386cd5
--- /dev/null
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A Password Safe compatible command-line password manager"
+HOMEPAGE="https://github.com/nsd20463/pwsafe"
+SRC_URI="https://web.archive.org/web/20171006105548if_/http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X libressl readline"
+
+DEPEND="sys-libs/ncurses:0=
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	readline? ( sys-libs/readline:0= )
+	X? (
+		x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXmu
+		x11-libs/libX11
+	)"
+RDEPEND="${DEPEND}
+	!app-admin/passwordsafe"
+
+src_prepare() {
+	eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
+	eapply -p0 "${FILESDIR}/${P}-printf.patch"
+	eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
+	eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
+	eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
+	eapply_user
+}
+
+src_configure() {
+	econf \
+		$(use_with X x) \
+		$(use_with readline)
+}
+
+src_install() {
+	doman pwsafe.1
+	dobin pwsafe
+	dodoc README NEWS
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2020-11-25 12:13 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2020-11-25 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d046797beafd8562dcd61c7f88da299240707972
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 12:12:44 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 12:12:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d046797b

app-misc/pwsafe: amd64 stable wrt bug #756400

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
index 38b3f386cd5..70eeba7f7f5 100644
--- a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://web.archive.org/web/20171006105548if_/http://nsd.dyndns.org/pws
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="X libressl readline"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2020-11-25 12:15 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2020-11-25 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d075e0e1259fc8ec80a1bbc1e5b77829a837fb72
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 12:15:36 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 12:15:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d075e0e1

app-misc/pwsafe: x86 stable wrt bug #756400

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
index 70eeba7f7f5..eac49c89f1d 100644
--- a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://web.archive.org/web/20171006105548if_/http://nsd.dyndns.org/pws
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="X libressl readline"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2020-12-26 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-12-26 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     00daa9ccf919c27946b54c28aef24e0fbe268a29
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Tue Dec 22 02:32:26 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 21:34:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00daa9cc

app-misc/pwsafe: clean old

Signed-off-by: Christopher Head <chead <AT> chead.ca>
Closes: https://github.com/gentoo/gentoo/pull/18757
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 43 ----------------------------------
 1 file changed, 43 deletions(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
deleted file mode 100644
index cd66440a666..00000000000
--- a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Password Safe compatible command-line password manager"
-HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
-SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X libressl readline"
-
-DEPEND="sys-libs/ncurses:0=
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	readline? ( sys-libs/readline:0= )
-	X? ( x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXmu
-		x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
-	eapply -p0 "${FILESDIR}/${P}-printf.patch"
-	eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
-	eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
-	eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
-	eapply_user
-}
-
-src_configure() {
-	econf $(use_with X x) $(use_with readline)
-}
-
-src_install() {
-	doman pwsafe.1
-	dobin pwsafe
-	dodoc README NEWS
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
@ 2021-05-02 19:55 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2021-05-02 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f50a9a284d6e844a855648ad54352742a3b48518
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 19:54:15 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:54:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50a9a28

app-misc/pwsafe: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
index eac49c89f1d..ae32ba74d73 100644
--- a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
+++ b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,11 +11,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-IUSE="X libressl readline"
+IUSE="X readline"
 
 DEPEND="sys-libs/ncurses:0=
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
+	dev-libs/openssl:0=
 	readline? ( sys-libs/readline:0= )
 	X? (
 		x11-libs/libSM


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-05-02 19:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 12:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-05-02 19:55 Mikle Kolyada
2020-12-26 21:35 Andreas Sturmlechner
2020-11-25 12:13 Agostino Sarubbo
2020-10-03 13:43 Joonas Niilola
2019-06-01 19:27 Michał Górny
2017-11-11 22:04 Patrice Clement
2017-11-07 17:57 Thomas Deutschmann
2017-07-19 18:06 Tobias Klausmann
2017-06-18 20:57 Michał Górny
2017-06-18 20:57 Michał Górny
2016-03-21  8:50 Ian Delaney
2016-03-21  8:50 Ian Delaney
2015-10-31  9:36 Ian Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox