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

(-)a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild (+22 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
DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework"
7
HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib"
8
SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz"
9
10
KEYWORDS="~amd64 ~x86"
11
LICENSE="LGPL-2.1"
12
SLOT="0"
13
IUSE="debug doc static-libs"
14
15
BDEPEND="doc? ( app-doc/doxygen )"
16
17
src_configure() {
18
	econf --without-idsa \
19
		$(use_enable debug) \
20
		$(use_enable doc doxygen) \
21
		$(use_enable static-libs static)
22
}
(-)a/dev-libs/log4shib/log4shib-1.0.4.ebuild (-2 / +2 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2013 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"
5
5
6
DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework"
6
DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework"
7
HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib"
7
HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib"
8
SRC_URI="http://shibboleth.internet2.edu/downloads/${PN}/${PV}/${P}.tar.gz"
8
SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz"
9
9
10
KEYWORDS="~amd64 ~x86"
10
KEYWORDS="~amd64 ~x86"
11
LICENSE="LGPL-2.1"
11
LICENSE="LGPL-2.1"

Return to bug 686778