zerochaos 14/04/16 15:01:06
Modified: multimon-ng-9999.ebuild multimon-ng-1.0.0-r1.ebuild
ChangeLog
Log:
fixing bug 504344, no longer links to pulse accidently
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
DD11F94A)
Revision Changes Path
1.6 net-analyzer/multimon-ng/multimon-ng-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-9999.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-9999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-9999.ebuild?r1=1.5&r2=1.6
Index: multimon-ng-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- multimon-ng-9999.ebuild 10 Mar 2014 14:55:19 -0000 1.5
+++ multimon-ng-9999.ebuild 16 Apr 2014 15:01:06 -0000 1.6
@@ -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/multimon-ng/multimon-ng-9999.ebuild,v 1.5
2014/03/10 14:55:19 kensington Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-9999.ebuild,v 1.6
2014/04/16 15:01:06 zerochaos Exp $
EAPI=5
@@ -30,7 +30,7 @@
src_prepare() {
if use !pulseaudio; then
- sed -i -e 's/-lpulse-simple//' -e 's/PULSE/DUMMY/' ${PN}.pro ||
die
+ sed -i -e 's/-lpulse-simple//' -e 's/-lpulse//' -e
's/PULSE/DUMMY/' ${PN}.pro || die
fi
qt4-r2_src_prepare
}
1.2 net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild?r1=1.1&r2=1.2
Index: multimon-ng-1.0.0-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multimon-ng-1.0.0-r1.ebuild 10 Mar 2014 14:55:19 -0000 1.1
+++ multimon-ng-1.0.0-r1.ebuild 16 Apr 2014 15:01:06 -0000 1.2
@@ -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/multimon-ng/multimon-ng-1.0.0-r1.ebuild,v
1.1 2014/03/10 14:55:19 kensington Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild,v
1.2 2014/04/16 15:01:06 zerochaos Exp $
EAPI=5
@@ -30,7 +30,7 @@
src_prepare() {
if use !pulseaudio; then
- sed -i -e 's/-lpulse-simple//' -e 's/PULSE/DUMMY/' ${PN}.pro ||
die
+ sed -i -e 's/-lpulse-simple//' -e 's/-lpulse//' -e
's/PULSE/DUMMY/' ${PN}.pro || die
fi
qt4-r2_src_prepare
}
1.6 net-analyzer/multimon-ng/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/multimon-ng/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 10 Mar 2014 14:55:19 -0000 1.5
+++ ChangeLog 16 Apr 2014 15:01:06 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/multimon-ng
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/ChangeLog,v 1.5
2014/03/10 14:55:19 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/multimon-ng/ChangeLog,v 1.6
2014/04/16 15:01:06 zerochaos Exp $
+
+ 16 Apr 2014; Rick Farina <[email protected]> multimon-ng-1.0.0-r1.ebuild,
+ multimon-ng-9999.ebuild:
+ fixing bug 504344, no longer links to pulse accidently
*multimon-ng-1.0.0-r1 (10 Mar 2014)