Diff esekeyd-1.2.7 with a esekeyd-1.2.7-r2
/usr/portage/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild 2023-10-09 14:52:28.796368333 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | ||
6 |
inherit autotools |
|
5 | 7 | |
6 | 8 |
DESCRIPTION="Multimedia key daemon that uses the Linux event interface" |
7 |
HOMEPAGE="http://freshmeat.net/projects/esekeyd/" |
|
8 |
SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz" |
|
9 |
HOMEPAGE="https://github.com/burghardt/esekeyd" |
|
10 |
SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz" |
|
11 |
S="${WORKDIR}/${PN}-${P}" |
|
9 | 12 | |
10 | 13 |
LICENSE="GPL-3" |
11 | 14 |
SLOT="0" |
12 | 15 |
KEYWORDS="amd64 ~arm ~ppc x86" |
13 | 16 | |
17 |
PATCHES=( |
|
18 |
"${FILESDIR}/1.2.7-fix-revision.patch" |
|
19 |
) |
|
20 | ||
14 | 21 |
DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO ) |
22 | ||
23 |
src_prepare() { |
|
24 |
default |
|
25 |
eautoreconf |
|
26 |
} |