diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-27 20:05:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-27 20:05:17 +0000 |
commit | 771fe9ffab353bc44dcf2818342958f3f8ab52d3 (patch) | |
tree | 2de5f57b0339395c6fa0f8b67fceb4985818888b /app-arch | |
parent | version bump #13587 (diff) | |
download | gentoo-2-771fe9ffab353bc44dcf2818342958f3f8ab52d3.tar.gz gentoo-2-771fe9ffab353bc44dcf2818342958f3f8ab52d3.tar.bz2 gentoo-2-771fe9ffab353bc44dcf2818342958f3f8ab52d3.zip |
version bump #14041
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cfv/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/cfv/cfv-1.13.ebuild | 21 | ||||
-rw-r--r-- | app-arch/cfv/files/digest-cfv-1.13 | 1 |
3 files changed, 28 insertions, 1 deletions
diff --git a/app-arch/cfv/ChangeLog b/app-arch/cfv/ChangeLog index b1c05fd1341d..28b2b360addc 100644 --- a/app-arch/cfv/ChangeLog +++ b/app-arch/cfv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/cfv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.1 2002/10/31 05:33:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.2 2003/01/27 20:05:17 vapier Exp $ + +*cfv-1.13 (27 Jan 2003) + + 27 Jan 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump #14041. *cfv-1.12 (31 Oct 2002) diff --git a/app-arch/cfv/cfv-1.13.ebuild b/app-arch/cfv/cfv-1.13.ebuild new file mode 100644 index 000000000000..bb229af1ce3a --- /dev/null +++ b/app-arch/cfv/cfv-1.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.13.ebuild,v 1.1 2003/01/27 20:05:17 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" + +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.13 b/app-arch/cfv/files/digest-cfv-1.13 new file mode 100644 index 000000000000..d7d28f976797 --- /dev/null +++ b/app-arch/cfv/files/digest-cfv-1.13 @@ -0,0 +1 @@ +MD5 9f2cc65d1fed30a14c1a1f4636c824f4 cfv-1.13.tar.gz 36397 |