Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 683298
Collapse All | Expand All

(-)a/app-arch/cksfv/cksfv-1.3.14-r1.ebuild (+24 lines)
Line 0 Link Here
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
inherit toolchain-funcs
7
8
DESCRIPTION="SFV checksum utility (simple file verification)"
9
HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
10
SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
11
12
LICENSE="GPL-2+"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~amd64-linux ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-linux"
15
16
src_configure() {
17
	# note: not an autoconf configure script
18
	./configure \
19
		--compiler="$(tc-getCC)" \
20
		--prefix="${EPREFIX}"/usr \
21
		--package-prefix="${D}" \
22
		--bindir="${EPREFIX}"/usr/bin \
23
		--mandir="${EPREFIX}"/usr/share/man || die
24
}
(-)a/app-arch/cksfv/cksfv-1.3.14.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="4"
4
EAPI="4"
Lines 9-15 DESCRIPTION="SFV checksum utility (simple file verification)" Link Here
9
HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
9
HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
10
SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
10
SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2+"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
14
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
15
IUSE=""
15
IUSE=""

Return to bug 683298