* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/
@ 2012-03-14 22:12 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-03-14 22:12 UTC (permalink / raw
To: gentoo-commits
commit: f6f8dfec74b456bcdbfbf1a8f11e31d52d69ddf4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 22:15:00 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 22:15:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=f6f8dfec
sci-libs/libh2oxx: Initial ebuild for libh2o++.
(Portage version: 2.2.0_alpha90_p20/git/Linux x86_64, unsigned Manifest commit)
---
sci-libs/libh2oxx/libh2oxx-9999.ebuild | 29 +++++++++++++++++++++++++++++
sci-libs/libh2oxx/metadata.xml | 15 +++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
new file mode 100644
index 0000000..61831d4
--- /dev/null
+++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+ http://github.com/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils
+
+DESCRIPTION="C++ bindings for libh2o"
+HOMEPAGE="https://github.com/mgorny/libh2oxx/"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
diff --git a/sci-libs/libh2oxx/metadata.xml b/sci-libs/libh2oxx/metadata.xml
new file mode 100644
index 0000000..8b2f76f
--- /dev/null
+++ b/sci-libs/libh2oxx/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://github.com/mgorny/libh2oxx/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/
@ 2012-03-31 11:55 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-03-31 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 24f85751d7a29d0f0276cda37d05c960d5e69c23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 18:59:30 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 18:59:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=24f85751
sci-libs/libh2oxx: Fill RDEPs in.
(Portage version: 2.2.0_alpha96_p1/git/Linux x86_64, unsigned Manifest commit)
---
sci-libs/libh2oxx/libh2oxx-9999.ebuild | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
index 61831d4..1be3951 100644
--- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
+++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
@@ -23,6 +23,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
+RDEPEND="sci-libs/libh2o"
+DEPEND="${RDEPEND}"
+
#if LIVE
KEYWORDS=
SRC_URI=
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/
@ 2012-06-09 9:09 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-06-09 9:09 UTC (permalink / raw
To: gentoo-commits
commit: afa288d3b7f349e9ac8a8c7d0dbe762c3862cde3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 15:08:50 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 15:08:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=afa288d3
sci-libs/libh2oxx: Add USE=debug for --enable-debug (asserts).
(Portage version: 2.2.0_alpha109_p1/git/Linux x86_64, unsigned Manifest commit)
---
sci-libs/libh2oxx/libh2oxx-9999.ebuild | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
index 819cdd3..ac4c810 100644
--- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
+++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
@@ -20,7 +20,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
+IUSE="debug static-libs"
RDEPEND="sci-libs/libh2o"
DEPEND="${RDEPEND}"
@@ -29,3 +29,11 @@ DEPEND="${RDEPEND}"
KEYWORDS=
SRC_URI=
#endif
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable debug)
+ )
+
+ autotools-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-09 9:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 22:12 [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2012-03-31 11:55 Michał Górny
2012-06-09 9:09 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox