Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-it: ChangeLog man-pages-it-2.65.ebuild
Date: Mon, 01 Oct 2007 14:22:51
Message-Id: E1IcM1x-0006wZ-My@stork.gentoo.org
1 armin76 07/10/01 14:13:53
2
3 Modified: ChangeLog
4 Added: man-pages-it-2.65.ebuild
5 Log:
6 Version bump, bug 193678, thanks to Davide Cendron <scen at gentoo dot org>
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.10 app-i18n/man-pages-it/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 8 Apr 2007 14:13:03 -0000 1.9
23 +++ ChangeLog 1 Oct 2007 14:13:53 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/man-pages-it
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/ChangeLog,v 1.9 2007/04/08 14:13:03 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/ChangeLog,v 1.10 2007/10/01 14:13:53 armin76 Exp $
29 +
30 +*man-pages-it-2.65 (01 Oct 2007)
31 +
32 + 01 Oct 2007; Raúl Porcel <armin76@g.o> +man-pages-it-2.65.ebuild:
33 + Version bump, bug 193678, thanks to Davide Cendron <scen at gentoo dot org>
34
35 08 Apr 2007; Raúl Porcel <armin76@g.o> -man-pages-it-2.34.ebuild,
36 man-pages-it-2.43.ebuild:
37
38
39
40 1.1 app-i18n/man-pages-it/man-pages-it-2.65.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/man-pages-it-2.65.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/man-pages-it-2.65.ebuild?rev=1.1&content-type=text/plain
44
45 Index: man-pages-it-2.65.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/man-pages-it-2.65.ebuild,v 1.1 2007/10/01 14:13:53 armin76 Exp $
50
51 EXTRA_P="man-pages-it-extra-0.5.0"
52
53 DESCRIPTION="A somewhat comprehensive collection of Italian Linux man pages"
54 HOMEPAGE="http://it.tldp.org/man/"
55 SRC_URI="ftp://ftp.pluto.it/pub/pluto/ildp/man/${P}.tar.gz
56 ftp://ftp.pluto.it/pub/pluto/ildp/man/${EXTRA_P}.tar.gz"
57
58 LICENSE="LDP-1a"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND="virtual/man"
64
65 src_compile() {
66 :
67 }
68
69 src_install() {
70 doman -i18n=it man*/*
71
72 dodoc \
73 readme CHANGELOG HOWTOHELP POSIX-COPYRIGHT \
74 || die "dodoc failed"
75
76 cd "${WORKDIR}/${EXTRA_P}"
77 doman -i18n=it man*/*
78
79 newdoc readme readme.extra
80 newdoc changelog CHANGELOG.extra
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list