Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-cs: man-pages-cs-0.16-r1.ebuild ChangeLog
Date: Wed, 06 Feb 2008 00:10:08
Message-Id: E1JMXrU-0001nT-Qi@stork.gentoo.org
1 halcy0n 08/02/06 00:10:00
2
3 Modified: man-pages-cs-0.16-r1.ebuild ChangeLog
4 Log:
5 Remove the man manpage as well since its already provided by sys-apps/man; bug #166190
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.3 app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: man-pages-cs-0.16-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- man-pages-cs-0.16-r1.ebuild 21 Jun 2006 17:24:45 -0000 1.2
22 +++ man-pages-cs-0.16-r1.ebuild 6 Feb 2008 00:10:00 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild,v 1.2 2006/06/21 17:24:45 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/man-pages-cs-0.16-r1.ebuild,v 1.3 2008/02/06 00:10:00 halcy0n Exp $
29
30 DESCRIPTION="A somewhat comprehensive collection of Linux czech man page translations"
31 HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
32 @@ -21,7 +21,8 @@
33
34 # remove man pages that are provided by other packages.
35 # - sys-apps/shadow +nls
36 - rm -f ${D}/usr/share/man/cs/man1/{chfn,chsh,newgrp,su,passwd,groups}.1
37 - rm -f ${D}/usr/share/man/cs/man5/shadow.5
38 - rm -f ${D}/usr/share/man/cs/man8/{lastlog,vigr,vipw}.8
39 + # - sys-apps/man
40 + rm -f "${D}"/usr/share/man/cs/man1/{chfn,chsh,newgrp,su,passwd,groups,man}.1
41 + rm -f "${D}"/usr/share/man/cs/man5/shadow.5
42 + rm -f "${D}"/usr/share/man/cs/man8/{lastlog,vigr,vipw}.8
43 }
44
45
46
47 1.4 app-i18n/man-pages-cs/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-cs/ChangeLog?r1=1.3&r2=1.4
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- ChangeLog 25 Dec 2007 16:47:18 -0000 1.3
60 +++ ChangeLog 6 Feb 2008 00:10:00 -0000 1.4
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-i18n/man-pages-cs
63 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v 1.3 2007/12/25 16:47:18 phreak Exp $
65 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-cs/ChangeLog,v 1.4 2008/02/06 00:10:00 halcy0n Exp $
67 +
68 + 06 Feb 2008; Mark Loeser <halcy0n@g.o> man-pages-cs-0.16-r1.ebuild:
69 + Remove the man manpage as well since its already provided by sys-apps/man;
70 + bug #166190
71
72 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
73 Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed.
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list