From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/dnsproxy: ChangeLog dnsproxy-1.16-r1.ebuild
Date: Wed, 27 Oct 2010 03:17:56 +0000 (UTC) [thread overview]
Message-ID: <20101027031756.A6E0520054@flycatcher.gentoo.org> (raw)
jer 10/10/27 03:17:56
Modified: ChangeLog
Added: dnsproxy-1.16-r1.ebuild
Log:
Fix some compiler warnings. Set RDEPEND.
(Portage version: 2.2.0_alpha1/cvs/Linux i686)
Revision Changes Path
1.7 net-proxy/dnsproxy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dnsproxy/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dnsproxy/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dnsproxy/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 17 Aug 2010 00:43:50 -0000 1.6
+++ ChangeLog 27 Oct 2010 03:17:56 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for net-proxy/dnsproxy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/ChangeLog,v 1.6 2010/08/17 00:43:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/ChangeLog,v 1.7 2010/10/27 03:17:56 jer Exp $
+
+*dnsproxy-1.16-r1 (27 Oct 2010)
+
+ 27 Oct 2010; Jeroen Roovers <jer@gentoo.org> +dnsproxy-1.16-r1.ebuild,
+ +files/dnsproxy-1.16-include.patch:
+ Fix some compiler warnings. Set RDEPEND.
17 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
dnsproxy-1.16.ebuild:
1.1 net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild?rev=1.1&content-type=text/plain
Index: dnsproxy-1.16-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild,v 1.1 2010/10/27 03:17:56 jer Exp $
EAPI="2"
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"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libevent"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-include.patch
}
src_configure() {
append-flags -D_GNU_SOURCE
econf --with-native-libevent || die "econf failed"
}
src_compile() {
emake dnsproxy || die "make failed"
}
src_install() {
dosbin dnsproxy
keepdir /var/empty
newconfd "${FILESDIR}"/dnsproxy.confd dnsproxy
newinitd "${FILESDIR}"/dnsproxy.initd dnsproxy
insinto /etc/dnsproxy
newins dnsproxy.conf dnsproxy.conf.dist
dodoc README
doman dnsproxy.1
}
next reply other threads:[~2010-10-27 3:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-27 3:17 Jeroen Roovers (jer) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-27 3:27 [gentoo-commits] gentoo-x86 commit in net-proxy/dnsproxy: ChangeLog dnsproxy-1.16-r1.ebuild Jeroen Roovers (jer)
2011-12-21 9:03 PaweA Hajdan (phajdan.jr)
2012-10-07 19:12 Agostino Sarubbo (ago)
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=20101027031756.A6E0520054@flycatcher.gentoo.org \
--to=jer@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