* [gentoo-commits] gentoo-x86 commit in net-analyzer/authforce: metadata.xml ChangeLog authforce-0.9.9-r1.ebuild
@ 2012-06-20 13:02 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-06-20 13:02 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/20 13:02:02
Modified: metadata.xml ChangeLog authforce-0.9.9-r1.ebuild
Log:
net-analyzer/authforce: Fix missing include which disaalowed O0 builds, #240740
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.6 net-analyzer/authforce/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/authforce/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 24 Sep 2011 09:48:06 -0000 1.5
+++ metadata.xml 20 Jun 2012 13:02:01 -0000 1.6
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>maintainer-needed@gentoo.org</email>
-</maintainer>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
1.20 net-analyzer/authforce/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 13 Jun 2012 06:30:02 -0000 1.19
+++ ChangeLog 20 Jun 2012 13:02:01 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/authforce
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.19 2012/06/13 06:30:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.20 2012/06/20 13:02:01 jlec Exp $
+
+ 20 Jun 2012; Justin Lecher <jlec@gentoo.org> authforce-0.9.9-r1.ebuild,
+ +files/authforce-0.9.9-locale.patch, metadata.xml:
+ Fix missing include which disaalowed O0 builds, #240740
13 Jun 2012; Jeff Horelick <jdhore@gentoo.org> authforce-0.9.9-r1.ebuild:
marked x86 per bug 419709
1.4 net-analyzer/authforce/authforce-0.9.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild?r1=1.3&r2=1.4
Index: authforce-0.9.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- authforce-0.9.9-r1.ebuild 13 Jun 2012 06:30:02 -0000 1.3
+++ authforce-0.9.9-r1.ebuild 20 Jun 2012 13:02:02 -0000 1.4
@@ -1,25 +1,30 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild,v 1.3 2012/06/13 06:30:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9-r1.ebuild,v 1.4 2012/06/20 13:02:02 jlec Exp $
EAPI=4
inherit base
DESCRIPTION="An HTTP authentication brute forcer"
-HOMEPAGE="http://www.divineinvasion.net/authforce"
+HOMEPAGE="http://www.divineinvasion.net/authforce/"
SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="curl nls"
-DEPEND="sys-libs/readline
- nls? ( sys-devel/gettext )
- curl? ( net-misc/curl )"
+
+DEPEND="
+ sys-libs/readline
+ curl? ( net-misc/curl )
+ nls? ( sys-devel/gettext )"
DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
-PATCHES=( "${FILESDIR}"/${P}-curl.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-curl.patch
+ "${FILESDIR}"/${P}-locale.patch
+ )
src_configure() {
econf \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-20 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 13:02 [gentoo-commits] gentoo-x86 commit in net-analyzer/authforce: metadata.xml ChangeLog authforce-0.9.9-r1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox