From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F2D211392EF for ; Tue, 15 Jul 2014 23:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA89AE0A43; Tue, 15 Jul 2014 23:22:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 520BAE0A43 for ; Tue, 15 Jul 2014 23:22:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08A8E33F5FB for ; Tue, 15 Jul 2014 23:22:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id C064F2004E; Tue, 15 Jul 2014 23:22:22 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-de: man-pages-de-1.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: man-pages-de-1.7.ebuild ChangeLog X-VCS-Directories: app-i18n/man-pages-de X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140715232222.C064F2004E@flycatcher.gentoo.org> Date: Tue, 15 Jul 2014 23:22:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08ef0ba2-2c93-4e19-a6f1-d8ecc4fe006b X-Archives-Hash: 6a2dead4792b227190e2f0f683670dd0 mrueg 14/07/15 23:22:22 Modified: ChangeLog Added: man-pages-de-1.7.ebuild Log: Version bump. Proxy commit for Markus Oehme. Fixes bug #517148 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.29 app-i18n/man-pages-de/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 26 Feb 2014 21:32:27 -0000 1.28 +++ ChangeLog 15 Jul 2014 23:22:22 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/man-pages-de # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.28 2014/02/26 21:32:27 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.29 2014/07/15 23:22:22 mrueg Exp $ + +*man-pages-de-1.7 (15 Jul 2014) + + 15 Jul 2014; Manuel RĂ¼ger +man-pages-de-1.7.ebuild: + Version bump. Proxy commit for Markus Oehme. Fixes bug #517148 *man-pages-de-1.5 (26 Feb 2014) 1.1 app-i18n/man-pages-de/man-pages-de-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-1.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-1.7.ebuild?rev=1.1&content-type=text/plain Index: man-pages-de-1.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-1.7.ebuild,v 1.1 2014/07/15 23:22:22 mrueg Exp $ EAPI=5 inherit eutils autotools MY_P="${PN/-/}-${PV}" DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations" HOMEPAGE="http://alioth.debian.org/projects/manpages-de/" SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" 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" DEPEND="${RDEPEND} app-text/po4a" S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${PN}-1.3-bzip2.patch # Use the same compression as every other manpage local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2} if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then PORTAGE_COMPRESS_LOCAL="#" fi if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then case ${PORTAGE_COMPRESS_LOCAL} in bzip2|gzip) local PORTAGE_COMPRESS_FLAGS_LOCAL="-9" ;; esac fi sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} ${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\ po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die eautoreconf } src_compile() { :; } src_install() { emake mandir="${ED}"/usr/share/man install dodoc CHANGES README }