* [gentoo-commits] gentoo-x86 commit in net-proxy/cntlm: cntlm-0.93_beta5.ebuild ChangeLog
@ 2012-10-02 13:47 Michael Haubenwallner (haubi)
0 siblings, 0 replies; only message in thread
From: Michael Haubenwallner (haubi) @ 2012-10-02 13:47 UTC (permalink / raw
To: gentoo-commits
haubi 12/10/02 13:47:12
Modified: ChangeLog
Added: cntlm-0.93_beta5.ebuild
Log:
Revbump beta version, bug#403375.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.4 net-proxy/cntlm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/cntlm/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/cntlm/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/cntlm/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/cntlm/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 2 Oct 2012 13:16:42 -0000 1.3
+++ ChangeLog 2 Oct 2012 13:47:12 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for net-proxy/cntlm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/ChangeLog,v 1.3 2012/10/02 13:16:42 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/ChangeLog,v 1.4 2012/10/02 13:47:12 haubi Exp $
+
+*cntlm-0.93_beta5 (02 Oct 2012)
+
+ 02 Oct 2012; Michael Haubenwallner <haubi@gentoo.org>
+ +cntlm-0.93_beta5.ebuild, +files/cntlm-0.93_beta5-buildsystem.patch:
+ Revbump beta version, bug#403375.
*cntlm-0.92.3 (02 Oct 2012)
1.1 net-proxy/cntlm/cntlm-0.93_beta5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/cntlm/cntlm-0.93_beta5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/cntlm/cntlm-0.93_beta5.ebuild?rev=1.1&content-type=text/plain
Index: cntlm-0.93_beta5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/cntlm-0.93_beta5.ebuild,v 1.1 2012/10/02 13:47:12 haubi Exp $
EAPI=2
inherit eutils toolchain-funcs
DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
HOMEPAGE="http://cntlm.sourceforge.net/"
SRC_URI="http://ftp.awk.cz/pub/${P//_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${P//_}"
src_prepare() {
epatch "${FILESDIR}"/${P}-buildsystem.patch # 334647
}
src_configure() {
tc-export CC
econf || die "econf failed"
# Replace default config file path in Makefile
sed -i -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' \
"${S}"/Makefile || die "sed failed"
}
src_compile() {
emake V=1 || die "emake failed"
}
src_install() {
dobin cntlm
dodoc COPYRIGHT README VERSION doc/cntlm.conf
doman doc/cntlm.1
newinitd "${FILESDIR}"/cntlm.initd cntlm
newconfd "${FILESDIR}"/cntlm.confd cntlm
insinto /etc
insopts -m0600
doins doc/cntlm.conf
}
pkg_postinst() {
enewgroup cntlm
enewuser cntlm -1 -1 -1 cntlm
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-02 13:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 13:47 [gentoo-commits] gentoo-x86 commit in net-proxy/cntlm: cntlm-0.93_beta5.ebuild ChangeLog Michael Haubenwallner (haubi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox