diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:15:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:15:36 +0000 |
commit | 37f42dd7f82a1c596ecb39dd182e7ded0c394008 (patch) | |
tree | fd9d3233c2594e9431fd98f05b056f5b5b984856 /app-arch | |
parent | old (diff) | |
download | gentoo-2-37f42dd7f82a1c596ecb39dd182e7ded0c394008.tar.gz gentoo-2-37f42dd7f82a1c596ecb39dd182e7ded0c394008.tar.bz2 gentoo-2-37f42dd7f82a1c596ecb39dd182e7ded0c394008.zip |
Version bump #198592.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cksfv/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.12.ebuild | 32 | ||||
-rw-r--r-- | app-arch/cksfv/files/digest-cksfv-1.3.12 | 3 |
3 files changed, 41 insertions, 1 deletions
diff --git a/app-arch/cksfv/ChangeLog b/app-arch/cksfv/ChangeLog index 9477ef68915a..69e849a75d34 100644 --- a/app-arch/cksfv/ChangeLog +++ b/app-arch/cksfv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/cksfv # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.30 2007/06/11 21:17:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.31 2007/11/17 23:15:35 vapier Exp $ + +*cksfv-1.3.12 (17 Nov 2007) + + 17 Nov 2007; Mike Frysinger <vapier@gentoo.org> +cksfv-1.3.12.ebuild: + Version bump #198592. 11 Jun 2007; Raúl Porcel <armin76@gentoo.org> cksfv-1.3.9.ebuild: alpha stable diff --git a/app-arch/cksfv/cksfv-1.3.12.ebuild b/app-arch/cksfv/cksfv-1.3.12.ebuild new file mode 100644 index 000000000000..701f5a559cbc --- /dev/null +++ b/app-arch/cksfv/cksfv-1.3.12.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.12.ebuild,v 1.1 2007/11/17 23:15:35 vapier Exp $ + +inherit toolchain-funcs + +DESCRIPTION="SFV checksum utility (simple file verification)" +HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/" +SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +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() { + emake install || die + dodoc ChangeLog README TODO +} diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.12 b/app-arch/cksfv/files/digest-cksfv-1.3.12 new file mode 100644 index 000000000000..63b006e17aa1 --- /dev/null +++ b/app-arch/cksfv/files/digest-cksfv-1.3.12 @@ -0,0 +1,3 @@ +MD5 1d277da8bafaec9ddadb92ece4999590 cksfv-1.3.12.tar.bz2 26772 +RMD160 08e13b4c572d1bfd4040a3712f53b897911bda4c cksfv-1.3.12.tar.bz2 26772 +SHA256 f029fab94cc7d6df88cc9ec8dbc65707662d82b1f5bacb95266da020528bf53f cksfv-1.3.12.tar.bz2 26772 |