Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/aixlog/
Date: Sun, 07 Oct 2018 17:02:50
Message-Id: 1538931707.82fe59d120634e8590241a154e1329316cb1c0f3.whissi@gentoo
1 commit: 82fe59d120634e8590241a154e1329316cb1c0f3
2 Author: Christian Buchinger <cb-gentoo <AT> guya <DOT> de>
3 AuthorDate: Fri Oct 5 10:14:39 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 17:01:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fe59d1
7
8 dev-cpp/aixlog: New package
9
10 Closes: https://bugs.gentoo.org/667794
11 Signed-off-by: Christian Buchinger <cb-gentoo <AT> guya.de>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-cpp/aixlog/Manifest | 1 +
16 dev-cpp/aixlog/aixlog-1.2.1.ebuild | 29 +++++++++++++++++++++++++++++
17 dev-cpp/aixlog/aixlog-9999.ebuild | 29 +++++++++++++++++++++++++++++
18 dev-cpp/aixlog/metadata.xml | 20 ++++++++++++++++++++
19 4 files changed, 79 insertions(+)
20
21 diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest
22 new file mode 100644
23 index 00000000000..170473114db
24 --- /dev/null
25 +++ b/dev-cpp/aixlog/Manifest
26 @@ -0,0 +1 @@
27 +DIST aixlog-1.2.1.tar.gz 11396 BLAKE2B 88cdc775acfd91ee74306fedd6429865f10bcd7cbe9b45f861463489330d74b017611078ca362a00994983dde746ba086a056c3da53b06099f200810d65c0c04 SHA512 776558fdd911f0cc9e8d467bf8e00a1930d2e51bb8ccd5f36f95955fefecab65faf575a80fdaacfe83fd32808f8b9c2e0323b16823e0431300df7bc0c1dfde12
28
29 diff --git a/dev-cpp/aixlog/aixlog-1.2.1.ebuild b/dev-cpp/aixlog/aixlog-1.2.1.ebuild
30 new file mode 100644
31 index 00000000000..1246304bfa0
32 --- /dev/null
33 +++ b/dev-cpp/aixlog/aixlog-1.2.1.ebuild
34 @@ -0,0 +1,29 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +DESCRIPTION="Header-only C++ logging library"
41 +HOMEPAGE="https://github.com/badaix/aixlog"
42 +
43 +if [[ ${PV} == *9999 ]] ; then
44 + inherit cmake-utils git-r3
45 +
46 + EGIT_REPO_URI="https://github.com/badaix/aixlog.git"
47 + EGIT_BRANCH="develop"
48 +else
49 + inherit cmake-utils
50 +
51 + SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 +
53 + KEYWORDS="~amd64 ~x86"
54 +fi
55 +
56 +LICENSE="MIT"
57 +SLOT="0"
58 +
59 +src_configure() {
60 + local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
61 +
62 + cmake-utils_src_configure
63 +}
64
65 diff --git a/dev-cpp/aixlog/aixlog-9999.ebuild b/dev-cpp/aixlog/aixlog-9999.ebuild
66 new file mode 100644
67 index 00000000000..1246304bfa0
68 --- /dev/null
69 +++ b/dev-cpp/aixlog/aixlog-9999.ebuild
70 @@ -0,0 +1,29 @@
71 +# Copyright 1999-2018 Gentoo Authors
72 +# Distributed under the terms of the GNU General Public License v2
73 +
74 +EAPI=6
75 +
76 +DESCRIPTION="Header-only C++ logging library"
77 +HOMEPAGE="https://github.com/badaix/aixlog"
78 +
79 +if [[ ${PV} == *9999 ]] ; then
80 + inherit cmake-utils git-r3
81 +
82 + EGIT_REPO_URI="https://github.com/badaix/aixlog.git"
83 + EGIT_BRANCH="develop"
84 +else
85 + inherit cmake-utils
86 +
87 + SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 +
89 + KEYWORDS="~amd64 ~x86"
90 +fi
91 +
92 +LICENSE="MIT"
93 +SLOT="0"
94 +
95 +src_configure() {
96 + local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
97 +
98 + cmake-utils_src_configure
99 +}
100
101 diff --git a/dev-cpp/aixlog/metadata.xml b/dev-cpp/aixlog/metadata.xml
102 new file mode 100644
103 index 00000000000..c2a58d893f1
104 --- /dev/null
105 +++ b/dev-cpp/aixlog/metadata.xml
106 @@ -0,0 +1,20 @@
107 +<?xml version="1.0" encoding="UTF-8"?>
108 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 +<pkgmetadata>
110 + <maintainer type="person">
111 + <email>cb-gentoo@××××.de</email>
112 + <name>Christian Buchinger</name>
113 + </maintainer>
114 + <maintainer type="project">
115 + <email>proxy-maint@g.o</email>
116 + <name>Proxy Maintainers</name>
117 + </maintainer>
118 + <upstream>
119 + <maintainer status="active">
120 + <name>Johannes Pohl</name>
121 + <email>github@××××××.de</email>
122 + </maintainer>
123 + <bugs-to>https://github.com/badaix/aixlog/issues</bugs-to>
124 + <remote-id type="github">badaix/aixlog</remote-id>
125 + </upstream>
126 +</pkgmetadata>