public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2017-02-19 23:46 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-02-19 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3b52c8f3ced755d884bc3a6fa358d67ab81276b8
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 19 08:22:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 23:43:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b52c8f3

x11-misc/fpm2: EAPI bump 4 -> 6

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

 x11-misc/fpm2/fpm2-0.79-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/x11-misc/fpm2/fpm2-0.79-r1.ebuild b/x11-misc/fpm2/fpm2-0.79-r1.ebuild
new file mode 100644
index 0000000000..5d437aa3dd
--- /dev/null
+++ b/x11-misc/fpm2/fpm2-0.79-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A GUI password manager utility with password generator"
+HOMEPAGE="http://als.regnet.cz/fpm2/"
+SRC_URI="http://als.regnet.cz/${PN}/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.10.14:2
+	dev-libs/libxml2
+	>=dev-libs/glib-2.16
+	x11-libs/libX11"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	dev-util/intltool"
+
+src_prepare() {
+	default
+	# fix tests
+	local x
+	for x in ${PN}.glade data/${PN}.desktop.in; do
+		echo "${x}" >> "${S}"/po/POTFILES.in || die
+	done
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2017-10-04  9:17 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2017-10-04  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4c25010e27b6d080d59eb2fbc70728ae4f1cf07f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:33:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:17:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c25010e

x11-misc/fpm2: Strip empty metadata.xml elements

 x11-misc/fpm2/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/x11-misc/fpm2/metadata.xml b/x11-misc/fpm2/metadata.xml
index 12d3ead808a..2028cee3c38 100644
--- a/x11-misc/fpm2/metadata.xml
+++ b/x11-misc/fpm2/metadata.xml
@@ -5,6 +5,4 @@
 <email>hwoarang@gentoo.org</email>
 <name>Markos Chandras</name>
 </maintainer>
-<longdescription lang="en">
-</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2018-07-19  9:09 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2018-07-19  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     60d4ae395f145b8f67bbc412e35ccffa151b3afc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 09:09:39 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 09:09:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d4ae39

x11-misc/fpm2: Add myself as maintainer

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-misc/fpm2/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/fpm2/metadata.xml b/x11-misc/fpm2/metadata.xml
index 6f49eba8f49..15fd2f3a22b 100644
--- a/x11-misc/fpm2/metadata.xml
+++ b/x11-misc/fpm2/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>johu@gentoo.org</email>
+		<name>Johannes Huber</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2020-05-17 16:55 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-05-17 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     61f9d8d893451aea370272d9c4dca20c3a199439
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri May  8 14:54:46 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 17 16:55:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f9d8d8

x11-misc/fpm2: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 x11-misc/fpm2/fpm2-0.79-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/fpm2/fpm2-0.79-r1.ebuild b/x11-misc/fpm2/fpm2-0.79-r1.ebuild
index daa796383b1..d10f3456083 100644
--- a/x11-misc/fpm2/fpm2-0.79-r1.ebuild
+++ b/x11-misc/fpm2/fpm2-0.79-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A GUI password manager utility with password generator"
-HOMEPAGE="http://als.regnet.cz/fpm2/"
-SRC_URI="http://als.regnet.cz/${PN}/download/${P}.tar.bz2"
+HOMEPAGE="https://als.regnet.cz/fpm2/"
+SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2020-12-28 14:48 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-12-28 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     98dff862489b32a6386e7ba4519c560c29e0a2da
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 14:48:01 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:48:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dff862

x11-misc/fpm2: Bump to 0.90

Closes: https://github.com/gentoo/gentoo/pull/18531
Closes: https://bugs.gentoo.org/708042
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/fpm2/Manifest         |  1 +
 x11-misc/fpm2/fpm2-0.90.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/fpm2/Manifest b/x11-misc/fpm2/Manifest
index 970a205926d..198e0ebb416 100644
--- a/x11-misc/fpm2/Manifest
+++ b/x11-misc/fpm2/Manifest
@@ -1 +1,2 @@
 DIST fpm2-0.79.tar.bz2 230189 BLAKE2B 6e444dbed72a139fd7cecaa3669c0da042d17dc1adc72ff0350b4b094f990e9d19a953328319ade692088536673ca04df50624919c3a2d087486f09c8dff7fa4 SHA512 2310f69df323c172954932f9a3454fab95d1389854110c1d18bfbb0dff59f0da937cbc2641abe98c7be85b7c5a65234a925acd9f82b5643079864ce529dc92b2
+DIST fpm2-0.90.tar.xz 212972 BLAKE2B 2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f SHA512 e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6

diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild
new file mode 100644
index 00000000000..00eddcfc0c1
--- /dev/null
+++ b/x11-misc/fpm2/fpm2-0.90.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A GUI password manager utility with password generator"
+HOMEPAGE="https://als.regnet.cz/fpm2/"
+SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/libxml2
+	dev-libs/nettle
+	x11-libs/gtk+:3
+	x11-libs/libX11"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/intltool
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	# gettext make check failure
+	echo "data/fpm2.desktop.in" >> po/POTFILES.in || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2020-12-29 10:11 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-12-29 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     42167c6976873776cd103bbdc5ad1b77e6bb3a3b
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Dec 29 10:10:49 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 10:10:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42167c69

x11-misc/fpm2: Inherit xdg

Closes: https://bugs.gentoo.org/762280
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/fpm2/fpm2-0.90.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild
index 00eddcfc0c1..0a7f6ea19f0 100644
--- a/x11-misc/fpm2/fpm2-0.90.ebuild
+++ b/x11-misc/fpm2/fpm2-0.90.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit xdg
+
 DESCRIPTION="A GUI password manager utility with password generator"
 HOMEPAGE="https://als.regnet.cz/fpm2/"
 SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2021-01-19 14:24 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-19 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     28eafcc00e02fcabf5d164a92d15f4c771e2f2ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 14:24:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 14:24:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28eafcc0

x11-misc/fpm2: Stabilize 0.90 amd64, #763873

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/fpm2/fpm2-0.90.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild
index 0a7f6ea19f0..40c1f6b3bec 100644
--- a/x11-misc/fpm2/fpm2-0.90.ebuild
+++ b/x11-misc/fpm2/fpm2-0.90.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,7 +11,7 @@ SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2021-01-20  9:29 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-20  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     419b97cbf393856b07a09ca86abfb82efe60bbec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 09:29:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 09:29:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419b97cb

x11-misc/fpm2: Stabilize 0.90 x86, #763873

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/fpm2/fpm2-0.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild
index 40c1f6b3bec..d4ee0e2a725 100644
--- a/x11-misc/fpm2/fpm2-0.90.ebuild
+++ b/x11-misc/fpm2/fpm2-0.90.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/
@ 2021-01-20 10:13 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2021-01-20 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e3516cfaa012c6f6659a8b91d784deac8a1e6c6b
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Jan 20 10:12:51 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 10:12:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3516cfa

x11-misc/fpm2: Remove old

Bug: https://bugs.gentoo.org/763873
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/fpm2/Manifest            |  1 -
 x11-misc/fpm2/fpm2-0.79-r1.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/fpm2/Manifest b/x11-misc/fpm2/Manifest
index 198e0ebb416..e3b4e237cc0 100644
--- a/x11-misc/fpm2/Manifest
+++ b/x11-misc/fpm2/Manifest
@@ -1,2 +1 @@
-DIST fpm2-0.79.tar.bz2 230189 BLAKE2B 6e444dbed72a139fd7cecaa3669c0da042d17dc1adc72ff0350b4b094f990e9d19a953328319ade692088536673ca04df50624919c3a2d087486f09c8dff7fa4 SHA512 2310f69df323c172954932f9a3454fab95d1389854110c1d18bfbb0dff59f0da937cbc2641abe98c7be85b7c5a65234a925acd9f82b5643079864ce529dc92b2
 DIST fpm2-0.90.tar.xz 212972 BLAKE2B 2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f SHA512 e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6

diff --git a/x11-misc/fpm2/fpm2-0.79-r1.ebuild b/x11-misc/fpm2/fpm2-0.79-r1.ebuild
deleted file mode 100644
index d10f3456083..00000000000
--- a/x11-misc/fpm2/fpm2-0.79-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A GUI password manager utility with password generator"
-HOMEPAGE="https://als.regnet.cz/fpm2/"
-SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.10.14:2
-	dev-libs/libxml2
-	>=dev-libs/glib-2.16
-	x11-libs/libX11"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/intltool"
-
-src_prepare() {
-	default
-	# fix tests
-	local x
-	for x in ${PN}.glade data/${PN}.desktop.in; do
-		echo "${x}" >> "${S}"/po/POTFILES.in || die
-	done
-}


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

end of thread, other threads:[~2021-01-20 10:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20  9:29 [gentoo-commits] repo/gentoo:master commit in: x11-misc/fpm2/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20 10:13 David Seifert
2021-01-19 14:24 Sam James
2020-12-29 10:11 David Seifert
2020-12-28 14:48 David Seifert
2020-05-17 16:55 Aaron Bauman
2018-07-19  9:09 Johannes Huber
2017-10-04  9:17 Michał Górny
2017-02-19 23:46 David Seifert

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