* [gentoo-commits] gentoo-x86 commit in app-arch/cfv: cfv-1.18.3-r1.ebuild ChangeLog
@ 2014-12-26 18:03 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-26 18:03 UTC (permalink / raw
To: gentoo-commits
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 <mgorny@gentoo.org> +cfv-1.18.3-r1.ebuild:
+ Convert to python-single-r1.
11 Mar 2014; Pacho Ramos <pacho@gentoo.org> -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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/cfv: cfv-1.18.3-r1.ebuild ChangeLog
@ 2014-12-26 18:11 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-26 18:11 UTC (permalink / raw
To: gentoo-commits
mgorny 14/12/26 18:11:21
Modified: cfv-1.18.3-r1.ebuild ChangeLog
Log:
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE references.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?r1=1.1&r2=1.2
Index: cfv-1.18.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cfv-1.18.3-r1.ebuild 26 Dec 2014 18:03:27 -0000 1.1
+++ cfv-1.18.3-r1.ebuild 26 Dec 2014 18:11:21 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild,v 1.2 2014/12/26 18:11:21 mgorny Exp $
EAPI=5
@@ -18,7 +18,8 @@
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}]
+RDEPEND="${PYTHON_DEPS}
+ dev-python/python-fchksum[${PYTHON_USEDEP}]
bittorrent? (
|| (
net-p2p/bittorrent[${PYTHON_USEDEP}]
@@ -26,6 +27,8 @@
)
)"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
src_compile() {
:
}
1.41 app-arch/cfv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 26 Dec 2014 18:03:27 -0000 1.40
+++ ChangeLog 26 Dec 2014 18:11:21 -0000 1.41
@@ -1,6 +1,9 @@
# 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.40 2014/12/26 18:03:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.41 2014/12/26 18:11:21 mgorny Exp $
+
+ 26 Dec 2014; Michał Górny <mgorny@gentoo.org> cfv-1.18.3-r1.ebuild:
+ Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE references.
*cfv-1.18.3-r1 (26 Dec 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-26 18:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 18:11 [gentoo-commits] gentoo-x86 commit in app-arch/cfv: cfv-1.18.3-r1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-12-26 18:03 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox