Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
Date: Mon, 22 Jun 2009 13:07:17
Message-Id: E1MIjEr-0002w9-9a@stork.gentoo.org
1 tupone 09/06/22 13:07:09
2
3 Modified: openstreetmap-icons-20090616.ebuild ChangeLog
4 Log:
5 Rebuild icons and geoinfo db.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.1&r2=1.2
14
15 Index: openstreetmap-icons-20090616.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- openstreetmap-icons-20090616.ebuild 20 Jun 2009 19:02:23 -0000 1.1
22 +++ openstreetmap-icons-20090616.ebuild 22 Jun 2009 13:07:09 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.1 2009/06/20 19:02:23 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.2 2009/06/22 13:07:09 tupone Exp $
28 +
29 +EAPI=2
30 +
31 +inherit cmake-utils
32
33 DESCRIPTION="openstreetmap icons"
34 HOMEPAGE="http://www.openstreetmap.org/"
35 @@ -11,12 +15,24 @@
36 KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE=""
38
39 -DEPEND=""
40 +DEPEND="dev-perl/ImageInfo
41 + media-gfx/imagemagick[perl]"
42 RDEPEND=""
43
44 +S=${WORKDIR}/${P}/map-icons
45 +
46 +src_compile() {
47 + cmake-utils_src_compile
48 + cp icons.* ${CMAKE_BUILD_DIR}
49 + cd ${CMAKE_BUILD_DIR}
50 + perl "${S}"/tools/create_geoinfo-db.pl --lang=en --source=icons.xml
51 + perl "${S}"/tools/create_geoinfo-db.pl --lang=de --source=icons.xml
52 +}
53 +
54 # tar.bz2 generated extracting files from
55 # http://svn.openstreetmap.org/applications/share/map-icons
56 src_install() {
57 - insinto /usr/share/icons/
58 - doins -r map-icons
59 + insinto /usr/share/icons/map-icons
60 + cd ../map-icons_build
61 + doins -r icons.* geoinfo.* *.small *.big || die "Install failed"
62 }
63
64
65
66 1.2 sci-geosciences/openstreetmap-icons/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.1&r2=1.2
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- ChangeLog 20 Jun 2009 19:02:23 -0000 1.1
79 +++ ChangeLog 22 Jun 2009 13:07:09 -0000 1.2
80 @@ -1,6 +1,10 @@
81 # ChangeLog for sci-geosciences/openstreetmap-icons
82 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.1 2009/06/20 19:02:23 tupone Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.2 2009/06/22 13:07:09 tupone Exp $
85 +
86 + 22 Jun 2009; Alfredo Tupone <tupone@g.o>
87 + openstreetmap-icons-20090616.ebuild:
88 + Rebuild icons and geoinfo db.
89
90 *openstreetmap-icons-20090616 (20 Jun 2009)