Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/nx_util: nx_util-0.53.1.ebuild ChangeLog nx_util-0.3.ebuild
Date: Thu, 21 Nov 2013 13:37:49
Message-Id: 20131121133742.514082004B@flycatcher.gentoo.org
1 dev-zero 13/11/21 13:37:42
2
3 Modified: ChangeLog
4 Added: nx_util-0.53.1.ebuild
5 Removed: nx_util-0.3.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
10
11 Revision Changes Path
12 1.4 www-misc/nx_util/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/nx_util/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/nx_util/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/nx_util/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-misc/nx_util/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 27 Sep 2013 13:42:25 -0000 1.3
25 +++ ChangeLog 21 Nov 2013 13:37:42 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for www-misc/nx_util
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/ChangeLog,v 1.3 2013/09/27 13:42:25 dev-zero Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/ChangeLog,v 1.4 2013/11/21 13:37:42 dev-zero Exp $
31 +
32 +*nx_util-0.53.1 (21 Nov 2013)
33 +
34 + 21 Nov 2013; Tiziano Müller <dev-zero@g.o> +nx_util-0.53.1.ebuild,
35 + -nx_util-0.3.ebuild:
36 + Version bump.
37
38 *nx_util-0.52.1 (27 Sep 2013)
39
40
41
42
43 1.1 www-misc/nx_util/nx_util-0.53.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/nx_util/nx_util-0.53.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/nx_util/nx_util-0.53.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nx_util-0.53.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/nx_util-0.53.1.ebuild,v 1.1 2013/11/21 13:37:42 dev-zero Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57 PYTHON_REQ_USE="sqlite"
58 DISTUTILS_SINGLE_IMPL=true
59
60 inherit distutils-r1 versionator
61
62 MY_PV="$(replace_version_separator 2 '-')"
63
64 DESCRIPTION="Whitelist & Reports generation for Naxsi (Web Application Firewall module for Nginx)."
65 HOMEPAGE="https://github.com/nbs-system/naxsi"
66 # keep the name in sync with what's in the nginx ebuild to avoid duplication
67 SRC_URI="https://github.com/nbs-system/naxsi/archive/${MY_PV}.tar.gz -> ngx_http_naxsi-${MY_PV}.tar.gz"
68
69 LICENSE="GPL-2+ Apache-2.0 CC-BY-NC-SA-3.0"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 DEPEND=""
75 RDEPEND="www-servers/nginx[nginx_modules_http_naxsi]"
76
77 PATCHES=( "${FILESDIR}/0.52.1-fix-install-paths.patch" )
78
79 S="${WORKDIR}/naxsi-${MY_PV}/nx_util"
80
81 src_prepare() {
82 distutils-r1_src_prepare
83 mv nx_util{.py,} || die "renaming script failed"
84 }