diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:15:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:15:07 +0000 |
commit | b607b4de4358b98c6452bcfe060f23a99e0b17b0 (patch) | |
tree | 5606895c150e90ce9ecc437a15de3db42a3561f0 /app-arch/cksfv | |
parent | Deleted mask on net-print/hpijs after removal, see bug #176962. (diff) | |
download | gentoo-2-b607b4de4358b98c6452bcfe060f23a99e0b17b0.tar.gz gentoo-2-b607b4de4358b98c6452bcfe060f23a99e0b17b0.tar.bz2 gentoo-2-b607b4de4358b98c6452bcfe060f23a99e0b17b0.zip |
old
Diffstat (limited to 'app-arch/cksfv')
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.8.ebuild | 32 | ||||
-rw-r--r-- | app-arch/cksfv/files/digest-cksfv-1.3.8 | 3 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.8.ebuild b/app-arch/cksfv/cksfv-1.3.8.ebuild deleted file mode 100644 index 19670a2abc01..000000000000 --- a/app-arch/cksfv/cksfv-1.3.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.2 2006/04/10 03:42:06 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 README TODO -} diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.8 b/app-arch/cksfv/files/digest-cksfv-1.3.8 deleted file mode 100644 index ad98edf7a6ca..000000000000 --- a/app-arch/cksfv/files/digest-cksfv-1.3.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1d1809f5532ba3227fd64fa2ed742bf0 cksfv-1.3.8.tar.bz2 22676 -RMD160 f055338a3aaa906138946eaeda8a182049b7ea9b cksfv-1.3.8.tar.bz2 22676 -SHA256 1e412064b35ef580e0f91aee7acd6cf97996ad43c2ec78f63599ab57086f6206 cksfv-1.3.8.tar.bz2 22676 |