Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/
Date: Mon, 29 Aug 2016 15:49:29
Message-Id: 1472485757.e96557ebeb5ff2402cd6c4c64450b64ad677bb92.polynomial-c@gentoo
1 commit: e96557ebeb5ff2402cd6c4c64450b64ad677bb92
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 15:48:58 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 15:49:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96557eb
7
8 app-i18n/man-pages-de: Removed old.
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-i18n/man-pages-de/Manifest | 1 -
14 app-i18n/man-pages-de/man-pages-de-1.13.ebuild | 53 --------------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
18 index c9fa604..eaf413b 100644
19 --- a/app-i18n/man-pages-de/Manifest
20 +++ b/app-i18n/man-pages-de/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST manpages-de-1.13.tar.xz 1487316 SHA256 d8e278055008ffb11e662fed10aa5b9200caa963ebac41697f38d4f2e9641fff SHA512 ba7c95c83550318c5453bc45c78d162aa83c5d95802c539d62b4e85cc432d20dcace5ab8482f496eca6c50728497a71888f1274df64344a99d6370a256c9e20c WHIRLPOOL fffc6fcb65662dd740253e45bcee00d0539332503392f198db0abd086feaeef5b43f48e303e060fd9d2669ed20d611ac5ba34618884e5549f2f82854af008d5e
23 DIST manpages-de-1.14.tar.xz 1508600 SHA256 b5b8baecb7a7fb414e825a90377e96546f7b6c503a800ab6fe19f9ed60db1047 SHA512 096f883f430311fb5be56905d30d6c79e516842cb1d7338f24b5fffaf89d287f235ddc0839040bea3318b96cd5c291317a103992ed4a1735065eac74f4fba6dc WHIRLPOOL a542ac7f844144dfbf0a69fee6e74725dd9ed56a58d36215b2ab9aa4587d950d8eab990c6c6b05a66f5bab36fa5f675988d79555eef14f804e174977641034b5
24 DIST manpages-de-1.15.tar.xz 1529576 SHA256 dd2d5f30fb221db23fdd54d1ca27356beaad8257705658252deb0aff242f6303 SHA512 d1f1b9f60c4713d6be650e21b7664ff594dbd542b53148c00d1a2269413d39615dd76be4c4095eeb72e2598b94af134ca5d128b85d9520a1ac404364b8a53948 WHIRLPOOL b0cce22e6cb9e028cae86ff32bf033308df118db49731b65642b065e37f02b614e0af7772db8acf856415ed0c65391a7949930b8e59b9e48ed8fb97ac30355b6
25
26 diff --git a/app-i18n/man-pages-de/man-pages-de-1.13.ebuild b/app-i18n/man-pages-de/man-pages-de-1.13.ebuild
27 deleted file mode 100644
28 index b65845a..00000000
29 --- a/app-i18n/man-pages-de/man-pages-de-1.13.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=6
37 -
38 -inherit autotools
39 -
40 -MY_P="${PN/-/}-${PV}"
41 -
42 -DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
43 -HOMEPAGE="http://alioth.debian.org/projects/manpages-de/"
44 -SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz"
45 -
46 -LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
49 -IUSE=""
50 -
51 -RDEPEND="virtual/man"
52 -DEPEND="app-text/po4a"
53 -
54 -PATCHES=(
55 - "${FILESDIR}/${PN}-1.3-bzip2.patch"
56 -)
57 -
58 -S=${WORKDIR}/${MY_P}
59 -
60 -src_prepare() {
61 - default
62 -
63 - # Use the same compression as every other manpage
64 - local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
65 - if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then
66 - PORTAGE_COMPRESS_LOCAL="#"
67 - fi
68 - if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
69 - case ${PORTAGE_COMPRESS_LOCAL} in
70 - bzip2|gzip) local PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
71 - ;;
72 - esac
73 - fi
74 - sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} ${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\
75 - po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die
76 - eautoreconf
77 -}
78 -
79 -src_compile() { :; }
80 -
81 -src_install() {
82 - emake mandir="${ED}"/usr/share/man install
83 - dodoc CHANGES README
84 -}