summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-11-26 15:54:16 +0000
committerJeroen Roovers <jer@gentoo.org>2010-11-26 15:54:16 +0000
commit69524f14e24d827242722fe46954b63186bc2019 (patch)
treed1cc667151ede20b0586c32e1114d40e4ada035c /net-analyzer/mrtg
parentStable for HPPA (bug #342475). (diff)
downloadgentoo-2-69524f14e24d827242722fe46954b63186bc2019.tar.gz
gentoo-2-69524f14e24d827242722fe46954b63186bc2019.tar.bz2
gentoo-2-69524f14e24d827242722fe46954b63186bc2019.zip
Set RDEPEND. Fix quoting issues. Stable for HPPA (bug #342475).
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/mrtg')
-rw-r--r--net-analyzer/mrtg/ChangeLog5
-rw-r--r--net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/mrtg/ChangeLog b/net-analyzer/mrtg/ChangeLog
index ff46c59f2780..04b4abc34817 100644
--- a/net-analyzer/mrtg/ChangeLog
+++ b/net-analyzer/mrtg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mrtg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/ChangeLog,v 1.106 2010/11/14 17:29:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/ChangeLog,v 1.107 2010/11/26 15:54:16 jer Exp $
+
+ 26 Nov 2010; Jeroen Roovers <jer@gentoo.org> mrtg-2.16.4-r1.ebuild:
+ Set RDEPEND. Fix quoting issues. Stable for HPPA (bug #342475).
14 Nov 2010; Raúl Porcel <armin76@gentoo.org> mrtg-2.16.4-r1.ebuild:
alpha/sparc stable wrt #342475
diff --git a/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild b/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild
index 2da04f563a9d..82b3f5d73309 100644
--- a/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild
+++ b/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild,v 1.4 2010/11/14 17:29:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.16.4-r1.ebuild,v 1.5 2010/11/26 15:54:16 jer Exp $
EAPI="3"
@@ -12,17 +12,18 @@ SRC_URI="http://oss.oetiker.ch/mrtg/pub/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
IUSE=""
DEPEND="dev-lang/perl
dev-perl/SNMP_Session
>=dev-perl/Socket6-0.20
>=media-libs/gd-1.8.4"
+RDEPEND="${DEPEND}"
src_prepare() {
- epatch ${FILESDIR}/${P}-disable-static.patch
- epatch ${FILESDIR}/${P}-no-rpath.patch
+ epatch "${FILESDIR}"/${P}-disable-static.patch
+ epatch "${FILESDIR}"/${P}-no-rpath.patch
rm ./lib/mrtg2/{SNMP_{Session,util},BER}.pm || die
eautoreconf
}