From 89e761ed99bb2b624c1ff8fb4b00290aa75b3989 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Oct 2003 14:54:34 +0000 Subject: version bump #30733 --- app-arch/cfv/ChangeLog | 7 ++++++- app-arch/cfv/cfv-1.12.ebuild | 21 --------------------- app-arch/cfv/cfv-1.15.ebuild | 21 +++++++++++++++++++++ app-arch/cfv/files/digest-cfv-1.15 | 1 + 4 files changed, 28 insertions(+), 22 deletions(-) delete mode 100644 app-arch/cfv/cfv-1.12.ebuild create mode 100644 app-arch/cfv/cfv-1.15.ebuild create mode 100644 app-arch/cfv/files/digest-cfv-1.15 (limited to 'app-arch/cfv') diff --git a/app-arch/cfv/ChangeLog b/app-arch/cfv/ChangeLog index a340c4cabf7e..126d95ce4e06 100644 --- a/app-arch/cfv/ChangeLog +++ b/app-arch/cfv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/cfv # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.5 2003/03/28 10:44:01 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.6 2003/10/09 14:54:34 vapier Exp $ + +*cfv-1.15 (09 Oct 2003) + + 09 Oct 2003; Mike Frysinger : + Version bump #30733. *cfv-1.13 (27 Jan 2003) diff --git a/app-arch/cfv/cfv-1.12.ebuild b/app-arch/cfv/cfv-1.12.ebuild deleted file mode 100644 index 6ac6e4c4a107..000000000000 --- a/app-arch/cfv/cfv-1.12.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.12.ebuild,v 1.3 2003/06/29 15:40:50 aliz 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" -KEYWORDS="x86" - -DEPEND="" -RDEPEND="dev-lang/python - dev-python/python-fchksum" - -src_install() { - dobin cfv - doman cfv.1 - dodoc README Changelog -} diff --git a/app-arch/cfv/cfv-1.15.ebuild b/app-arch/cfv/cfv-1.15.ebuild new file mode 100644 index 000000000000..ab7f9b57afae --- /dev/null +++ b/app-arch/cfv/cfv-1.15.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.15.ebuild,v 1.1 2003/10/09 14:54:34 vapier 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" +KEYWORDS="~x86 ~ppc" + +DEPEND="" +RDEPEND="dev-lang/python + dev-python/python-fchksum" + +src_install() { + dobin cfv + doman cfv.1 + dodoc README Changelog +} diff --git a/app-arch/cfv/files/digest-cfv-1.15 b/app-arch/cfv/files/digest-cfv-1.15 new file mode 100644 index 000000000000..fbb35292e779 --- /dev/null +++ b/app-arch/cfv/files/digest-cfv-1.15 @@ -0,0 +1 @@ +MD5 bd3f90d611c7519c591b50e725930535 cfv-1.15.tar.gz 46070 -- cgit v1.2.3-65-gdbad