public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/switzerland: switzerland-0.1.0.ebuild ChangeLog
@ 2011-05-08 20:31 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2011-05-08 20:31 UTC (permalink / raw
  To: gentoo-commits

jer         11/05/08 20:31:28

  Modified:             ChangeLog
  Added:                switzerland-0.1.0.ebuild
  Log:
  Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #362219).
  
  (Portage version: 2.2.0_alpha31/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-misc/switzerland/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Apr 2011 20:20:11 -0000	1.2
+++ ChangeLog	8 May 2011 20:31:28 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/switzerland
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v 1.2 2011/04/05 20:20:11 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/switzerland/ChangeLog,v 1.3 2011/05/08 20:31:28 jer Exp $
+
+*switzerland-0.1.0 (08 May 2011)
+
+  08 May 2011; Jeroen Roovers <jer@gentoo.org> +switzerland-0.1.0.ebuild,
+  files/Makefile:
+  Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #362219).
 
   05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   switzerland-0.0.5.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/switzerland/switzerland-0.1.0.ebuild?rev=1.1&content-type=text/plain

Index: switzerland-0.1.0.ebuild
===================================================================
# Copyright 1999-2011 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 $

EAPI="3"
PYTHON_DEPEND="2"

inherit distutils toolchain-funcs

DESCRIPTION="Switzerland 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
}

src_compile() {
	cd switzerland/client
	emake CC=$(tc-getCC) || die "emake failed"

	cd "${S}"
	distutils_src_compile
}

src_install() {
	distutils_src_install

	dodoc BUGS.txt CREDITS

	keepdir /var/log/switzerland-pcaps
	keepdir /var/log/switzerland
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-08 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 20:31 [gentoo-commits] gentoo-x86 commit in net-misc/switzerland: switzerland-0.1.0.ebuild ChangeLog Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox