Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cksfv/
Date: Wed, 04 May 2016 21:05:05
Message-Id: 1462395867.c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.mrueg@gentoo
1 commit: c25f6b2fa9cd4badd6d441bb337a1542c46c06e5
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 21:03:47 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 21:04:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25f6b2f
7
8 app-arch/cksfv: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 app-arch/cksfv/Manifest | 2 --
13 app-arch/cksfv/cksfv-1.3.12.ebuild | 32 --------------------------------
14 app-arch/cksfv/cksfv-1.3.13.ebuild | 32 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/app-arch/cksfv/Manifest b/app-arch/cksfv/Manifest
18 index 130e74a..68f6de7 100644
19 --- a/app-arch/cksfv/Manifest
20 +++ b/app-arch/cksfv/Manifest
21 @@ -1,3 +1 @@
22 -DIST cksfv-1.3.12.tar.bz2 26772 SHA256 f029fab94cc7d6df88cc9ec8dbc65707662d82b1f5bacb95266da020528bf53f SHA512 1b98724d8fd20a500b459089538f175ebb94d6c07000cce4cf685c8fea183be15fc28de3a6352f69d9e124b5b102ab08dce5e4c28563d45e897ff35420902317 WHIRLPOOL 178243155eeaf9b209e854b86a782f8d1f838c4fb3fba9460997200d2100e06edaefc87c66d1d1d36f4fa2f9ac380e5dbcb333d14751d96e849fa725fd66ad2f
23 -DIST cksfv-1.3.13.tar.bz2 26109 SHA256 16ee1bbc0ae8a83909e25e37681d6d501a26dadb18e241310e4333dedc8d1435 SHA512 643bd82b9994087eb1ddc7c182df33f9de1c2b220e89beb878019b2a7489c16baa85d92a45ffe81bc22203f47dbde98b40ec375112978e0ff14a62ffa70faae0 WHIRLPOOL 82c573943ebeda8531d6b5357d34cb6da310531736bb2c70294e4a288d85eb8b51531a5d074b297909845529c17ed50a6ec40775f19f3d338cd4036678cf95ed
24 DIST cksfv-1.3.14.tar.bz2 26114 SHA256 8f3c246f3a4a1f0136842a2108568297e66e92f5996e0945d186c27bca07df52 SHA512 016c2f61632980678957fe4b5bc9ecb30360efd548ff09bfbb7a31cc6fc36f6fe7936d3d819fe468a6208c71f8b625662aa3ae0abd668435d7273e149d7e4519 WHIRLPOOL 15d9daa70a37e14a05c0d07b0389dfb9502d5418418601822d74a3048776d25d0f9afb5df448abc67c0bfc1042b3330a1efff4c7a53a7a0d96e64c2528d8d8f1
25
26 diff --git a/app-arch/cksfv/cksfv-1.3.12.ebuild b/app-arch/cksfv/cksfv-1.3.12.ebuild
27 deleted file mode 100644
28 index 54b8fd5..0000000
29 --- a/app-arch/cksfv/cksfv-1.3.12.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2008 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="SFV checksum utility (simple file verification)"
39 -HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
40 -SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86 ~x86-fbsd"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -
49 -src_compile() {
50 - # note: not an autoconf configure script
51 - ./configure \
52 - --compiler=$(tc-getCC) \
53 - --prefix=/usr \
54 - --package-prefix="${D}" \
55 - --bindir=/usr/bin \
56 - --mandir=/usr/share/man || die
57 - emake || die
58 -}
59 -
60 -src_install() {
61 - emake install || die
62 - dodoc ChangeLog README TODO
63 -}
64
65 diff --git a/app-arch/cksfv/cksfv-1.3.13.ebuild b/app-arch/cksfv/cksfv-1.3.13.ebuild
66 deleted file mode 100644
67 index 6cd7602..0000000
68 --- a/app-arch/cksfv/cksfv-1.3.13.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2009 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -inherit toolchain-funcs
76 -
77 -DESCRIPTION="SFV checksum utility (simple file verification)"
78 -HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
79 -SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
84 -IUSE=""
85 -
86 -DEPEND=""
87 -
88 -src_compile() {
89 - # note: not an autoconf configure script
90 - ./configure \
91 - --compiler=$(tc-getCC) \
92 - --prefix=/usr \
93 - --package-prefix="${D}" \
94 - --bindir=/usr/bin \
95 - --mandir=/usr/share/man || die
96 - emake || die
97 -}
98 -
99 -src_install() {
100 - emake install || die
101 - dodoc ChangeLog README TODO
102 -}