Skip to content

Commit

Permalink
app-admin/makepasswd: Port to EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Dec 29, 2017
1 parent 8d16b32 commit 3a34381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions app-admin/makepasswd/makepasswd-1.10.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +15,7 @@ IUSE=""
RDEPEND="dev-lang/perl"

src_install() {
dobin makepasswd || die
dobin makepasswd
doman makepasswd.1
dodoc README CHANGES
einstalldocs
}
6 changes: 3 additions & 3 deletions app-admin/makepasswd/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Michael Weber</name>
</maintainer>
<longdescription lang="en">
A random password generator, for all your secure password needs.
</longdescription>
</pkgmetadata>

0 comments on commit 3a34381

Please sign in to comment.