Diff libisds-0.11.1-r1 with a libisds-9999
/usr/portage/net-libs/libisds/libisds-9999.ebuild 2023-10-09 14:52:34.484368476 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit autotools git-r3 |
|
6 | 7 |
DESCRIPTION="Client library for accessing ISDS Soap services" |
7 | 8 |
HOMEPAGE="http://xpisar.wz.cz/libisds/" |
8 |
SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz" |
|
9 |
KEYWORDS="amd64 ~mips x86" |
|
9 |
EGIT_REPO_URI="https://repo.or.cz/${PN}.git" |
|
10 | 10 | |
11 | 11 |
LICENSE="LGPL-3" |
12 | 12 |
SLOT="0" |
... | ... | |
33 | 33 |
virtual/pkgconfig |
34 | 34 |
nls? ( sys-devel/gettext )" |
35 | 35 | |
36 |
src_prepare() { |
|
37 |
default |
|
38 |
eautoreconf |
|
39 |
} |
|
40 | ||
36 | 41 |
src_configure() { |
37 | 42 |
local myeconfargs=( |
38 | 43 |
--disable-fatalwarnings |