From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/
Date: Mon, 14 Sep 2020 14:28:56 +0000 (UTC) [thread overview]
Message-ID: <1600093718.2f86e20b3ca5b1a84ff1616f454e266a633586cc.bkohler@gentoo> (raw)
commit: 2f86e20b3ca5b1a84ff1616f454e266a633586cc
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 14:28:08 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 14:28:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f86e20b
app-admin/xkcdpass: new package
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/xkcdpass/Manifest | 1 +
app-admin/xkcdpass/metadata.xml | 8 +++++++
app-admin/xkcdpass/xkcdpass-1.17.3.ebuild | 37 +++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/app-admin/xkcdpass/Manifest b/app-admin/xkcdpass/Manifest
new file mode 100644
index 00000000000..1b627ac5e32
--- /dev/null
+++ b/app-admin/xkcdpass/Manifest
@@ -0,0 +1 @@
+DIST xkcdpass-1.17.3.tar.gz 2072127 BLAKE2B 20339e7a0fd43f86eb83d89774613fa0009a13ca190be7d36edb8244b7d2e0b48041b3f8c7156c04e4d2dbae0c4475f5f1e577701e651146acab1284aa6c032d SHA512 5359b0b4e3076c2b385773862ff03e3700888d1ae967a26c5b19add3c9d2cde179ed5ad3309c5b53ab6cdbd40c8fedae1f6b9b0483dba83858671f9d816efc6c
diff --git a/app-admin/xkcdpass/metadata.xml b/app-admin/xkcdpass/metadata.xml
new file mode 100644
index 00000000000..c67d4dcaca5
--- /dev/null
+++ b/app-admin/xkcdpass/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild b/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild
new file mode 100644
index 00000000000..982abbe2a24
--- /dev/null
+++ b/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Password generator inspired by XKCD 936"
+HOMEPAGE="https://github.com/redacted/XKCD-password-generator"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD CC-BY-3.0
+ l10n_de? ( GPL-3 )
+ l10n_it? ( CC-BY-SA-3.0 )
+ l10n_no? ( CC-BY-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="l10n_de l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt"
+
+src_prepare() {
+ default
+
+ use l10n_de || rm ${PN}/static/ger-anlx
+ use l10n_en || rm ${PN}/static/{eff-short,eff-special,legacy}
+ use l10n_es || rm ${PN}/static/spa-mich
+ use l10n_fi || rm ${PN}/static/fin-kotus
+ use l10n_fr || rm ${PN}/static/fr-*
+ use l10n_it || rm ${PN}/static/ita-wiki
+ use l10n_no || rm ${PN}/static/nor-nb
+ use l10n_pt || rm ${PN}/static/pt-*
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
next reply other threads:[~2020-09-14 14:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-14 14:28 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-01 11:57 [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/ Ben Kohler
2020-12-23 15:35 Ben Kohler
2021-02-27 13:55 Ben Kohler
2021-05-18 14:38 Ben Kohler
2021-05-28 14:30 Ben Kohler
2021-07-30 16:51 Ben Kohler
2021-07-30 16:51 Ben Kohler
2021-09-07 18:05 Ben Kohler
2021-09-09 14:43 Ben Kohler
2022-02-19 13:14 Ben Kohler
2022-07-25 14:26 Ben Kohler
2023-01-10 16:11 Ben Kohler
2023-03-07 13:47 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-11-03 12:23 Ben Kohler
2023-11-13 12:55 Ben Kohler
2023-11-27 13:35 Ben Kohler
2023-11-28 17:27 Ben Kohler
2024-03-29 15:38 Ben Kohler
2024-03-29 15:38 Ben Kohler
2024-04-01 15:02 Ben Kohler
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=1600093718.2f86e20b3ca5b1a84ff1616f454e266a633586cc.bkohler@gentoo \
--to=bkohler@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