summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-05-22 23:11:27 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-05-22 23:11:27 +0000
commitcdbe2f348fc2a5668a8b84eb493269c4c57190cb (patch)
tree179c41b46a09a3258182271b7ec51651d058401d /www-apps/mirmon
parentAdd REE18 support (diff)
downloadgentoo-2-cdbe2f348fc2a5668a8b84eb493269c4c57190cb.tar.gz
gentoo-2-cdbe2f348fc2a5668a8b84eb493269c4c57190cb.tar.bz2
gentoo-2-cdbe2f348fc2a5668a8b84eb493269c4c57190cb.zip
Revision bump to set the proper interpreter
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mirmon')
-rw-r--r--www-apps/mirmon/ChangeLog8
-rw-r--r--www-apps/mirmon/mirmon-1.38-r4.ebuild (renamed from www-apps/mirmon/mirmon-1.38-r3.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/www-apps/mirmon/ChangeLog b/www-apps/mirmon/ChangeLog
index 2fd8fea9e48a..eb46df2f8aae 100644
--- a/www-apps/mirmon/ChangeLog
+++ b/www-apps/mirmon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mirmon
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mirmon/ChangeLog,v 1.4 2010/05/22 22:44:54 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mirmon/ChangeLog,v 1.5 2010/05/22 23:11:27 darkside Exp $
+
+*mirmon-1.38-r4 (22 May 2010)
+
+ 22 May 2010; Jeremy Olexa <darkside@gentoo.org> -mirmon-1.38-r3.ebuild,
+ +mirmon-1.38-r4.ebuild:
+ Revision bump to set the proper interpreter
22 May 2010; Jeremy Olexa <darkside@gentoo.org> mirmon-1.38-r3.ebuild:
Don't try to install mirmon.html that was just removed
diff --git a/www-apps/mirmon/mirmon-1.38-r3.ebuild b/www-apps/mirmon/mirmon-1.38-r4.ebuild
index 46af4c919657..5982120ddd71 100644
--- a/www-apps/mirmon/mirmon-1.38-r3.ebuild
+++ b/www-apps/mirmon/mirmon-1.38-r4.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/www-apps/mirmon/mirmon-1.38-r3.ebuild,v 1.4 2010/05/22 22:44:54 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mirmon/mirmon-1.38-r4.ebuild,v 1.1 2010/05/22 23:11:27 darkside Exp $
inherit webapp eutils
WEBAPP_MANUAL_SLOT="yes"
@@ -11,7 +11,7 @@ SRC_URI="http://people.cs.uu.nl/henkp/mirmon/src/$PN/src/$P.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/perl-5.8.5-r2"
@@ -24,6 +24,8 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/0001-Add-rsync-monitoring-support-to-mirmon.patch" \
"${FILESDIR}/0002-Add-ipv6-monitor-support-to-mirmon.patch"
+ # set the proper interpreter
+ sed -i -e 's:/sw/bin/perl:/usr/bin/perl:' mirmon || die
}
src_install() {