diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-01 21:38:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-01 21:38:20 +0000 |
commit | d57ea2cb652f4cb4760d320a036c8a3d096d99c9 (patch) | |
tree | 9af9ad44e5f6004f9021468a98b37f581feb8128 /app-arch | |
parent | update copyright (diff) | |
download | gentoo-2-d57ea2cb652f4cb4760d320a036c8a3d096d99c9.tar.gz gentoo-2-d57ea2cb652f4cb4760d320a036c8a3d096d99c9.tar.bz2 gentoo-2-d57ea2cb652f4cb4760d320a036c8a3d096d99c9.zip |
Version bump #117367 by Heikki Orsila.
(Portage version: 2.1_pre3)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cksfv/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.8.ebuild | 31 | ||||
-rw-r--r-- | app-arch/cksfv/files/digest-cksfv-1.3.8 | 1 |
3 files changed, 39 insertions, 2 deletions
diff --git a/app-arch/cksfv/ChangeLog b/app-arch/cksfv/ChangeLog index 0032745c1744..3516ddccdc6d 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.19 2005/10/25 00:31:00 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.20 2006/01/01 21:38:20 vapier Exp $ + +*cksfv-1.3.8 (01 Jan 2006) + + 01 Jan 2006; Mike Frysinger <vapier@gentoo.org> +cksfv-1.3.8.ebuild: + Version bump #117367 by Heikki Orsila. *cksfv-1.3.7 (25 Oct 2005) diff --git a/app-arch/cksfv/cksfv-1.3.8.ebuild b/app-arch/cksfv/cksfv-1.3.8.ebuild new file mode 100644 index 000000000000..cea4fd4f961a --- /dev/null +++ b/app-arch/cksfv/cksfv-1.3.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.8.ebuild,v 1.1 2006/01/01 21:38:20 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 ~hppa ~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.8 b/app-arch/cksfv/files/digest-cksfv-1.3.8 new file mode 100644 index 000000000000..0286dd82c676 --- /dev/null +++ b/app-arch/cksfv/files/digest-cksfv-1.3.8 @@ -0,0 +1 @@ +MD5 1d1809f5532ba3227fd64fa2ed742bf0 cksfv-1.3.8.tar.bz2 22676 |