Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
swegener 08/08/04 19:16:58
Modified: ChangeLog
Added: cfv-1.18.2.ebuild
Log:
Version bump, bug #230463.
(Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc1-00504-g2b12a4c x86_64)
Revision Changes Path
1.29 app-arch/cfv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 2 Jul 2008 15:04:33 -0000 1.28
+++ ChangeLog 4 Aug 2008 19:16:58 -0000 1.29
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/cfv
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.28 2008/07/02 15:04:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.29 2008/08/04 19:16:58 swegener Exp $
+
+*cfv-1.18.2 (04 Aug 2008)
+
+ 04 Aug 2008; Sven Wegener <swegener@g.o> +cfv-1.18.2.ebuild:
+ Version bump, bug #230463.
02 Jul 2008; Jeroen Roovers <jer@g.o> cfv-1.18.1.ebuild:
Stable for HPPA too.
1.1 app-arch/cfv/cfv-1.18.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild?rev=1.1&content-type=text/plain
Index: cfv-1.18.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild,v 1.1 2008/08/04 19:16:58 swegener Exp $
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=""
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
DEPEND=""
RDEPEND="dev-lang/python
dev-python/python-fchksum"
src_compile() {
true
}
src_install() {
dobin cfv || die "dobin failed"
doman cfv.1 || die "doman failed"
dodoc README Changelog || die "dodoc failed"
}
|
|