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

(-)a/dev-libs/vanessa-logger/vanessa-logger-0.0.10-r1.ebuild (+17 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
MY_PN="${PN/-/_}"
7
MY_P="${MY_PN}-${PV}"
8
DESCRIPTION="Generic logging layer that to log to syslog, an open file handle or a file name"
9
HOMEPAGE="http://horms.net/projects/vanessa/"
10
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
11
12
LICENSE="GPL-2+"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
16
S="${WORKDIR}/${MY_P}"
17
DOCS="AUTHORS NEWS README TODO sample/*.c sample/*.h"
(-)a/dev-libs/vanessa-logger/vanessa-logger-0.0.10.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 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=0
4
EAPI=0
Lines 9-15 DESCRIPTION="Generic logging layer that to log to syslog, an open file handle or Link Here
9
HOMEPAGE="http://horms.net/projects/vanessa/"
9
HOMEPAGE="http://horms.net/projects/vanessa/"
10
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
10
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2+"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="amd64 ~ppc x86"
14
KEYWORDS="amd64 ~ppc x86"
15
IUSE=""
15
IUSE=""

Return to bug 686318