public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-it/
Date: Thu, 11 Mar 2021 07:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1615448218.e6544c0d0296b7f979648889addaba8a3549fee9.juippis@gentoo> (raw)

commit:     e6544c0d0296b7f979648889addaba8a3549fee9
Author:     ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Mar 10 08:00:45 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:36:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6544c0d

app-i18n/man-pages-it: 5.06 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/19845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/man-pages-it/Manifest                 |  1 +
 app-i18n/man-pages-it/man-pages-it-5.06.ebuild | 24 ++++++++++++++++++++++++
 app-i18n/man-pages-it/metadata.xml             |  9 ++++++++-
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-it/Manifest b/app-i18n/man-pages-it/Manifest
index 6eff92cad2f..c078c426869 100644
--- a/app-i18n/man-pages-it/Manifest
+++ b/app-i18n/man-pages-it/Manifest
@@ -1 +1,2 @@
 DIST man-pages-it-4.00.tar.xz 349192 BLAKE2B 90f25e7abfd64d0f175c2596bc9203626d9e7e53218d579081d17aa01665be20ffa721e33379107814a57715a35f480bb1833a2d3965f4b86b3247bf70e9162c SHA512 6392b42254eba42bd76f3aef3b6206396a817019df61462e44bd0f7dc519768cb1b1107726c45e402a0cf27e6f2ca8c8912363bd9bec7562b10e8fd5dcc60ffe
+DIST man-pages-it-5.06.tar.xz 363716 BLAKE2B 57ac90d11a76217ead0f201ed4f8cfd0bc5f08b97662023a540f1150fc8fb6804980e6770cc7d707097d732645ebc9b3b85feb15736d7e925df2711a3f32ba6e SHA512 d4d89bba004265c70b6f0220b0172798677174e8034ece4a15c21432423ec904d0a3b7614987a165950c4f28af02c1b9374f536982771307b78617479139f900

diff --git a/app-i18n/man-pages-it/man-pages-it-5.06.ebuild b/app-i18n/man-pages-it/man-pages-it-5.06.ebuild
new file mode 100644
index 00000000000..24887bb2acb
--- /dev/null
+++ b/app-i18n/man-pages-it/man-pages-it-5.06.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A somewhat comprehensive collection of Italian Linux man pages"
+HOMEPAGE="http://it.tldp.org/man/"
+SRC_URI="ftp://ftp.pluto.it/pub/pluto/ildp/man/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/man"
+
+src_compile() { :; } # emake does bad things here
+
+src_install() {
+	doman -i18n=it man-pages/man[1-9]/* binutils/man[1-9]/* inetutils/man[1-9]/* \
+		util-linux/man[1-9]/* misc/man[1-9]/*
+
+	dodoc description README CHANGELOG
+}

diff --git a/app-i18n/man-pages-it/metadata.xml b/app-i18n/man-pages-it/metadata.xml
index 65484e7dc6c..2b14c8d0695 100644
--- a/app-i18n/man-pages-it/metadata.xml
+++ b/app-i18n/man-pages-it/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<maintainer status="active">
 			<email>giulio@pluto.it</email>


             reply	other threads:[~2021-03-11  7:37 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11  7:37 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-23 23:07 [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-it/ Ulrich Müller
2021-04-11 11:24 Sam James
2021-04-11 11:23 Sam James
2021-04-11 11:16 Sam James
2021-04-11 11:15 Sam James
2021-04-11 11:11 Sam James
2021-04-11 11:03 Sam James
2021-04-11 11:03 Sam James
2021-04-11  0:13 Thomas Deutschmann
2019-05-05 12:59 Mikle Kolyada
2019-02-01 20:35 Sergei Trofimovich
2019-01-31 21:24 Tobias Klausmann
2019-01-27 14:14 Sergei Trofimovich
2019-01-27 14:09 Sergei Trofimovich
2019-01-27 12:13 Sergei Trofimovich
2018-06-18 18:48 Jonas Stein
2016-05-07 21:24 Michał Górny
2015-12-19 14:31 Ian Delaney
2015-12-19 14:28 Ian Delaney
2015-12-19 14:28 Ian Delaney

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=1615448218.e6544c0d0296b7f979648889addaba8a3549fee9.juippis@gentoo \
    --to=juippis@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