Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-cs: ChangeLog man-pages-cs-0.17.20080113.ebuild
Date: Mon, 02 Jun 2008 04:04:30
Message-Id: E1K31HU-0002Xr-SD@stork.gentoo.org
1 darkside 08/06/02 04:04:24
2
3 Modified: ChangeLog
4 Added: man-pages-cs-0.17.20080113.ebuild
5 Log:
6 Version bump, bug #223039. Dropped existing stable kw's to ~ARCH
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 app-i18n/man-pages-cs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 6 Feb 2008 00:49:36 -0000 1.5
23 +++ ChangeLog 2 Jun 2008 04:04:24 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-i18n/man-pages-cs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v 1.5 2008/02/06 00:49:36 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v 1.6 2008/06/02 04:04:24 darkside Exp $
29 +
30 +*man-pages-cs-0.17.20080113 (02 Jun 2008)
31 +
32 + 02 Jun 2008; Jeremy Olexa <darkside@g.o>
33 + +man-pages-cs-0.17.20080113.ebuild:
34 + Version bump, bug #223039. Dropped existing stable kw's to ~ARCH
35
36 06 Feb 2008; Christian Faulhammer <opfer@g.o>
37 -man-pages-cs-0.16.ebuild, man-pages-cs-0.16-r1.ebuild:
38
39
40
41 1.1 app-i18n/man-pages-cs/man-pages-cs-0.17.20080113.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.17.20080113.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.17.20080113.ebuild?rev=1.1&content-type=text/plain
45
46 Index: man-pages-cs-0.17.20080113.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.17.20080113.ebuild,v 1.1 2008/06/02 04:04:24 darkside Exp $
51
52 DESCRIPTION="A somewhat comprehensive collection of Linux czech man page translations"
53 HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
54 SRC_URI="ftp://ftp.linux.cz/pub/linux/localization/czman/${P}.tar.bz2"
55
56 LICENSE="freedist"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="virtual/man"
62
63 src_compile() {
64 make latest || die "make latest failed"
65 make DESTDIR="${D}" || die "make DESTDIR failed"
66 echo "done"
67 }
68
69 src_install() {
70 emake install DESTDIR="${D}" || die
71 #make MANDIR="${D}"/usr/share/man/cs install || die
72 dodoc CONTRIB README*
73
74 # remove man pages that are provided by other packages.
75 # - sys-apps/shadow +nls
76 # - sys-apps/man
77 rm -f "${D}"/usr/share/man/cs/man1/{chfn,chsh,newgrp,su,passwd,groups,man}.1
78 rm -f "${D}"/usr/share/man/cs/man5/shadow.5
79 rm -f "${D}"/usr/share/man/cs/man8/{lastlog,vigr,vipw}.8
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list