summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2013-11-21 13:37:42 +0000
committerTiziano Müller <dev-zero@gentoo.org>2013-11-21 13:37:42 +0000
commit0e5af028cf28332b34d6fabac89d398f4a2fc1c1 (patch)
tree47ada2fcc7a3f63eba1496d257cbca8a9fb95131 /www-misc
parentPin virtual/jpeg SLOT to 0. (diff)
downloadgentoo-2-0e5af028cf28332b34d6fabac89d398f4a2fc1c1.tar.gz
gentoo-2-0e5af028cf28332b34d6fabac89d398f4a2fc1c1.tar.bz2
gentoo-2-0e5af028cf28332b34d6fabac89d398f4a2fc1c1.zip
Version bump.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/nx_util/ChangeLog8
-rw-r--r--www-misc/nx_util/nx_util-0.53.1.ebuild (renamed from www-misc/nx_util/nx_util-0.3.ebuild)15
2 files changed, 17 insertions, 6 deletions
diff --git a/www-misc/nx_util/ChangeLog b/www-misc/nx_util/ChangeLog
index 8147b3c75737..3840d3e350b8 100644
--- a/www-misc/nx_util/ChangeLog
+++ b/www-misc/nx_util/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-misc/nx_util
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/ChangeLog,v 1.3 2013/09/27 13:42:25 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/ChangeLog,v 1.4 2013/11/21 13:37:42 dev-zero Exp $
+
+*nx_util-0.53.1 (21 Nov 2013)
+
+ 21 Nov 2013; Tiziano Müller <dev-zero@gentoo.org> +nx_util-0.53.1.ebuild,
+ -nx_util-0.3.ebuild:
+ Version bump.
*nx_util-0.52.1 (27 Sep 2013)
diff --git a/www-misc/nx_util/nx_util-0.3.ebuild b/www-misc/nx_util/nx_util-0.53.1.ebuild
index ba72d43f234d..0a67f805a82a 100644
--- a/www-misc/nx_util/nx_util-0.3.ebuild
+++ b/www-misc/nx_util/nx_util-0.53.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/nx_util/nx_util-0.3.ebuild,v 1.2 2013/05/14 21:57:32 dev-zero Exp $
+# $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 $
EAPI=5
@@ -8,11 +8,14 @@ PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
DISTUTILS_SINGLE_IMPL=true
-inherit distutils-r1
+inherit distutils-r1 versionator
+
+MY_PV="$(replace_version_separator 2 '-')"
DESCRIPTION="Whitelist & Reports generation for Naxsi (Web Application Firewall module for Nginx)."
-HOMEPAGE="https://code.google.com/p/naxsi/"
-SRC_URI="https://naxsi.googlecode.com/files/${P}.tgz"
+HOMEPAGE="https://github.com/nbs-system/naxsi"
+# keep the name in sync with what's in the nginx ebuild to avoid duplication
+SRC_URI="https://github.com/nbs-system/naxsi/archive/${MY_PV}.tar.gz -> ngx_http_naxsi-${MY_PV}.tar.gz"
LICENSE="GPL-2+ Apache-2.0 CC-BY-NC-SA-3.0"
SLOT="0"
@@ -22,7 +25,9 @@ IUSE=""
DEPEND=""
RDEPEND="www-servers/nginx[nginx_modules_http_naxsi]"
-PATCHES=( "${FILESDIR}/${PV}-fix-install-paths.patch" )
+PATCHES=( "${FILESDIR}/0.52.1-fix-install-paths.patch" )
+
+S="${WORKDIR}/naxsi-${MY_PV}/nx_util"
src_prepare() {
distutils-r1_src_prepare