Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340425 | Differences between
and this patch

Collapse All | Expand All

(-)open-iscsi-2.0.871.3.ebuild (-3 / +5 lines)
Lines 7-13 Link Here
7
7
8
DESCRIPTION="Open-iSCSI is a high performance, transport independent, multi-platform implementation of RFC3720"
8
DESCRIPTION="Open-iSCSI is a high performance, transport independent, multi-platform implementation of RFC3720"
9
HOMEPAGE="http://www.open-iscsi.org/"
9
HOMEPAGE="http://www.open-iscsi.org/"
10
SRC_URI="mirror://kernel/linux/kernel/people/mnc/open-iscsi/releases/${P}.tar.gz"
10
MY_PV="${PN}-$(replace_version_separator 2 "-" $MY_PV)"
11
SRC_URI="mirror://kernel/linux/kernel/people/mnc/open-iscsi/releases/${MY_PV}.tar.gz"
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
14
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
Lines 16-21 Link Here
16
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
17
		sys-apps/util-linux"
18
		sys-apps/util-linux"
18
19
20
S="${WORKDIR}/${MY_PV}"
21
19
pkg_setup() {
22
pkg_setup() {
20
	linux-info_pkg_setup
23
	linux-info_pkg_setup
21
24
Lines 38-45 Link Here
38
41
39
src_prepare() {
42
src_prepare() {
40
	export EPATCH_OPTS="-d${S}"
43
	export EPATCH_OPTS="-d${S}"
41
	epatch "${FILESDIR}"/CVE-2009-1297.patch
44
	epatch "${FILESDIR}"/${PN}-2.0.872-makefile-cleanup.patch
42
	epatch "${FILESDIR}"/${PN}-2.0.871-makefile-cleanup.patch
43
	epatch "${FILESDIR}"/${P}-glibc212.patch
45
	epatch "${FILESDIR}"/${P}-glibc212.patch
44
}
46
}
45
47

Return to bug 340425