From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/
Date: Thu, 7 Jan 2016 15:53:11 +0000 (UTC) [thread overview]
Message-ID: <1452181984.5af8c26412015094579971cae142856e53e59ad8.chainsaw@gentoo> (raw)
commit: 5af8c26412015094579971cae142856e53e59ad8
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 15:52:55 2016 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 15:53:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af8c264
net-misc/kea: Adding 1.0.0 to tree.
Package-Manager: portage-2.2.26
net-misc/kea/Manifest | 1 +
net-misc/kea/kea-1.0.0.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++++
net-misc/kea/metadata.xml | 9 +++++++
3 files changed, 66 insertions(+)
diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
new file mode 100644
index 0000000..ef30892
--- /dev/null
+++ b/net-misc/kea/Manifest
@@ -0,0 +1 @@
+DIST kea-1.0.0.tar.gz 4559334 SHA256 96984fe918f9133d08d3115eac012d28814d8ccfaf25289499f028de56135afe SHA512 3f1c5bfa99410bef155fc8da296019d1e67c22103b0ede73a77d3e38775436f5c851bc7e757f53d4ff6bdb5211ff4e562219baf53d64295cf6650848a3542645 WHIRLPOOL 6beb7009fc57ecd7b4cfd9cc80fc4bda7ca69332c6483fb4204cf22746af21f4cf76dad5d4e8262050000eabc6053d4bb5ba0878248bbe0ca561cad4d3e655c3
diff --git a/net-misc/kea/kea-1.0.0.ebuild b/net-misc/kea/kea-1.0.0.ebuild
new file mode 100644
index 0000000..48192d8
--- /dev/null
+++ b/net-misc/kea/kea-1.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs user
+
+MY_PV="${PV//_alpha/a}"
+MY_PV="${MY_PV//_beta/b}"
+MY_PV="${MY_PV//_rc/rc}"
+MY_PV="${MY_PV//_p/-P}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
+HOMEPAGE="http://www.isc.org/kea/"
+SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
+ ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz"
+
+LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ipv6 kernel_linux ldap libressl selinux ssl"
+
+DEPEND="
+ dev-cpp/gtest
+ dev-libs/boost
+ dev-libs/botan
+ dev-libs/log4cplus
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ # Brand the version with Gentoo
+ sed -i \
+ -e "/VERSION=/s:'$: Gentoo-${PR}':" \
+ configure || die
+}
+
+src_configure() {
+ econf \
+ --disable-install-configurations \
+ --disable-static \
+ --without-werror
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}
+
+pkg_preinst() {
+ enewgroup dhcp
+ enewuser dhcp -1 -1 /var/lib/dhcp dhcp
+}
diff --git a/net-misc/kea/metadata.xml b/net-misc/kea/metadata.xml
new file mode 100644
index 0000000..37c46d9
--- /dev/null
+++ b/net-misc/kea/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>base-system</herd>
+ <maintainer>
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2016-01-07 15:53 UTC|newest]
Thread overview: 94+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 15:53 Tony Vroon [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-07 15:56 [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ Tony Vroon
2016-10-21 12:46 Tony Vroon
2017-05-08 11:30 Tony Vroon
2017-10-04 7:42 Alon Bar-Lev
2017-11-06 9:40 Lars Wendler
2017-11-06 9:40 Lars Wendler
2018-02-05 13:46 Lars Wendler
2018-02-14 10:45 Lars Wendler
2018-02-14 13:55 Lars Wendler
2018-06-16 21:10 Lars Wendler
2018-06-16 21:10 Lars Wendler
2018-07-12 8:06 Lars Wendler
2018-07-12 8:06 Lars Wendler
2018-07-12 9:26 Lars Wendler
2018-07-12 9:33 Lars Wendler
2018-11-27 8:57 Lars Wendler
2018-11-27 8:57 Lars Wendler
2018-11-27 8:57 Lars Wendler
2018-12-03 15:07 Lars Wendler
2018-12-10 9:36 Lars Wendler
2018-12-10 11:45 Lars Wendler
2018-12-18 0:51 Thomas Deutschmann
2019-08-29 12:50 Lars Wendler
2019-08-29 12:50 Lars Wendler
2019-08-29 12:50 Lars Wendler
2019-09-12 6:09 Lars Wendler
2019-10-07 15:25 Lars Wendler
2019-10-07 15:25 Lars Wendler
2019-10-07 15:25 Lars Wendler
2019-10-31 12:05 Lars Wendler
2019-11-28 12:23 Lars Wendler
2019-11-28 12:23 Lars Wendler
2019-12-19 15:37 Lars Wendler
2019-12-19 15:37 Lars Wendler
2020-01-31 14:00 Lars Wendler
2020-01-31 14:00 Lars Wendler
2020-02-27 8:59 Lars Wendler
2020-02-27 8:59 Lars Wendler
2020-02-27 8:59 Lars Wendler
2020-03-27 8:58 Lars Wendler
2020-03-27 8:58 Lars Wendler
2020-04-30 8:21 Lars Wendler
2020-04-30 8:21 Lars Wendler
2020-05-27 12:01 Lars Wendler
2020-05-27 12:01 Lars Wendler
2020-06-29 14:27 Lars Wendler
2020-06-29 14:27 Lars Wendler
2020-07-30 8:05 Lars Wendler
2020-07-30 8:05 Lars Wendler
2020-11-25 9:26 Lars Wendler
2020-12-19 16:06 Lars Wendler
2021-02-15 15:14 Thomas Deutschmann
2021-05-13 13:55 David Seifert
2021-05-14 10:04 David Seifert
2021-06-16 18:11 Lars Wendler
2021-07-03 9:43 Lars Wendler
2021-07-08 17:09 Dennis Lamm
2021-08-08 13:15 Dennis Lamm
2021-08-08 13:15 Dennis Lamm
2021-08-15 7:28 Lars Wendler
2021-08-15 7:28 Lars Wendler
2021-08-15 7:56 Lars Wendler
2021-09-08 4:53 Dennis Lamm
2021-10-04 20:40 Sam James
2022-03-14 6:39 Dennis Lamm
2022-05-18 12:27 Lars Wendler
2022-05-18 12:27 Lars Wendler
2022-05-18 12:27 Lars Wendler
2022-10-19 4:48 Dennis Lamm
2022-10-19 4:48 Dennis Lamm
2023-09-30 11:14 Dennis Lamm
2023-09-30 11:14 Dennis Lamm
2024-01-25 20:31 Dennis Lamm
2024-02-29 5:44 Sam James
2024-05-08 23:31 Sam James
2025-02-20 10:20 Michał Górny
2025-02-23 1:45 Sam James
2025-05-14 19:00 Andreas Sturmlechner
2025-05-14 19:00 Andreas Sturmlechner
2025-05-28 4:56 Dennis Lamm
2025-05-28 20:53 Andreas Sturmlechner
2025-07-20 15:53 Sam James
2025-07-26 21:33 Sam James
2025-07-26 21:33 Sam James
2025-08-21 1:02 Sam James
2025-08-23 7:33 Sam James
2025-09-06 14:30 Sam James
2025-09-06 14:30 Sam James
2025-09-06 14:30 Sam James
2025-09-06 14:46 Sam James
2025-10-09 20:44 Sam James
2025-10-09 20:44 Sam James
2025-10-09 20:44 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452181984.5af8c26412015094579971cae142856e53e59ad8.chainsaw@gentoo \
--to=chainsaw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox