* [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/
@ 2017-12-29 22:33 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-12-29 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 3a343819138b02dcca768f92a1ba50e42c43e3a9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 17:58:24 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:31:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a343819
app-admin/makepasswd: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/makepasswd/makepasswd-1.10.ebuild | 8 +++++---
app-admin/makepasswd/metadata.xml | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild
index 55a550379ba..6b03b64a3aa 100644
--- a/app-admin/makepasswd/makepasswd-1.10.ebuild
+++ b/app-admin/makepasswd/makepasswd-1.10.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Random password generator"
-HOMEPAGE="http://packages.debian.org/stable/admin/makepasswd"
+HOMEPAGE="https://packages.debian.org/stable/admin/makepasswd"
SRC_URI="mirror://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
@@ -13,7 +15,7 @@ IUSE=""
RDEPEND="dev-lang/perl"
src_install() {
- dobin makepasswd || die
+ dobin makepasswd
doman makepasswd.1
- dodoc README CHANGES
+ einstalldocs
}
diff --git a/app-admin/makepasswd/metadata.xml b/app-admin/makepasswd/metadata.xml
index 48fe1ac76d4..00668f1a86d 100644
--- a/app-admin/makepasswd/metadata.xml
+++ b/app-admin/makepasswd/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription lang="en">
- A random password generator, for all your secure password needs.
- </longdescription>
<maintainer type="person">
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
</maintainer>
+ <longdescription lang="en">
+ A random password generator, for all your secure password needs.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/
@ 2021-01-06 12:46 Fabian Groffen
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:46 UTC (permalink / raw
To: gentoo-commits
commit: bea48cdcc66c04fb0cff95744dd774f635007715
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:45:43 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:45:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea48cdc
app-admin/makepasswd: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-admin/makepasswd/makepasswd-1.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild
index d36c2973c4d..3d62de699ea 100644
--- a/app-admin/makepasswd/makepasswd-1.10.ebuild
+++ b/app-admin/makepasswd/makepasswd-1.10.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=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/
@ 2022-11-01 9:56 Yixun Lan
0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2022-11-01 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 32d438745aae675e0fd234ab9b2a8fa01aa09760
Author: Chris Su <chris <AT> lesscrowds <DOT> org>
AuthorDate: Tue Nov 1 05:32:49 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 09:55:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d43874
app-admin/makepasswd: Keyword 1.10 riscv, #878955
Closes: https://github.com/gentoo/gentoo/pull/28063
Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-admin/makepasswd/makepasswd-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild
index 01909b500c13..c445af8a5b5d 100644
--- a/app-admin/makepasswd/makepasswd-1.10.ebuild
+++ b/app-admin/makepasswd/makepasswd-1.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/
@ 2023-09-15 6:42 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-09-15 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 9ad6f5391daeaca385145148040628b465789b4c
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Thu Sep 14 02:17:44 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 06:37:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad6f539
app-admin/makepasswd: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../makepasswd/{makepasswd-1.10.ebuild => makepasswd-1.10-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10-r1.ebuild
similarity index 90%
rename from app-admin/makepasswd/makepasswd-1.10.ebuild
rename to app-admin/makepasswd/makepasswd-1.10-r1.ebuild
index 775fd2d3b614..6c7d6c2668a6 100644
--- a/app-admin/makepasswd/makepasswd-1.10.ebuild
+++ b/app-admin/makepasswd/makepasswd-1.10-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Random password generator"
HOMEPAGE="https://packages.debian.org/stable/admin/makepasswd"
@@ -10,7 +10,6 @@ SRC_URI="mirror://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-15 6:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 12:46 [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2023-09-15 6:42 Arthur Zamarin
2022-11-01 9:56 Yixun Lan
2017-12-29 22:33 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox