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-it: ChangeLog man-pages-it-2.80.ebuild
Date: Sun, 29 Jun 2008 02:12:01
Message-Id: E1KCmOR-0001iL-Am@stork.gentoo.org
1 darkside 08/06/29 02:11:55
2
3 Modified: ChangeLog
4 Added: man-pages-it-2.80.ebuild
5 Log:
6 Version bump, bug #228433 - thanks to scen for reporting
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
8
9 Revision Changes Path
10 1.12 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.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 9 Oct 2007 14:38:26 -0000 1.11
23 +++ ChangeLog 29 Jun 2008 02:11:54 -0000 1.12
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.11 2007/10/09 14:38:26 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-it/ChangeLog,v 1.12 2008/06/29 02:11:54 darkside Exp $
30 +
31 +*man-pages-it-2.80 (29 Jun 2008)
32 +
33 + 29 Jun 2008; Jeremy Olexa <darkside@g.o> +man-pages-it-2.80.ebuild:
34 + Version bump, bug #228433 - thanks to scen for reporting
35
36 09 Oct 2007; Raúl Porcel <armin76@g.o> -man-pages-it-2.43.ebuild,
37 man-pages-it-2.65.ebuild:
38
39
40
41 1.1 app-i18n/man-pages-it/man-pages-it-2.80.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/man-pages-it-2.80.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-it/man-pages-it-2.80.ebuild?rev=1.1&content-type=text/plain
45
46 Index: man-pages-it-2.80.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-it/man-pages-it-2.80.ebuild,v 1.1 2008/06/29 02:11:54 darkside Exp $
51
52 DESCRIPTION="A somewhat comprehensive collection of Italian Linux man pages"
53 HOMEPAGE="http://it.tldp.org/man/"
54 SRC_URI="ftp://ftp.pluto.it/pub/pluto/ildp/man/${P}.tar.gz"
55
56 LICENSE="LDP-1a"
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
65 src_install() {
66 doman -i18n=it man*/*
67
68 dodoc description readme CHANGELOG HOWTOHELP POSIX-COPYRIGHT \
69 || die "dodoc failed"
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list