From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/
Date: Sun, 17 May 2020 19:41:20 +0000 (UTC) [thread overview]
Message-ID: <1589744469.c2e08d6d77d64bb405e194f9d4356249b328b92d.ulm@gentoo> (raw)
commit: c2e08d6d77d64bb405e194f9d4356249b328b92d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 19:28:55 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May 17 19:41:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e08d6d
app-i18n/man-pages-de: Remove package.
Bug: https://bugs.gentoo.org/717744
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-i18n/man-pages-de/Manifest | 2 -
app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild | 82 -----------------------
app-i18n/man-pages-de/man-pages-de-2.16.ebuild | 64 ------------------
app-i18n/man-pages-de/metadata.xml | 12 ----
4 files changed, 160 deletions(-)
diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
deleted file mode 100644
index fd26cde6b89..00000000000
--- a/app-i18n/man-pages-de/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST manpages-de-v2.12.tar.bz2 10242050 BLAKE2B fa497a6fce2c2387dad2ab9443584174d8d5fab530b94e0123e71286c588cb3a2e52aa96760dbfd6545bed013c460e1bf61eb4a5af0673bb84c1c0f0c960a357 SHA512 548d3dd500ce1eadc71365119e35072b71e3fbe36eba664d992e94897f442fb93f9397053f72363f83dff2e931d93e2af995976736d8513d11d7c42bdb471862
-DIST manpages-l10n-v2.16.tar.bz2 26569385 BLAKE2B ff5877a2a58e48fb7411559bbc22dae5918bda2d1fa38b5239bb6fc0561d85c44a276a491a368fee75ee26508f0128b5f4a5d0afe344321b4d4c653dd6a24898 SHA512 e534276b693c124a70a409ba9318a4a3e168c3d10c8e2837811f27d471ebb25eb4235eff9910cfc57624560fbc6273379a2d813b4a8cec2dd7ca1a0cd09ed78d
diff --git a/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild b/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild
deleted file mode 100644
index 32ea4ba3acf..00000000000
--- a/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P="${PN/-/}-v${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
-HOMEPAGE="https://salsa.debian.org/manpages-de-team/manpages-de"
-SRC_URI="https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-BDEPEND="app-text/po4a"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
-
- sed '/gzip --best/d' -i po/Makefile.am || die
-
- # sys-apps/shadow has it's own translated man-page for this
- local manpage
- local noinst_manpages=(
- upstream/debian-unstable/man1/groups.1
- po/man1/free.1.po
- po/man1/groups.1.po
- po/man1/su.1.po
- po/man1/uptime.1.po
- )
- for manpage in ${noinst_manpages[@]} ; do
- rm "${manpage}" || die
- done
-
- # Use the same compression as every other manpage
- local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
- local PORTAGE_COMPRESS_FLAGS_LOCAL=${PORTAGE_COMPRESS_FLAGS}
- if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
- case ${PORTAGE_COMPRESS_LOCAL} in
- bzip2|gzip)
- PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
- ;;
- esac
- fi
-
- # Fix source files for symlinks
- local LINKSOURCE
- case ${PORTAGE_COMPRESS_LOCAL} in
- bzip2)
- for LINKSOURCE in upstream/*/links.txt ; do
- sed -i -e 's/\.gz/\.bz2/g' "${LINKSOURCE}" || die
- done
- ;;
- gzip)
- # pass
- ;;
- xz)
- for LINKSOURCE in upstream/*/links.txt ; do
- sed -i -e 's/\.gz/\.xz/g' "${LINKSOURCE}" || die
- done
- ;;
- *)
- ewarn "Unexpected compression command ${PORTAGE_COMPRESS} found, symlinks will not work."
- ;;
- esac
-
- eautoreconf
-}
-
-src_compile() { :; }
-
-src_install() {
- emake mandir="${ED}"/usr/share/man install
- dodoc CHANGES.md README.md
-}
diff --git a/app-i18n/man-pages-de/man-pages-de-2.16.ebuild b/app-i18n/man-pages-de/man-pages-de-2.16.ebuild
deleted file mode 100644
index f802bbdaabd..00000000000
--- a/app-i18n/man-pages-de/man-pages-de-2.16.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P="manpages-l10n-v${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
-HOMEPAGE="https://salsa.debian.org/manpages-l10n-team/manpages-l10n"
-SRC_URI="https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-BDEPEND="app-text/po4a
- dev-lang/perl"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
-
- # some packages have their own translations
- local noinst_manpages=(
- # sys-apps/shadow
- po/de/man1/groups.1.po
- po/de/man1/su.1.po
- # sys-process/procps
- po/de/man1/tload.1.po
- po/de/man1/pwdx.1.po
- po/de/man1/uptime.1.po
- po/de/man1/pmap.1.po
- po/de/man1/pgrep.1.po
- po/de/man1/free.1.po
- po/de/man5/sysctl.conf.5.po
- po/de/man8/sysctl.8.po
- po/de/man8/vmstat.8.po
- # app-arch/xz-utils
- po/de/man1/xz.1.po
- po/de/man1/xzdiff.1.po
- po/de/man1/xzgrep.1.po
- po/de/man1/xzless.1.po
- po/de/man1/xzmore.1.po
- )
- rm "${noinst_manpages[@]}" || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --enable-compression="none"
-}
-
-src_compile() { :; }
-
-src_install() {
- emake mandir="${ED}"/usr/share/man install
- dodoc CHANGES.md README.md
-}
diff --git a/app-i18n/man-pages-de/metadata.xml b/app-i18n/man-pages-de/metadata.xml
deleted file mode 100644
index 71052039f47..00000000000
--- a/app-i18n/man-pages-de/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bureau@jonglieren-jena.de</email>
- <name>Markus Oehme</name>
- </maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>
next reply other threads:[~2020-05-17 19:41 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-17 19:41 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-29 20:05 [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/ Ulrich Müller
2020-03-24 20:08 Ulrich Müller
2020-03-18 20:16 Ulrich Müller
2019-12-14 9:57 Ulrich Müller
2019-05-08 19:55 Sergei Trofimovich
2019-05-07 20:14 Tobias Klausmann
2019-05-05 13:45 Mikle Kolyada
2019-05-03 1:45 Aaron Bauman
2019-03-02 11:13 Lars Wendler
2019-03-02 11:13 Lars Wendler
2019-02-17 15:43 Lars Wendler
2019-02-17 15:43 Lars Wendler
2018-10-17 21:38 Virgil Dupras
2018-04-22 1:33 Aaron Bauman
2017-12-18 18:14 Manuel Rüger
2017-12-18 18:14 Manuel Rüger
2017-02-13 10:58 Manuel Rüger
2017-02-13 10:58 Manuel Rüger
2016-09-28 7:12 Lars Wendler
2016-09-28 7:12 Lars Wendler
2016-09-28 7:12 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-09 8:10 Lars Wendler
2016-08-09 8:10 Lars Wendler
2016-06-16 7:29 Lars Wendler
2016-06-16 7:29 Lars Wendler
2016-06-08 19:17 Mike Frysinger
2016-06-08 19:17 Mike Frysinger
2016-04-18 7:33 Lars Wendler
2016-02-17 21:14 Manuel Rüger
2016-02-17 21:13 Manuel Rüger
2016-01-16 17:50 Manuel Rüger
2016-01-08 23:32 Manuel Rüger
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=1589744469.c2e08d6d77d64bb405e194f9d4356249b328b92d.ulm@gentoo \
--to=ulm@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