mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/netevent: New package
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
1
net-misc/netevent/Manifest
Normal file
1
net-misc/netevent/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST netevent-2.0_p20200217.tar.gz 39237 BLAKE2B 543456de89c6c57c7fe086d6697ca687ce0a04fce67efda7162e516eb1dca3f31b6ce31e1f5d7481fe538364f9f597103e3b77f3864c41456c6fe9080bfb424a SHA512 921982c8d9153e627c7931059e6163213ba2ac907f4ae98bcde62645e774cc41077ee728b698f3fad6a639fda19f99f9e43103006abe645f1a4ac4d68cf393c7
|
||||
11
net-misc/netevent/metadata.xml
Normal file
11
net-misc/netevent/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chewi@gentoo.org</email>
|
||||
<name>James Le Cuirot</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Blub/netevent</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
net-misc/netevent/netevent-2.0_p20200217.ebuild
Normal file
32
net-misc/netevent/netevent-2.0_p20200217.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
COMMIT="c2066fa55db6f51090e00a240889d2f0cbd0ab4d"
|
||||
DESCRIPTION="Tool to share Linux event devices with other machines"
|
||||
HOMEPAGE="https://github.com/Blub/netevent"
|
||||
SRC_URI="https://github.com/Blub/netevent/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
IUSE="doc"
|
||||
|
||||
BDEPEND="
|
||||
doc? ( dev-python/docutils )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
src_configure() {
|
||||
tc-export CXX
|
||||
|
||||
# Not Autoconf.
|
||||
RST2MAN=rst2man.py \
|
||||
./configure \
|
||||
--prefix="${EPREFIX}"/usr \
|
||||
$(use_enable doc) \
|
||||
|| die
|
||||
}
|
||||
Reference in New Issue
Block a user