From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/tftp-hpa: tftp-hpa-5.2.ebuild ChangeLog
Date: Mon, 19 Dec 2011 20:18:18 +0000 (UTC) [thread overview]
Message-ID: <20111219201818.753582004B@flycatcher.gentoo.org> (raw)
radhermit 11/12/19 20:18:18
Modified: ChangeLog
Added: tftp-hpa-5.2.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.57 net-ftp/tftp-hpa/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/tftp-hpa/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/tftp-hpa/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/tftp-hpa/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 30 Nov 2011 04:03:53 -0000 1.56
+++ ChangeLog 19 Dec 2011 20:18:18 -0000 1.57
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/tftp-hpa
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.56 2011/11/30 04:03:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.57 2011/12/19 20:18:18 radhermit Exp $
+
+*tftp-hpa-5.2 (19 Dec 2011)
+
+ 19 Dec 2011; Tim Harder <radhermit@gentoo.org> +tftp-hpa-5.2.ebuild:
+ Version bump.
30 Nov 2011; Mike Frysinger <vapier@gentoo.org> tftp-hpa-5.1.ebuild:
Respect $(AR), update to EAPI=4, and make sure readline/tcp-wrappers are in
1.1 net-ftp/tftp-hpa/tftp-hpa-5.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.2.ebuild?rev=1.1&content-type=text/plain
Index: tftp-hpa-5.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.2.ebuild,v 1.1 2011/12/19 20:18:18 radhermit Exp $
EAPI="4"
inherit toolchain-funcs
DESCRIPTION="port of the OpenBSD TFTP server"
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6 readline selinux tcpd"
RDEPEND="selinux? ( sec-policy/selinux-tftpd )
readline? ( sys-libs/readline )
tcpd? ( sys-apps/tcp-wrappers )
!net-ftp/atftp
!net-ftp/netkit-tftp"
DEPEND="${RDEPEND}"
src_prepare() {
sed -i "/^AR/s:ar:$(tc-getAR):" MCONFIG.in || die
}
src_configure() {
econf \
$(use_with ipv6) \
$(use_with tcpd tcpwrappers) \
$(use_with readline)
}
src_install() {
emake INSTALLROOT="${D}" install
dodoc README* CHANGES tftpd/sample.rules
# iputils installs this
rm "${D}"/usr/share/man/man8/tftpd.8 || die
newconfd "${FILESDIR}"/in.tftpd.confd-0.44 in.tftpd
newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
insinto /etc/xinetd.d
newins "${FILESDIR}"/tftp.xinetd tftp
}
next reply other threads:[~2011-12-19 20:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-19 20:18 Tim Harder (radhermit) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-02 9:45 [gentoo-commits] gentoo-x86 commit in net-ftp/tftp-hpa: tftp-hpa-5.2.ebuild ChangeLog Fabian Groffen (grobian)
2012-09-08 12:35 Agostino Sarubbo (ago)
2012-09-12 2:45 Anthony G. Basile (blueness)
2012-09-12 2:58 Anthony G. Basile (blueness)
2012-09-13 1:52 Jeroen Roovers (jer)
2012-09-15 18:50 Raul Porcel (armin76)
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=20111219201818.753582004B@flycatcher.gentoo.org \
--to=radhermit@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