From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-libs/libh2oxx/Manifest | 6 ++++++ sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 26 +++++++++++++++++++++++ sci-libs/libh2oxx/libh2oxx-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++ sci-libs/libh2oxx/metadata.xml | 16 ++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 sci-libs/libh2oxx/Manifest create mode 100644 sci-libs/libh2oxx/libh2oxx-0.2.ebuild create mode 100644 sci-libs/libh2oxx/libh2oxx-9999.ebuild create mode 100644 sci-libs/libh2oxx/metadata.xml (limited to 'sci-libs/libh2oxx') diff --git a/sci-libs/libh2oxx/Manifest b/sci-libs/libh2oxx/Manifest new file mode 100644 index 000000000000..1f62c342eb7a --- /dev/null +++ b/sci-libs/libh2oxx/Manifest @@ -0,0 +1,6 @@ +DIST libh2oxx-0.2.tar.bz2 266320 SHA256 deb3923f352bb6d80d908d6117a1538f0d8125001f21b2a23d5933f669e0dea5 SHA512 37b5eb713eed9a41f001add0ed3415fb4e1d6a19917de7fe36017f9a8b102394ac86b47fa845b18d7c4c63ad94e270f28e0883c9e9503c1952fdefbfdb6cc3a3 WHIRLPOOL d94d7981887d8671b367e85411a817d43861f975015cf938fd7acaa5f9d17bb6245fbf30a8161dfd0a253fdf907cc5487cc245c2196ead93863ee5a9a7703f29 +EBUILD libh2oxx-0.2.ebuild 525 SHA256 df1c230d2aad26456ebe802c98660af1329907b5ff33d696ad4c6f2f639f4adf SHA512 30dd08bb7ac538a86c653b6150f0c4f5e8e2510016fec6d39dac77cb2b2046972e4436d25f3ddda30865b1eb69b7595e640291b124a5cececcb60040bf7a3e93 WHIRLPOOL fd762049061a6f114a7c394dcff36d2b8a454c172f00897afb92003942810ded4d26cd448f411c5c867de717e83c83159144ccd7fb93c807c4bf9f4f50d4fc1b +EBUILD libh2oxx-9999.ebuild 677 SHA256 56bd593b0ab76fc873b226567b846002d9d22c61d20420cfac946225e20401cb SHA512 50c39a3ca128b6ecfe7e138721f44de46ced4151655e68f7d0275e83780ce58b25002c4fb7cf5954ccf2c6bae99ef201ac20c6b8944593a6e333da725b84fd0e WHIRLPOOL 7c542dbc293c3941dd82fd0a3ff458358afea46b8e1a556ae008e1e1cb42f7fe39ebea797138ea470e475a92ea7d99938a98155063e699c495962001a40e9ca6 +MISC ChangeLog 2370 SHA256 bfde5a5df540241acbdcf907bd801b97c4a847a4d0b6f6b917a82dcf6abae9d8 SHA512 db92c0ba44ecf1d43a91ed62d1a090d94322abb4bcf63d816f5f61cdc3c209b8b0f52a773f2845c255e40f65ef8342d7fef9f603c2b7c0039280cd37a01919f7 WHIRLPOOL 8190339a924567d671a86cb48dd0a9fc6fadc4f01935ba446c65c0ef744419b3af9baeb6561274d1f5927f4dd188366d4dfb407b56649e4e8a57db4afa341649 +MISC ChangeLog-2015 1149 SHA256 5bb56ca62f0fa8d455fe401e65f623a76b23fb01174d7ec9d207fafccbd63131 SHA512 1edbf894c6f94b9a9ad89bd10b21d5149617d29e8ac773cb2266a3d6f414934d9d69a890cf83c8ba781b7301155166f59d50680587077c44e4e06c7003d66f5c WHIRLPOOL b9a7e3bfb9b3024d5aecc7261e0d69742a2a7c7379dfb802543768f13b639beb3157590fb8910deb8a681a715ecb7fa29e81fc71bbaeb6794c1aa03c8dba68a8 +MISC metadata.xml 511 SHA256 dfe94938a577c8dd5f9dd5745278a50add3993a008ca0637f0404a508ba75267 SHA512 3a49f70371effa3cc1935b84e5b4528a4ac106054f713516516c135270323d4fc83cda1b9d50d9c97a3c163d7cedfe7f7cc6711cf7bd8ecc0b5597fb0c32c2df WHIRLPOOL f5e6ddc0fc1ece1ed6b9f3a72420c0b1063396056de57057b282e378c94c5b57890328f2d7140f4965820243b14000ed2232475ee4f79d0c34ce09a968523b73 diff --git a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild new file mode 100644 index 000000000000..5b2383ae7c42 --- /dev/null +++ b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="C++ bindings for libh2o" +HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug static-libs" + +RDEPEND=">=sci-libs/libh2o-0.2" +DEPEND="${RDEPEND}" + +src_configure() { + local myeconfargs=( + $(use_enable debug) + ) + + autotools-utils_src_configure +} diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild new file mode 100644 index 000000000000..d1de9347c06a --- /dev/null +++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +#if LIVE +AUTOTOOLS_AUTORECONF=yes +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" + +inherit git-r3 +#endif + +inherit autotools-utils + +DESCRIPTION="C++ bindings for libh2o" +HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug static-libs" + +RDEPEND=">=sci-libs/libh2o-0.2:0=" +DEPEND="${RDEPEND}" + +#if LIVE +KEYWORDS= +SRC_URI= +#endif + +src_configure() { + local myeconfargs=( + $(use_enable debug) + ) + + autotools-utils_src_configure +} diff --git a/sci-libs/libh2oxx/metadata.xml b/sci-libs/libh2oxx/metadata.xml new file mode 100644 index 000000000000..34c84fc28149 --- /dev/null +++ b/sci-libs/libh2oxx/metadata.xml @@ -0,0 +1,16 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://bitbucket.org/mgorny/libh2oxx/issues/ + mgorny/libh2oxx + + -- cgit v1.2.3