Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gexiv2: metadata.xml ChangeLog gexiv2-0.1.0.ebuild
Date: Sun, 22 Aug 2010 07:16:53
Message-Id: 20100822071643.1B0F32004E@flycatcher.gentoo.org
1 hollow 10/08/22 07:16:43
2
3 Added: metadata.xml ChangeLog gexiv2-0.1.0.ebuild
4 Log:
5 initial ebuild, bug #327011
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/gexiv2/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>graphics</herd>
20 <maintainer>
21 <email>hollow@g.o</email>
22 <name>Benedikt Böhm</name>
23 </maintainer>
24 <maintainer>
25 <email>nutz@×××××.de</email>
26 <name>Andreas Nüßlein</name>
27 <description>Proxy maintainer. Please CC on bugs.</description>
28 </maintainer>
29 </pkgmetadata>
30
31
32
33 1.1 media-libs/gexiv2/ChangeLog
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for media-libs/gexiv2
41 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.1 2010/08/22 07:16:43 hollow Exp $
43
44 *gexiv2-0.1.0 (22 Aug 2010)
45
46 22 Aug 2010; Benedikt Böhm <hollow@g.o> +gexiv2-0.1.0.ebuild,
47 +metadata.xml:
48 initial ebuild, bug #327011
49
50
51
52
53 1.1 media-libs/gexiv2/gexiv2-0.1.0.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.1.0.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.1.0.ebuild?rev=1.1&content-type=text/plain
57
58 Index: gexiv2-0.1.0.ebuild
59 ===================================================================
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.1.0.ebuild,v 1.1 2010/08/22 07:16:43 hollow Exp $
63
64 EAPI="2"
65
66 inherit versionator eutils gnome2
67
68 MY_PV=$(get_version_component_range 1-2)
69
70 DESCRIPTION="gexiv2 is a GObject-based wrapper around the Exiv2 library."
71 HOMEPAGE="http://trac.yorba.org/wiki/gexiv2"
72 SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/lib${P}.tar.bz2"
73
74 LICENSE="LGPL-2.1"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 RDEPEND=">=media-gfx/exiv2-0.19
80 dev-libs/glib:2"
81 DEPEND="${RDEPEND}"
82
83 S="${WORKDIR}/lib${P}"
84
85 src_prepare() {
86 sed -e "s/libtool/libtool --tag=CC/" -i Makefile
87 }
88
89 src_install() {
90 gnome2_src_install
91 }