From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 551661381F3 for ; Fri, 23 Nov 2012 10:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 638E9E0484; Fri, 23 Nov 2012 10:45:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C560CE0484 for ; Fri, 23 Nov 2012 10:45:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 869E533BF55 for ; Fri, 23 Nov 2012 10:45:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id 0E95420C65; Fri, 23 Nov 2012 10:45:16 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-util/pyfa: pyfa-1.1.9-r1.ebuild pyfa-1.1.10.ebuild ChangeLog pyfa-1.1.8.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pyfa-1.1.9-r1.ebuild pyfa-1.1.10.ebuild ChangeLog pyfa-1.1.8.ebuild X-VCS-Directories: games-util/pyfa X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121123104517.0E95420C65@flycatcher.gentoo.org> Date: Fri, 23 Nov 2012 10:45:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6927f4a4-435e-4d4f-bc13-e0b59e35a2de X-Archives-Hash: 925d31904ca91963eaa2cf8252617917 tetromino 12/11/23 10:45:16 Modified: pyfa-1.1.9-r1.ebuild ChangeLog Added: pyfa-1.1.10.ebuild Removed: pyfa-1.1.8.ebuild Log: Bump, fixes Marauder bonuses and some rig stacking bugs. Update license, homepage. Drop old. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61) Revision Changes Path 1.2 games-util/pyfa/pyfa-1.1.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild?r1=1.1&r2=1.2 Index: pyfa-1.1.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfa-1.1.9-r1.ebuild 11 Aug 2012 19:36:52 -0000 1.1 +++ pyfa-1.1.9-r1.ebuild 23 Nov 2012 10:45:16 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild,v 1.1 2012/08/11 19:36:52 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.9-r1.ebuild,v 1.2 2012/11/23 10:45:16 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -10,17 +10,17 @@ if [[ ${PV/_rc*/} == ${PV} ]] ; then MY_PV=${PV}-inferno-1.2-src - FOLDER=stable/${PV} + FOLDER=pyfa/stable/${PV} else MY_PV=${PV/_rc/-stable-RC}-src - FOLDER=stable/${PV/*_rc/RC} + FOLDER=pyfa/stable/${PV/*_rc/RC} fi DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" -HOMEPAGE="http://www.evefit.org/Pyfa" +HOMEPAGE="http://www.evefit.org/static/pyfa" SRC_URI="http://dl.evefit.org/${FOLDER}/${PN}-${MY_PV}.tar.bz2 -> pyfa-1.1.9-inferno-1.2-src-r1.tar.bz2" -LICENSE="GPL-3 LGPL-2.1 CCPL-Attribution-2.5 free-noncomm" +LICENSE="GPL-3+ LGPL-2.1+ CCPL-Attribution-2.5 free-noncomm" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+graph" 1.15 games-util/pyfa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 11 Aug 2012 19:36:52 -0000 1.14 +++ ChangeLog 23 Nov 2012 10:45:16 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for games-util/pyfa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.14 2012/08/11 19:36:52 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.15 2012/11/23 10:45:16 tetromino Exp $ + +*pyfa-1.1.10 (23 Nov 2012) + + 23 Nov 2012; Alexandre Rostovtsev -pyfa-1.1.8.ebuild, + pyfa-1.1.9-r1.ebuild, +pyfa-1.1.10.ebuild: + Bump, fixes Marauder bonuses and some rig stacking bugs. Update license, + homepage. Drop old. *pyfa-1.1.9-r1 (11 Aug 2012) 1.1 games-util/pyfa/pyfa-1.1.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/pyfa-1.1.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/pyfa/pyfa-1.1.10.ebuild?rev=1.1&content-type=text/plain Index: pyfa-1.1.10.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.10.ebuild,v 1.1 2012/11/23 10:45:16 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" PYTHON_USE_WITH="sqlite threads" inherit eutils gnome2-utils python if [[ ${PV/_rc*/} == ${PV} ]] ; then MY_PV=${PV}-inferno-1.2-src FOLDER=pyfa/stable/${PV} else MY_PV=${PV/_rc/-stable-RC}-src FOLDER=pyfa/stable/${PV/*_rc/RC} fi DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" HOMEPAGE="http://www.evefit.org/static/pyfa" SRC_URI="http://dl.evefit.org/${FOLDER}/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-3+ LGPL-2.1+ CCPL-Attribution-2.5 free-noncomm" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+graph" RDEPEND="dev-python/sqlalchemy dev-python/wxpython:2.8 graph? ( dev-python/matplotlib[wxwidgets] dev-python/numpy )" DEPEND="app-text/dos2unix" S=${WORKDIR}/${PN} pkg_setup() { python_set_active_version 2 python_pkg_setup } src_prepare() { # get rid of CRLF line endings introduced in 1.1.10 so patches work dos2unix config.py pyfa.py service/settings.py || die # make staticPath settable from configforced again epatch "${FILESDIR}/${PN}-1.1-staticPath.patch" # use correct slot of wxpython, http://trac.evefit.org/ticket/475 epatch "${FILESDIR}/${PN}-1.1.4-wxversion.patch" # do not try to save exported html to python sitedir epatch "${FILESDIR}/${PN}-1.1.8-html-export-path.patch" chmod 755 pyfa.py || die "chmod failed" python_convert_shebangs -r -x 2 . sed -e "s:%%SITEDIR%%:$(python_get_sitedir):" \ -e "s:%%EPREFIX%%:${EPREFIX}:" \ "${FILESDIR}/configforced.py" > configforced.py } src_install() { local packagedir=$(python_get_sitedir)/${PN} insinto "${packagedir}" doins -r eos gui icons service config*.py info.py gpl.txt exeinto "${packagedir}" doexe ${PN}.py dosym "${packagedir}/${PN}.py" /usr/bin/${PN} insinto /usr/share/${PN} doins -r staticdata dodoc readme.txt insinto /usr/share/icons/hicolor/32x32/apps doins icons/pyfa.png insinto /usr/share/icons/hicolor/64x64/apps newins icons/pyfa64.png pyfa.png domenu "${FILESDIR}/${PN}.desktop" } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update python_mod_optimize ${PN} } pkg_postrm() { gnome2_icon_cache_update python_mod_cleanup ${PN} }