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

(-)a/dev-libs/libbegemot/libbegemot-1.11-r1.ebuild (+23 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 libtool
7
8
DESCRIPTION="begemot utility function library"
9
HOMEPAGE="https://people.freebsd.org/~harti/"
10
SRC_URI="https://people.freebsd.org/~harti/${PN}/${P}.tar.gz"
11
12
LICENSE="BSD"
13
SLOT="0"
14
KEYWORDS="~amd64 ~amd64-fbsd ~x86-fbsd"
15
16
src_prepare() {
17
	default
18
	elibtoolize
19
}
20
21
src_compile() {
22
	emake -j1
23
}
(-)a/dev-libs/libbegemot/libbegemot-1.11.ebuild (-3 / +3 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 6-13 EAPI=0 Link Here
6
inherit libtool
6
inherit libtool
7
7
8
DESCRIPTION="begemot utility function library"
8
DESCRIPTION="begemot utility function library"
9
HOMEPAGE="http://people.freebsd.org/~harti/"
9
HOMEPAGE="https://people.freebsd.org/~harti/"
10
SRC_URI="http://people.freebsd.org/~harti/${PN}/${P}.tar.gz"
10
SRC_URI="https://people.freebsd.org/~harti/${PN}/${P}.tar.gz"
11
11
12
LICENSE="BSD"
12
LICENSE="BSD"
13
SLOT="0"
13
SLOT="0"

Return to bug 686554