summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-05-04 23:03:47 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-05-04 23:04:27 +0200
commitc25f6b2fa9cd4badd6d441bb337a1542c46c06e5 (patch)
treedeb824dcb5dc8e6fe2dcff664ab8209fb6206a52 /app-arch/cksfv
parentnet-mail/mlmmj: include customheaders in list control emails. (diff)
downloadgentoo-c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.tar.gz
gentoo-c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.tar.bz2
gentoo-c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.zip
app-arch/cksfv: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-arch/cksfv')
-rw-r--r--app-arch/cksfv/Manifest2
-rw-r--r--app-arch/cksfv/cksfv-1.3.12.ebuild32
-rw-r--r--app-arch/cksfv/cksfv-1.3.13.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/app-arch/cksfv/Manifest b/app-arch/cksfv/Manifest
index 130e74a00d21..68f6de7dec82 100644
--- a/app-arch/cksfv/Manifest
+++ b/app-arch/cksfv/Manifest
@@ -1,3 +1 @@
-DIST cksfv-1.3.12.tar.bz2 26772 SHA256 f029fab94cc7d6df88cc9ec8dbc65707662d82b1f5bacb95266da020528bf53f SHA512 1b98724d8fd20a500b459089538f175ebb94d6c07000cce4cf685c8fea183be15fc28de3a6352f69d9e124b5b102ab08dce5e4c28563d45e897ff35420902317 WHIRLPOOL 178243155eeaf9b209e854b86a782f8d1f838c4fb3fba9460997200d2100e06edaefc87c66d1d1d36f4fa2f9ac380e5dbcb333d14751d96e849fa725fd66ad2f
-DIST cksfv-1.3.13.tar.bz2 26109 SHA256 16ee1bbc0ae8a83909e25e37681d6d501a26dadb18e241310e4333dedc8d1435 SHA512 643bd82b9994087eb1ddc7c182df33f9de1c2b220e89beb878019b2a7489c16baa85d92a45ffe81bc22203f47dbde98b40ec375112978e0ff14a62ffa70faae0 WHIRLPOOL 82c573943ebeda8531d6b5357d34cb6da310531736bb2c70294e4a288d85eb8b51531a5d074b297909845529c17ed50a6ec40775f19f3d338cd4036678cf95ed
DIST cksfv-1.3.14.tar.bz2 26114 SHA256 8f3c246f3a4a1f0136842a2108568297e66e92f5996e0945d186c27bca07df52 SHA512 016c2f61632980678957fe4b5bc9ecb30360efd548ff09bfbb7a31cc6fc36f6fe7936d3d819fe468a6208c71f8b625662aa3ae0abd668435d7273e149d7e4519 WHIRLPOOL 15d9daa70a37e14a05c0d07b0389dfb9502d5418418601822d74a3048776d25d0f9afb5df448abc67c0bfc1042b3330a1efff4c7a53a7a0d96e64c2528d8d8f1
diff --git a/app-arch/cksfv/cksfv-1.3.12.ebuild b/app-arch/cksfv/cksfv-1.3.12.ebuild
deleted file mode 100644
index 54b8fd5d6cca..000000000000
--- a/app-arch/cksfv/cksfv-1.3.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~ia64 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/cksfv-1.3.13.ebuild b/app-arch/cksfv/cksfv-1.3.13.ebuild
deleted file mode 100644
index 6cd76026687e..000000000000
--- a/app-arch/cksfv/cksfv-1.3.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ia64 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
-}