Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-de: ChangeLog man-pages-de-0.8.ebuild man-pages-de-0.7.ebuild
Date: Sun, 27 Feb 2011 16:41:43
Message-Id: 20110227164134.3F31D20054@flycatcher.gentoo.org
1 jmbsvicetto 11/02/27 16:41:34
2
3 Modified: ChangeLog
4 Added: man-pages-de-0.8.ebuild man-pages-de-0.7.ebuild
5 Log:
6 Non-maintainer commit.
7 Added new versions of man-pages-de from a new upstream. Thanks to Tobias Quathamer <t.quathamer AT gmx DOT net> - fixes bug 356205.
8
9 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.11 app-i18n/man-pages-de/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 20 Feb 2010 21:57:07 -0000 1.10
25 +++ ChangeLog 27 Feb 2011 16:41:33 -0000 1.11
26 @@ -1,6 +1,15 @@
27 # ChangeLog for app-i18n/man-pages-de
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.10 2010/02/20 21:57:07 ulm Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.11 2011/02/27 16:41:33 jmbsvicetto Exp $
32 +
33 +*man-pages-de-0.8 (27 Feb 2011)
34 +*man-pages-de-0.7 (27 Feb 2011)
35 +
36 + 27 Feb 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
37 + +man-pages-de-0.7.ebuild, +man-pages-de-0.8.ebuild:
38 + Non-maintainer commit.
39 + Added new versions of man-pages-de from a new upstream. Thanks to Tobias
40 + Quathamer <t.quathamer AT gmx DOT net> - fixes bug 356205.
41
42 20 Feb 2010; Ulrich Mueller <ulm@g.o> man-pages-de-0.5-r1.ebuild:
43 Fix LICENSE.
44
45
46
47 1.1 app-i18n/man-pages-de/man-pages-de-0.8.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild?rev=1.1&content-type=text/plain
51
52 Index: man-pages-de-0.8.ebuild
53 ===================================================================
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild,v 1.1 2011/02/27 16:41:33 jmbsvicetto Exp $
57
58 MY_PN="manpages-de"
59
60 DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
61 HOMEPAGE="http://alioth.debian.org/projects/manpages-de/"
62 SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_PN}-${PV}.tar.bz2"
63
64 LICENSE="as-is GPL-2 GPL-3 BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 IUSE=""
68
69 RDEPEND="virtual/man"
70 S="${WORKDIR}/${MY_PN}-${PV}"
71
72 src_compile() {
73 :;
74 }
75
76 src_install() {
77 make MANDIR="${D}"/usr/share/man/de install || die
78 dodoc CHANGES README
79
80 # Remove man pages provided by other packages
81 # - shadow
82 rm "${D}"/usr/share/man/de/man1/{chsh,groups,login,passwd,newgrp,su}.1*
83 # - man
84 rm "${D}"/usr/share/man/de/man1/{apropos,man,whatis}.1*
85 # - man-db
86 rm "${D}"/usr/share/man/de/man1/{manpath,zsoelim}.1*
87 rm "${D}"/usr/share/man/de/man5/manpath.5*
88 rm "${D}"/usr/share/man/de/man8/{catman,mandb}.8*
89 }
90
91
92
93 1.1 app-i18n/man-pages-de/man-pages-de-0.7.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.7.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.7.ebuild?rev=1.1&content-type=text/plain
97
98 Index: man-pages-de-0.7.ebuild
99 ===================================================================
100 # Copyright 1999-2011 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.7.ebuild,v 1.1 2011/02/27 16:41:34 jmbsvicetto Exp $
103
104 MY_PN="manpages-de"
105
106 DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
107 HOMEPAGE="http://alioth.debian.org/projects/manpages-de/"
108 SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_PN}-${PV}.tar.bz2"
109
110 LICENSE="as-is GPL-2 GPL-3 BSD"
111 SLOT="0"
112 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
113 IUSE=""
114
115 RDEPEND="virtual/man"
116 S="${WORKDIR}/${MY_PN}-${PV}"
117
118 src_compile() {
119 :;
120 }
121
122 src_install() {
123 make MANDIR="${D}"/usr/share/man/de install || die
124 dodoc CHANGES README
125
126 # Remove man pages provided by other packages
127 # - shadow
128 rm "${D}"/usr/share/man/de/man1/{chsh,groups,login,passwd,newgrp,su}.1*
129 # - man
130 rm "${D}"/usr/share/man/de/man1/{apropos,man,whatis}.1*
131 # - man-db
132 rm "${D}"/usr/share/man/de/man1/{manpath,zsoelim}.1*
133 rm "${D}"/usr/share/man/de/man5/manpath.5*
134 rm "${D}"/usr/share/man/de/man8/{catman,mandb}.8*
135 }