summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-25 00:31:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-25 00:31:00 +0000
commit76416ca095c0a90697eaade9c8c9b0e4d7aa228f (patch)
treef7263dfa2355d509a2b5e5ea581e5ee670ebdd30 /app-arch/cksfv
parentStable on alpha wrt security bug #109348 (diff)
downloadhistorical-76416ca095c0a90697eaade9c8c9b0e4d7aa228f.tar.gz
historical-76416ca095c0a90697eaade9c8c9b0e4d7aa228f.tar.bz2
historical-76416ca095c0a90697eaade9c8c9b0e4d7aa228f.zip
Version bump #110264 by Heikki Orsila.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-arch/cksfv')
-rw-r--r--app-arch/cksfv/ChangeLog7
-rw-r--r--app-arch/cksfv/Manifest18
-rw-r--r--app-arch/cksfv/cksfv-1.3.7.ebuild31
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.71
4 files changed, 43 insertions, 14 deletions
diff --git a/app-arch/cksfv/ChangeLog b/app-arch/cksfv/ChangeLog
index 29a5bf805e49..0032745c1744 100644
--- a/app-arch/cksfv/ChangeLog
+++ b/app-arch/cksfv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/cksfv
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.18 2005/08/14 10:07:14 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.19 2005/10/25 00:31:00 vapier Exp $
+
+*cksfv-1.3.7 (25 Oct 2005)
+
+ 25 Oct 2005; Mike Frysinger <vapier@gentoo.org> +cksfv-1.3.7.ebuild:
+ Version bump #110264 by Heikki Orsila.
14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> cksfv-1.3.5.ebuild:
Stable on ppc.
diff --git a/app-arch/cksfv/Manifest b/app-arch/cksfv/Manifest
index a596add47cd8..8c9b7afd7044 100644
--- a/app-arch/cksfv/Manifest
+++ b/app-arch/cksfv/Manifest
@@ -1,17 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 d76dbd915da21064a3923452e2bfa232 cksfv-1.3.5.ebuild 770
+MD5 f096af7bd8f96a57146b38fb4014ebb1 ChangeLog 2151
MD5 08529dc8a202ab35f89e69dab4ee71f4 cksfv-1.3.3.ebuild 643
-MD5 6be208db50fcd12af0093fdae2607e3b ChangeLog 2010
+MD5 d76dbd915da21064a3923452e2bfa232 cksfv-1.3.5.ebuild 770
MD5 5f5157da4a44bb0b281186f3a68db8d9 cksfv-1.3.6.ebuild 821
-MD5 fb06833cc9afeee51087ed9c7b3bdb6b files/digest-cksfv-1.3.6 63
+MD5 dbe60df9e48df0d8972491f87cb63461 cksfv-1.3.7.ebuild 831
MD5 143c9b1bab6c4bbe7851810ba2d05ddb files/digest-cksfv-1.3.3 63
MD5 c2e4f585431c4c3d7580b29d5e951c05 files/digest-cksfv-1.3.5 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDAnO5gIKl8Uu19MoRAsN0AJ9zhsb7XYZnrLKkuH5GiFcv3dmvDwCfc10b
-o9/5NKPZ3ax7sNaqcRsTi0c=
-=4vFQ
------END PGP SIGNATURE-----
+MD5 fb06833cc9afeee51087ed9c7b3bdb6b files/digest-cksfv-1.3.6 63
+MD5 b8e1672d5dbaff6cc0748f0f41ec6955 files/digest-cksfv-1.3.7 63
diff --git a/app-arch/cksfv/cksfv-1.3.7.ebuild b/app-arch/cksfv/cksfv-1.3.7.ebuild
new file mode 100644
index 000000000000..efcfb93fb721
--- /dev/null
+++ b/app-arch/cksfv/cksfv-1.3.7.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.7.ebuild,v 1.1 2005/10/25 00:31:00 vapier Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="SFV checksum utility (simple file verification)"
+HOMEPAGE="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/"
+SRC_URI="http://zakalwe.virtuaalipalvelin.net/~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 \
+ --package-prefix="${D}" \
+ --bindir=/usr/bin \
+ --mandir=/usr/share/man || die
+ emake || die
+}
+
+src_install() {
+ make install || die
+ dodoc ChangeLog INSTALL README TODO
+}
diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.7 b/app-arch/cksfv/files/digest-cksfv-1.3.7
new file mode 100644
index 000000000000..b5d8cdff4879
--- /dev/null
+++ b/app-arch/cksfv/files/digest-cksfv-1.3.7
@@ -0,0 +1 @@
+MD5 a5c4ebbfd7c6302e0f97127a67336943 cksfv-1.3.7.tar.bz2 22494