Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Overlay
Commits
34efcdd1
Commit
34efcdd1
authored
May 13, 2021
by
James T. Lee
Browse files
Remove ydotool
parent
0c89befc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
93 deletions
+0
-93
dev-libs/libevdevplus/Manifest
dev-libs/libevdevplus/Manifest
+0
-2
dev-libs/libevdevplus/libevdevplus-0.1.1.ebuild
dev-libs/libevdevplus/libevdevplus-0.1.1.ebuild
+0
-26
dev-libs/libuinputplus/Manifest
dev-libs/libuinputplus/Manifest
+0
-2
dev-libs/libuinputplus/libuinputplus-0.1.4.ebuild
dev-libs/libuinputplus/libuinputplus-0.1.4.ebuild
+0
-26
gui-apps/ydotool/Manifest
gui-apps/ydotool/Manifest
+0
-1
gui-apps/ydotool/ydotool-9999.ebuild
gui-apps/ydotool/ydotool-9999.ebuild
+0
-36
No files found.
dev-libs/libevdevplus/Manifest
deleted
100644 → 0
View file @
0c89befc
DIST v0.1.1.tar.gz 9448 BLAKE2B e72fc63d2713fd2af7e23011c7d18412e8596b2f34675d06334e835cc7ab406ceb95c85c05eb56833b4c238c0668b577de41d03eb126fa13fe3472094d8bd922 SHA512 03e046bdd5ea985fb638e4cfa3c32bd4a50812203d563f5989bbaa817a9fe79472a314fe9307c9b9832f666ecfd4823b91c5dc6413ffae4432105e8d198d42d9
EBUILD libevdevplus-0.1.1.ebuild 515 BLAKE2B 9b87e473ef8d2ae5ac0fb32823cf2b142bd06e27a7ff8380623a136508f60d9550da32c5b5adfefcf1040da2f1c59cba208b45ab5832dacc2bee5babff40574b SHA512 149d28ea08d8e33bfa80bbfb7b49cb8f548fa308a663df259bddb1ddc40a9bb3d7ca414a979617319740a1f4640d89a2a338cb4a3c7cf52df2aa929055f298d1
dev-libs/libevdevplus/libevdevplus-0.1.1.ebuild
deleted
100644 → 0
View file @
0c89befc
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
inherit cmake
DESCRIPTION
=
"Easy-to-use event device library in C++"
HOMEPAGE
=
"https://github.com/YukiWorkshop/libevdevPlus"
SRC_URI
=
"https://github.com/YukiWorkshop/
${
PN
}
/archive/v
${
PV
}
.tar.gz"
LICENSE
=
"MIT"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~x86"
IUSE
=
""
RDEPEND
=
""
DEPEND
=
"
${
RDEPEND
}
"
S
=
${
WORKDIR
}
/libevdevPlus-
${
PV
}
src_install
()
{
default
cmake_src_install
find
"
${
D
}
"
-name
'*.a'
-delete
||
die
}
dev-libs/libuinputplus/Manifest
deleted
100644 → 0
View file @
0c89befc
DIST v0.1.4.tar.gz 8239 BLAKE2B c6ffb9f1552b174110f46b7b5f434f6c96bea0423e3f76bad189afbcfa05d6ac194599849649f716e9dc6ba0c3086ed74cf2e11ec23bc0b14c1b86025ff92734 SHA512 3b2c1bad3127fd6badd92e2d2ec528f68d0b9f3fdf22f1df81c3491533dcf95867a3e3b1919ad9cbcaf2e85ed3a209171b09bd709f2d71064facf344529ffdc4
EBUILD libuinputplus-0.1.4.ebuild 511 BLAKE2B 113da2e664e60507f00422a38da42860cd58e0d0a848dbd019b6c35f693303d8cc4ae471508f829ab7e83e4b038f52a626e21ce245e8300a9bacff5f05934cb5 SHA512 6299daddb4fb51c7932b9bc7894abca7ef4782bf8a122655d75f6a21f4126d7bd0552e253f8fe7cfd0b8293533d51c4c5685e7f0f70d9ccde108fbe521ab0b46
dev-libs/libuinputplus/libuinputplus-0.1.4.ebuild
deleted
100644 → 0
View file @
0c89befc
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
inherit cmake
DESCRIPTION
=
"Easy-to-use uinput library in C++"
HOMEPAGE
=
"https://github.com/YukiWorkshop/libuInputPlus"
SRC_URI
=
"https://github.com/YukiWorkshop/
${
PN
}
/archive/v
${
PV
}
.tar.gz"
LICENSE
=
"MIT"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~x86"
IUSE
=
""
RDEPEND
=
""
DEPEND
=
"
${
RDEPEND
}
"
S
=
${
WORKDIR
}
/libuInputPlus-
${
PV
}
src_install
()
{
default
cmake_src_install
find
"
${
D
}
"
-name
'*.a'
-delete
||
die
}
gui-apps/ydotool/Manifest
deleted
100644 → 0
View file @
0c89befc
EBUILD ydotool-9999.ebuild 632 BLAKE2B 4954d02c24a5e410dd00ae951b6bc082cd5c16b35ae794179faa745a78f5b5daaca050bb5d9c755065bb7927266e2f880afc789befeb4c92cf8ea81d8ca91848 SHA512 9c3e620110767f3eeab428fded53f78b8b8dca7a51132c8e07ac789d033d7050dac46ef40848a787317608933c5eeabc2a09ecbae68cec289c7b64ced59b7c6d
gui-apps/ydotool/ydotool-9999.ebuild
deleted
100644 → 0
View file @
0c89befc
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
inherit cmake git-r3
DESCRIPTION
=
"Generic command-line automation tool (no X!)"
HOMEPAGE
=
"https://github.com/ReimuNotMoe/ydotool"
EGIT_REPO_URI
=
"https://gitlab.james.tl/nest/forks/
${
PN
}
.git"
LICENSE
=
"MIT"
SLOT
=
"0"
KEYWORDS
=
""
IUSE
=
""
RDEPEND
=
"dev-libs/boost
dev-libs/libevdevplus
dev-libs/libuinputplus
sys-apps/systemd"
DEPEND
=
"
${
RDEPEND
}
"
src_prepare
()
{
cmake_src_prepare
}
src_configure
()
{
local
mycmakeargs
=(
-DSTATIC_BUILD
=
0
)
cmake_src_configure
}
src_install
()
{
default
cmake_src_install
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment