summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-04-30 05:02:41 +0000
committerJeroen Roovers <jer@gentoo.org>2014-04-30 05:02:41 +0000
commit17fbc34de34820caf1e6381b323c8e29ba4c256b (patch)
tree1de771c0d15cd12c661837d4eb705a02a9ebfef2 /net-analyzer/net-snmp
parentVersion bump. (diff)
downloadgentoo-2-17fbc34de34820caf1e6381b323c8e29ba4c256b.tar.gz
gentoo-2-17fbc34de34820caf1e6381b323c8e29ba4c256b.tar.bz2
gentoo-2-17fbc34de34820caf1e6381b323c8e29ba4c256b.zip
Version bump (bug #509110).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/ChangeLog8
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild (renamed from net-analyzer/net-snmp/net-snmp-5.7.2.1-r1.ebuild)12
2 files changed, 15 insertions, 5 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 60a12406c12e..4bef171cc8d2 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.275 2014/04/23 15:43:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.276 2014/04/30 05:02:41 jer Exp $
+
+*net-snmp-5.7.3_pre3 (30 Apr 2014)
+
+ 30 Apr 2014; Jeroen Roovers <jer@gentoo.org> -net-snmp-5.7.2.1-r1.ebuild,
+ +net-snmp-5.7.3_pre3.ebuild:
+ Version bump (bug #509110).
*net-snmp-5.7.2.1-r1 (23 Apr 2014)
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.2.1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
index 9f37a22b1d3a..ceb1e952a316 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.2.1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2.1-r1.ebuild,v 1.1 2014/04/23 15:43:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.1 2014/04/30 05:02:41 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -13,8 +13,12 @@ inherit autotools distutils-r1 eutils perl-module systemd
DESCRIPTION="Software for generating and retrieving SNMP data"
HOMEPAGE="http://net-snmp.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~jer/${P}.tar.gz
- http://dev.gentoo.org/~flameeyes/${PN}/${PN}-5.7.2-patches-${PATCHSET}.tar.xz"
+SRC_URI="
+ mirror://sourceforge/${PN}/${PN}/${PV/_pre*/}-pre-releases/${P/_pre*/}.${PV/*_}.tar.gz
+ http://dev.gentoo.org/~flameeyes/${PN}/${PN}-5.7.2-patches-${PATCHSET}.tar.xz
+"
+
+S=${WORKDIR}/${P/_/.}
# GPL-2 for the init scripts
LICENSE="HPND BSD GPL-2"
@@ -59,7 +63,7 @@ src_prepare() {
use selinux && epatch "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch
epatch "${WORKDIR}"/patches/*.patch
- epatch "${FILESDIR}"/${P}-phony.patch
+ epatch "${FILESDIR}"/${PN}-5.7.2.1-phony.patch
epatch_user