public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/knot: knot-0.8.1.ebuild ChangeLog metadata.xml
@ 2011-12-29 11:06 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-12-29 11:06 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/12/29 11:06:56

  Added:                knot-0.8.1.ebuild ChangeLog metadata.xml
  Log:
  Initial commit of knot dns authoritative server used by NIC.cz. Added to herd bind as it is closest herd. Can't do much runtime testing on gentoo but possibly can fix packaging errors.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-dns/knot/knot-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: knot-0.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-0.8.1.ebuild,v 1.1 2011/12/29 11:06:56 scarabeus Exp $

EAPI=4

inherit autotools

DESCRIPTION="High-performance authoritative-only DNS server"
HOMEPAGE="http://www.knot-dns.cz/"
SRC_URI="http://public.nic.cz/files/knot-dns/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="
	dev-libs/openssl
	dev-libs/userspace-rcu
"
#	sys-libs/glibc
DEPEND="${RDEPEND}
	sys-devel/flex
	virtual/yacc
"

src_prepare() {
	sed -i \
		-e 's:-Werror::g' \
		configure.ac || die
	eautoreconf
}

src_configure() {
	econf \
		--sysconfdir="${EPREFIX}/etc/${PN}" \
		--libexecdir="${EPREFIX}/usr/libexec/${PN}" \
		--enable-recvmmsg \
		$(use_enable debug debug verbose)
}

src_install() {
	default

	newinitd "${FILESDIR}/knot.init" knot-dns
}



1.1                  net-dns/knot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-dns/knot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.1 2011/12/29 11:06:56 scarabeus Exp $

*knot-0.8.1 (29 Dec 2011)

  29 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> +knot-0.8.1.ebuild,
  +files/knot.init, +metadata.xml:
  Initial commit of knot dns authoritative server used by NIC.cz. Added to herd
  bind as it is closest herd. Can't do much runtime testing on gentoo but
  possibly can fix packaging errors.




1.1                  net-dns/knot/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>bind</herd>
</pkgmetadata>







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-29 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 11:06 [gentoo-commits] gentoo-x86 commit in net-dns/knot: knot-0.8.1.ebuild ChangeLog metadata.xml Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox