public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
Date: Tue,  3 May 2016 19:17:44 +0000 (UTC)	[thread overview]
Message-ID: <1462303021.8bdff3fe5eb19d7b04bb7ffdc1fbf44753fba557.wizardedit@gentoo> (raw)

commit:     8bdff3fe5eb19d7b04bb7ffdc1fbf44753fba557
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 18:57:35 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May  3 19:17:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdff3fe

net-proxy/dnsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/573846

Package-Manager: portage-2.2.26

 net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 43 ++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
new file mode 100644
index 0000000..73eead3
--- /dev/null
+++ b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
+HOMEPAGE="http://www.wolfermann.org/dnsproxy.html"
+SRC_URI="http://www.wolfermann.org/${P}.tar.gz"
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-libs/libevent"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply -p0 "${FILESDIR}"/${P}-include.patch
+	append-cppflags -D_GNU_SOURCE
+
+	default
+}
+
+src_compile() {
+	emake ${PN}
+}
+
+src_install() {
+	dosbin ${PN}
+	keepdir /var/empty
+
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	insinto /etc/${PN}
+	newins ${PN}.conf ${PN}.conf.dist
+
+	dodoc README
+	doman ${PN}.1
+}


             reply	other threads:[~2016-05-03 19:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 19:17 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-03 19:17 [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/ Austin English
2018-05-20 23:26 Aaron Bauman
2018-12-09 22:43 Jeroen Roovers
2019-02-16  9:28 Pacho Ramos
2019-02-16  9:28 Pacho Ramos
2023-03-19  4:50 Sam James
2024-11-13 18:50 Sam James
2024-11-13 18:50 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=1462303021.8bdff3fe5eb19d7b04bb7ffdc1fbf44753fba557.wizardedit@gentoo \
    --to=wizardedit@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