public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/
Date: Fri, 29 Dec 2017 22:33:28 +0000 (UTC)	[thread overview]
Message-ID: <1514586667.3a343819138b02dcca768f92a1ba50e42c43e3a9.soap@gentoo> (raw)

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>


             reply	other threads:[~2017-12-29 22:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29 22:33 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-06 12:46 [gentoo-commits] repo/gentoo:master commit in: app-admin/makepasswd/ Fabian Groffen
2022-11-01  9:56 Yixun Lan
2023-09-15  6:42 Arthur Zamarin

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=1514586667.3a343819138b02dcca768f92a1ba50e42c43e3a9.soap@gentoo \
    --to=soap@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