Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libh2oxx: metadata.xml ChangeLog libh2oxx-0.1.ebuild
Date: Tue, 05 Jun 2012 18:06:33
Message-Id: 20120605180623.728F32004B@flycatcher.gentoo.org
1 mgorny 12/06/05 18:06:23
2
3 Added: metadata.xml ChangeLog libh2oxx-0.1.ebuild
4 Log:
5 Introduce libh2o++, a C++ wrapper to libh2o.
6
7 (Portage version: 2.2.0_alpha109_p1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/libh2oxx/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>mgorny@g.o</email>
22 <name>Michał Górny</name>
23 </maintainer>
24 <upstream>
25 <maintainer status="active">
26 <email>mgorny@g.o</email>
27 <name>Michał Górny</name>
28 </maintainer>
29 <bugs-to>https://bitbucket.org/mgorny/libh2oxx/issues/</bugs-to>
30 </upstream>
31 </pkgmetadata>
32
33
34
35 1.1 sci-libs/libh2oxx/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/ChangeLog?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/ChangeLog?rev=1.1&content-type=text/plain
39
40 Index: ChangeLog
41 ===================================================================
42 # ChangeLog for sci-libs/libh2oxx
43 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
44 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2oxx/ChangeLog,v 1.1 2012/06/05 18:06:23 mgorny Exp $
45
46 *libh2oxx-0.1 (05 Jun 2012)
47
48 05 Jun 2012; Michał Górny <mgorny@g.o> +libh2oxx-0.1.ebuild,
49 +metadata.xml:
50 Introduce libh2o++, a C++ wrapper to libh2o.
51
52
53
54
55 1.1 sci-libs/libh2oxx/libh2oxx-0.1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/libh2oxx-0.1.ebuild?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2oxx/libh2oxx-0.1.ebuild?rev=1.1&content-type=text/plain
59
60 Index: libh2oxx-0.1.ebuild
61 ===================================================================
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2oxx/libh2oxx-0.1.ebuild,v 1.1 2012/06/05 18:06:23 mgorny Exp $
65
66 EAPI=4
67
68 inherit autotools-utils
69
70 DESCRIPTION="C++ bindings for libh2o"
71 HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/"
72 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
73
74 LICENSE="BSD"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE="static-libs"
78
79 RDEPEND="sci-libs/libh2o"
80 DEPEND="${RDEPEND}"