Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 621884 Details for
Bug 696552
app-i18n/man-pages-de: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for new ebuild
0001-Bump-app-i18n-man-pages-de-to-version-2.16.patch (text/plain), 2.49 KB, created by
Markus Walter
on 2020-03-18 19:38:55 UTC
(
hide
)
Description:
patch for new ebuild
Filename:
MIME Type:
Creator:
Markus Walter
Created:
2020-03-18 19:38:55 UTC
Size:
2.49 KB
patch
obsolete
>From f475242553fa7df633d7b0260e14dca4c1d5a73e Mon Sep 17 00:00:00 2001 >From: Markus Oehme <bureau@jonglieren-jena.de> >Date: Wed, 18 Mar 2020 20:23:32 +0100 >Subject: [PATCH] app-i18n/man-pages-de: Bump to version 2.16 > >This is the last release of man-pages-de. Upstream has renamed to >manpages-l10n and now includes multiple languages. They just released >manpages-l10n-4.0.0 under the new name. > >This also fixes collisions with sys-process/procps and app-arch/xz-utils. > >Fixes #702276 >Fixes #713190 > >Signed-off-by: Markus Oehme <bureau@jonglieren-jena.de> >--- > .../man-pages-de/man-pages-de-2.16.ebuild | 68 +++++++++++++++++++ > 1 file changed, 68 insertions(+) > create mode 100644 app-i18n/man-pages-de/man-pages-de-2.16.ebuild > >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 >new file mode 100644 >index 0000000..a84ea09 >--- /dev/null >+++ b/app-i18n/man-pages-de/man-pages-de-2.16.ebuild >@@ -0,0 +1,68 @@ >+# 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 ~s390 ~sh ~sparc ~x86" >+IUSE="" >+ >+RDEPEND="virtual/man" >+BDEPEND="app-text/po4a" >+ >+S="${WORKDIR}/${MY_P}" >+ >+src_prepare() { >+ default >+ >+ # some packages have their own translations >+ local manpage >+ 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 >+ ) >+ for manpage in ${noinst_manpages[@]} ; do >+ echo "${manpage}" >+ rm "${manpage}" || die >+ done >+ >+ eautoreconf >+} >+ >+src_configure() { >+ econf --enable-compression="none" >+} >+ >+ >+src_compile() { :; } >+ >+src_install() { >+ emake mandir="${ED}"/usr/share/man install >+ dodoc CHANGES.md README.md >+} >-- >2.25.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 696552
:
594704
|
594706
|
597156
|
600272
| 621884