diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-04 12:22:57 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-04 12:51:45 +0200 |
commit | 85852cbdb22f1b9f513b9887958ad48ae67e4caa (patch) | |
tree | 0bb3b2a5b9befc84bcd80ffa6b05a12b56739527 /app-misc | |
parent | app-misc/dvorak7min: drop 1.6.1-r1 (diff) | |
download | gentoo-85852cbdb22f1b9f513b9887958ad48ae67e4caa.tar.gz gentoo-85852cbdb22f1b9f513b9887958ad48ae67e4caa.tar.bz2 gentoo-85852cbdb22f1b9f513b9887958ad48ae67e4caa.zip |
app-misc/sonypid: drop 1.9
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sonypid/Manifest | 1 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-1.9.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/sonypid/Manifest b/app-misc/sonypid/Manifest index 0b11356fe16a..1c87552abdc1 100644 --- a/app-misc/sonypid/Manifest +++ b/app-misc/sonypid/Manifest @@ -1,2 +1 @@ DIST sonypid-1.9.1.tar.bz2 10089 BLAKE2B 51b1376f6fefc5e04d11431a302b462452c7511ff16fa4598b257b9569987aa817d2f895418fbb545e028360fdde0642f3a41f7fb885bf14868d42c69506c436 SHA512 7bf65f88b719ff511cce82d0def528e054a34274449f5cf9a07f721f5f3a9cb9b328656ff375585ad48405e6511f8b2de6bfe30a78bfba8c85d5e835d8cc0e96 -DIST sonypid-1.9.tar.bz2 9710 BLAKE2B edc68ffe6649b6ad7f8afa41666be514b34593bf5f764f29d1ea0d94c335e2f497b7c31b9f0946210b008d6c37e0647b3327476cbc628db24ba7179dc2c25360 SHA512 fcd2b2d2a9db94cd59b8d0f23c41aca2e738e433ecd6818ce84cc1298f5609c84aa16b75e0ce1323e24bf6bb59feccd28c5016549d0690e6dd2f3aae1244e3d0 diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild deleted file mode 100644 index d2cabe974388..000000000000 --- a/app-misc/sonypid/sonypid-1.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Tool to use the Sony Vaios jog-dial as a mouse-wheel" -HOMEPAGE="https://www.popies.net/sonypi/" -SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 x86" - -RDEPEND="x11-libs/libXtst" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" - -src_compile() { - emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin sonypid - dodoc AUTHORS CHANGES -} |