summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-14 19:19:19 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-14 19:19:19 +0000
commitcb187c092d9295032f58d94b37ef4cff63ea534f (patch)
treeb2337b36246105c53db166a6cb639e0f5a78cf42 /app-arch
parentStable on Alpha. (diff)
downloadgentoo-2-cb187c092d9295032f58d94b37ef4cff63ea534f.tar.gz
gentoo-2-cb187c092d9295032f58d94b37ef4cff63ea534f.tar.bz2
gentoo-2-cb187c092d9295032f58d94b37ef4cff63ea534f.zip
old
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/cksfv/cksfv-1.3.3.ebuild26
-rw-r--r--app-arch/cksfv/cksfv-1.3.5.ebuild27
-rw-r--r--app-arch/cksfv/cksfv-1.3.6.ebuild31
-rw-r--r--app-arch/cksfv/cksfv-1.3.7.ebuild31
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.31
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.51
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.61
-rw-r--r--app-arch/cksfv/files/digest-cksfv-1.3.71
8 files changed, 0 insertions, 119 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.3.ebuild b/app-arch/cksfv/cksfv-1.3.3.ebuild
deleted file mode 100644
index a929dae21ac9..000000000000
--- a/app-arch/cksfv/cksfv-1.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.3.ebuild,v 1.2 2005/03/23 00:07:19 vapier Exp $
-
-inherit eutils
-
-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_test() {
- make tests || die "make tests failed"
-}
-
-src_install() {
- dobin src/cksfv || die
- doman cksfv.1
- dodoc ChangeLog INSTALL README TODO
-}
diff --git a/app-arch/cksfv/cksfv-1.3.5.ebuild b/app-arch/cksfv/cksfv-1.3.5.ebuild
deleted file mode 100644
index a3c2ee118e73..000000000000
--- a/app-arch/cksfv/cksfv-1.3.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.5.ebuild,v 1.5 2005/08/16 23:15:26 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/cksfv-1.3.6.ebuild b/app-arch/cksfv/cksfv-1.3.6.ebuild
deleted file mode 100644
index 9f47da528fd1..000000000000
--- a/app-arch/cksfv/cksfv-1.3.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.2 2005/08/16 23:15:52 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 \
- --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/cksfv-1.3.7.ebuild b/app-arch/cksfv/cksfv-1.3.7.ebuild
deleted file mode 100644
index a1cd0613aa99..000000000000
--- a/app-arch/cksfv/cksfv-1.3.7.ebuild
+++ /dev/null
@@ -1,31 +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.7.ebuild,v 1.5 2006/01/02 17:33:06 gustavoz 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.3 b/app-arch/cksfv/files/digest-cksfv-1.3.3
deleted file mode 100644
index 61320a7e6251..000000000000
--- a/app-arch/cksfv/files/digest-cksfv-1.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f3b69a7d65fb42323027fe21df375e3d cksfv-1.3.3.tar.bz2 18266
diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.5 b/app-arch/cksfv/files/digest-cksfv-1.3.5
deleted file mode 100644
index b4f47469fe7b..000000000000
--- a/app-arch/cksfv/files/digest-cksfv-1.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 321f55bd63ecf98dac288da8b873783d cksfv-1.3.5.tar.bz2 22075
diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.6 b/app-arch/cksfv/files/digest-cksfv-1.3.6
deleted file mode 100644
index a217bfa86cc7..000000000000
--- a/app-arch/cksfv/files/digest-cksfv-1.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53455b63e83752982ca9bbd675451dd8 cksfv-1.3.6.tar.bz2 22295
diff --git a/app-arch/cksfv/files/digest-cksfv-1.3.7 b/app-arch/cksfv/files/digest-cksfv-1.3.7
deleted file mode 100644
index b5d8cdff4879..000000000000
--- a/app-arch/cksfv/files/digest-cksfv-1.3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a5c4ebbfd7c6302e0f97127a67336943 cksfv-1.3.7.tar.bz2 22494