summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-08 00:24:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-08 00:24:02 +0000
commit84794b87e2805f3098bd5fa03c17dfd61c4298ed (patch)
treea7464ad1742c63d5ead15989fad2412bc0cd57e3 /app-arch
parentpatch no longer needed #101688 (diff)
downloadgentoo-2-84794b87e2805f3098bd5fa03c17dfd61c4298ed.tar.gz
gentoo-2-84794b87e2805f3098bd5fa03c17dfd61c4298ed.tar.bz2
gentoo-2-84794b87e2805f3098bd5fa03c17dfd61c4298ed.zip
Version bump #101683 by Heikki Orsila.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/cksfv/ChangeLog9
-rw-r--r--app-arch/cksfv/cksfv-1.3.6.ebuild31
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.61
3 files changed, 39 insertions, 2 deletions
diff --git a/app-arch/cksfv/ChangeLog b/app-arch/cksfv/ChangeLog
index 1f10fbfc4c74..356da829ae7f 100644
--- a/app-arch/cksfv/ChangeLog
+++ b/app-arch/cksfv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/cksfv
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.15 2005/06/25 23:39:00 dragonheart Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.16 2005/08/08 00:24:02 vapier Exp $
+
+*cksfv-1.3.6 (08 Aug 2005)
+
+ 08 Aug 2005; Mike Frysinger <vapier@gentoo.org> +cksfv-1.3.6.ebuild:
+ Version bump #101683 by Heikki Orsila.
*cksfv-1.3.5 (25 Jun 2005)
diff --git a/app-arch/cksfv/cksfv-1.3.6.ebuild b/app-arch/cksfv/cksfv-1.3.6.ebuild
new file mode 100644
index 000000000000..ea5e49494c09
--- /dev/null
+++ b/app-arch/cksfv/cksfv-1.3.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.6.ebuild,v 1.1 2005/08/08 00:24:02 vapier Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="SFV checksum utility (simple file verification)"
+HOMEPAGE="http://www.modeemi.fi/~shd/foss/cksfv/"
+SRC_URI="http://www.modeemi.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+src_compile() {
+ # note: not an autoconf configure script
+ ./configure \
+ --compiler=$(tc-getCC) \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --mandir=/usr/share/man || die
+ emake || die
+}
+
+src_install() {
+ dobin src/cksfv || die
+ doman cksfv.1
+ dodoc ChangeLog INSTALL README TODO
+}
diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.6 b/app-arch/cksfv/files/digest-cksfv-1.3.6
new file mode 100644
index 000000000000..a217bfa86cc7
--- /dev/null
+++ b/app-arch/cksfv/files/digest-cksfv-1.3.6
@@ -0,0 +1 @@
+MD5 53455b63e83752982ca9bbd675451dd8 cksfv-1.3.6.tar.bz2 22295