From: "Manuel Rueger (mrueg)" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-de: man-pages-de-1.7.ebuild ChangeLog
Date: Tue, 15 Jul 2014 23:22:22 +0000 (UTC) [thread overview]
Message-ID: <20140715232222.C064F2004E@flycatcher.gentoo.org> (raw)
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 <mrueg@gentoo.org> +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
}
next reply other threads:[~2014-07-15 23:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 23:22 Manuel Rueger (mrueg) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-20 22:17 [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-de: man-pages-de-1.7.ebuild ChangeLog Jeroen Roovers (jer)
2014-10-22 19:18 Markus Meier (maekke)
2014-10-30 14:04 Agostino Sarubbo (ago)
2014-10-31 15:58 Agostino Sarubbo (ago)
2014-11-02 8:53 Agostino Sarubbo (ago)
2014-11-03 9:34 Agostino Sarubbo (ago)
2014-11-10 10:51 Agostino Sarubbo (ago)
2014-11-11 10:45 Agostino Sarubbo (ago)
2014-11-22 21:00 Mikle Kolyada (zlogene)
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=20140715232222.C064F2004E@flycatcher.gentoo.org \
--to=mrueg@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