jer         14/07/18 21:27:18

  Modified:             tcpsound-0.3.1-r1.ebuild ChangeLog
  Removed:              tcpsound-0.3.1.ebuild
  Log:
  EAPI bump. Convert sed script to patch. Clean up patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.5                  net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild?r1=1.4&r2=1.5

Index: tcpsound-0.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcpsound-0.3.1-r1.ebuild    12 Feb 2013 14:20:02 -0000      1.4
+++ tcpsound-0.3.1-r1.ebuild    18 Jul 2014 21:27:18 -0000      1.5
@@ -1,34 +1,30 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild,v 1.4 
2013/02/12 14:20:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild,v 1.5 
2014/07/18 21:27:18 jer Exp $
 
-EAPI="4"
-
-inherit base toolchain-funcs
+EAPI=5
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Play sounds in response to network traffic"
-HOMEPAGE="http://www.ioplex.com/~miallen/tcpsound/";
-SRC_URI="http://www.ioplex.com/~miallen/tcpsound/dl/${P}.tar.gz";
-
 LICENSE="BSD"
+HOMEPAGE="http://www.ioplex.com/~miallen/tcpsound/";
+SRC_URI="${HOMEPAGE}dl/${P}.tar.gz"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-DEPEND="net-analyzer/tcpdump
+DEPEND="
+       dev-libs/libmba
        media-libs/libsdl
-       dev-libs/libmba"
+       net-analyzer/tcpdump
+"
 RDEPEND="${DEPEND}"
 
 DOCS=( README.txt elaborate.conf )
-PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
 
 src_prepare() {
-       # Fix paths
-       sed -i -e 
"s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
-               "${S}"/src/tcpsound.c "${S}"/elaborate.conf || die 'sed failed'
-
-       base_src_prepare
+       epatch \
+               "${FILESDIR}"/${P}-makefile.patch \
+               "${FILESDIR}"/${P}-misc.patch
 }
 
 src_compile() {



1.13                 net-misc/tcpsound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Feb 2013 14:20:02 -0000      1.12
+++ ChangeLog   18 Jul 2014 21:27:18 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/tcpsound
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.12 
2013/02/12 14:20:02 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.13 
2014/07/18 21:27:18 jer Exp $
+
+  18 Jul 2014; Jeroen Roovers <[email protected]> -tcpsound-0.3.1.ebuild,
+  tcpsound-0.3.1-r1.ebuild, files/tcpsound-0.3.1-makefile.patch,
+  +files/tcpsound-0.3.1-misc.patch:
+  EAPI bump. Convert sed script to patch. Clean up patch.
 
   12 Feb 2013; Agostino Sarubbo <[email protected]> tcpsound-0.3.1-r1.ebuild:
   Stable for x86, wrt bug #448306




Reply via email to