forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-libs/libevdev: Version bump to 1.5.7
Package-Manager: Portage-2.3.5, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST libevdev-1.5.6.tar.xz 407024 SHA256 ecec7e9d66b1d3692f10b3b20aa97fb25e874a784c5552a7b1698091fef5a688 SHA512 4e9f44e0957d9d83e46de095f1eb8a64d7db808ac5a397d266ec1149948b82aa3f123fcf3d47cd72aff2741cce13b2162324c195f892861de97d7beb19ef6b19 WHIRLPOOL bbc0be49280c07249d802a14b8f054a5a116a3b18bd42e3a6a700011f293f1b1b0c8dd40f611a1a68a9b1b3e7f07cc316acdba2e12ab24d66be662c9f36396ac | ||
DIST libevdev-1.5.7.tar.xz 407452 SHA256 a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422 SHA512 53adf6c92ec61f0635b643a88d8762a18f7cd3088d23ac95831be32cc7150ebd19f20265b90f6a1f9a63420c2f8968c2d17d8dc4892c0e90f9dfcce82c622df1 WHIRLPOOL 7b59aff73a2b11f913ce65b153e727e0132a4b291a33c95902c9abbe9ac42a86d7cd5ce560f9a66aca39722507654da0790f49071d903a1928c95fc772899142 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
XORG_MULTILIB=yes | ||
PYTHON_COMPAT=( python{2_7,3_4,3_5} ) | ||
|
||
inherit python-any-r1 xorg-2 | ||
|
||
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" | ||
|
||
DESCRIPTION="Handler library for evdev events" | ||
|
||
if [[ ${PV} == 9999* ]] ; then | ||
SRC_URI="" | ||
else | ||
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" | ||
fi | ||
|
||
RESTRICT="test" # Tests need to run as root. | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" | ||
IUSE="" | ||
|
||
DEPEND="${PYTHON_DEPS}" |