Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/gimp-help: ChangeLog gimp-help-2.6.1.ebuild
Date: Tue, 01 Feb 2011 06:46:17
Message-Id: 20110201064603.8BCDF20054@flycatcher.gentoo.org
1 pva 11/02/01 06:46:03
2
3 Modified: ChangeLog
4 Added: gimp-help-2.6.1.ebuild
5 Log:
6 Version bump, #353276, thank Tim Harder for report.
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.68 app-doc/gimp-help/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gimp-help/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 18 Mar 2010 05:07:37 -0000 1.67
24 +++ ChangeLog 1 Feb 2011 06:46:03 -0000 1.68
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-doc/gimp-help
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.67 2010/03/18 05:07:37 pva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.68 2011/02/01 06:46:03 pva Exp $
31 +
32 +*gimp-help-2.6.1 (01 Feb 2011)
33 +
34 + 01 Feb 2011; Peter Volkov <pva@g.o> +gimp-help-2.6.1.ebuild:
35 + Version bump, #353276, thank Tim Harder for report.
36
37 18 Mar 2010; Peter Volkov <pva@g.o>
38 -files/gimp-help-0.13-image-files.patch,
39
40
41
42 1.1 app-doc/gimp-help/gimp-help-2.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gimp-help/gimp-help-2.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gimp-help/gimp-help-2.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gimp-help-2.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.6.1.ebuild,v 1.1 2011/02/01 06:46:03 pva Exp $
52
53 EAPI="4"
54 inherit eutils
55
56 DESCRIPTION="GNU Image Manipulation Program help files"
57 HOMEPAGE="http://docs.gimp.org/"
58
59 LICENSE="FDL-1.2"
60 SLOT="2"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62
63 IUSE=""
64
65 # Only *not* outdated translations (see, configure.ac) are listed.
66 # On update do not forgive to check quickreference/Makefile.am for
67 # QUICKREFERENCE_ALL_LINGUAS. LANGS should include that langs too.
68 LANGS="de en es fr it ja ko nl nn pl ru sv zh_CN"
69
70 for X in ${LANGS} ; do
71 IUSE="${IUSE} linguas_${X}"
72 SRC_URI="${SRC_URI} linguas_${X}? ( mirror://gimp/help/${P}-html-${X}.tar.bz2 )"
73 EMPTY_LINGUAS_SRC_URI="mirror://gimp/help/${P}-html-${X}.tar.bz2 ${EMPTY_LINGUAS_SRC_URI}"
74 EMPTY_LINGUAS_SET="!linguas_${X}? ( ${EMPTY_LINGUAS_SET} "
75 EMPTY_LINGUAS_BRAKETS="${EMPTY_LINGUAS_BRAKETS} )"
76 done
77 SRC_URI="${SRC_URI} ${EMPTY_LINGUAS_SET} ${EMPTY_LINGUAS_SRC_URI} ${EMPTY_LINGUAS_BRAKETS}"
78
79 DEPEND=""
80 RDEPEND=">=media-gfx/gimp-2.4"
81
82 S=${WORKDIR}/gimp-help-2/
83
84 src_compile() { :; }
85
86 src_install() {
87 insinto /usr/share/gimp/2.0/help
88 doins -r html/*
89 dodoc AUTHORS MAINTAINERS README
90 }