mgorny 14/12/26 18:03:27 Modified: ChangeLog Added: cfv-1.18.3-r1.ebuild Log: Convert to python-single-r1. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.40 app-arch/cfv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 11 Mar 2014 19:57:14 -0000 1.39 +++ ChangeLog 26 Dec 2014 18:03:27 -0000 1.40 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/cfv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.39 2014/03/11 19:57:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.40 2014/12/26 18:03:27 mgorny Exp $ + +*cfv-1.18.3-r1 (26 Dec 2014) + + 26 Dec 2014; Michał Górny <[email protected]> +cfv-1.18.3-r1.ebuild: + Convert to python-single-r1. 11 Mar 2014; Pacho Ramos <[email protected]> -cfv-1.18.1.ebuild, metadata.xml: Cleanup due #53266 1.1 app-arch/cfv/cfv-1.18.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?rev=1.1&content-type=text/plain Index: cfv-1.18.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild,v 1.1 2014/12/26 18:03:27 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" HOMEPAGE="http://cfv.sourceforge.net/" SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="bittorrent" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" DEPEND="" RDEPEND="dev-python/python-fchksum[${PYTHON_USEDEP}] bittorrent? ( || ( net-p2p/bittorrent[${PYTHON_USEDEP}] net-p2p/bittornado[${PYTHON_USEDEP}] ) )" src_compile() { : } src_install() { python_fix_shebang cfv dobin cfv doman cfv.1 dodoc README Changelog }
