jer         14/07/18 21:14:42

  Modified:             switzerland-0.1.0.ebuild ChangeLog
  Removed:              switzerland-0.0.5.ebuild
  Log:
  EAPI bump. Migrate to distutils-r1. Simplify files/Makefile.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  net-misc/switzerland/switzerland-0.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild?r1=1.1&r2=1.2

Index: switzerland-0.1.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- switzerland-0.1.0.ebuild    8 May 2011 20:31:28 -0000       1.1
+++ switzerland-0.1.0.ebuild    18 Jul 2014 21:14:42 -0000      1.2
@@ -1,47 +1,42 @@
-# Copyright 1999-2011 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/switzerland/switzerland-0.1.0.ebuild,v 1.1 
2011/05/08 20:31:28 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild,v 1.2 
2014/07/18 21:14:42 jer Exp $
 
-EAPI="3"
-PYTHON_DEPEND="2"
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils toolchain-funcs
+inherit distutils-r1 toolchain-funcs
 
-DESCRIPTION="Switzerland Network Testing Tool"
+DESCRIPTION="Network Testing Tool"
 HOMEPAGE="http://www.eff.org/testyourisp/switzerland/";
 SRC_URI="mirror://sourceforge/switzerland/${P}.tgz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE=""
 
 DEPEND="net-libs/libpcap"
 RDEPEND=${DEPEND}
 
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
 src_prepare() {
        cp "${FILESDIR}"/Makefile switzerland/client
 
        sed -i \
                -e "s/= find_binary()/= dest/" \
                setup.py
+       distutils-r1_src_prepare
 }
 
 src_compile() {
        cd switzerland/client
-       emake CC=$(tc-getCC) || die "emake failed"
+       emake CC=$(tc-getCC)
 
        cd "${S}"
-       distutils_src_compile
+       distutils-r1_src_compile
 }
 
 src_install() {
-       distutils_src_install
+       distutils-r1_src_install
 
        dodoc BUGS.txt CREDITS
 



1.5                  net-misc/switzerland/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   1 Jun 2013 12:23:19 -0000       1.4
+++ ChangeLog   18 Jul 2014 21:14:42 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/switzerland
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v 1.4 
2013/06/01 12:23:19 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v 1.5 
2014/07/18 21:14:42 jer Exp $
+
+  18 Jul 2014; Jeroen Roovers <[email protected]> -switzerland-0.0.5.ebuild,
+  switzerland-0.1.0.ebuild, files/Makefile:
+  EAPI bump. Migrate to distutils-r1. Simplify files/Makefile.
 
   01 Jun 2013; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due bug #151880




Reply via email to