diff options
Diffstat (limited to 'x11-misc/xtrlock')
-rw-r--r-- | x11-misc/xtrlock/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xtrlock/xtrlock-2.12.ebuild | 35 | ||||
-rw-r--r-- | x11-misc/xtrlock/xtrlock-2.13.ebuild | 4 |
3 files changed, 3 insertions, 40 deletions
diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest index 5bed8e910c47..9849305a46be 100644 --- a/x11-misc/xtrlock/Manifest +++ b/x11-misc/xtrlock/Manifest @@ -1,5 +1,3 @@ -DIST xtrlock_2.12.tar.xz 20620 BLAKE2B d40599f5fec67b8e89f1028dafc929a9b21d6ae1f6e094658d07859e7f74e4686d338e1e03393f9981a62030839969b57493a8655e225b963df8dc04cf6b62f6 SHA512 8392a8c254726e99d2324415bfdac6e577f725942d4e7fd39c915637f87814f1737aefa903a1502632272cabbb10182070dc15ec5d3e5268c9c1b53218d00f36 DIST xtrlock_2.13.tar.xz 21156 BLAKE2B 879c27936cf8058707cbdb2247e1044c8c5eadf74dcb2bcfd5ec8f4b2bab80da6859118e48943de97f7696e41456771bf274b03728a61f5ac6bef8b471192dce SHA512 656e1e77194b816b04260a88c8046b8ef25d6df0405de6fe1ee1dfb2ebfa528a329c1b67be70eaac5ce4ee6a4159d728d363bf8a59232941b76b1e6d14aa91aa -EBUILD xtrlock-2.12.ebuild 712 BLAKE2B 5968bbe4c0c16a3a5c693a1a7db79077c2937839a5b7f2ad48c9cc0656d04ca61395708c3b2500ab2495f648864545529ad745ff8851b04ce50d1960a5659237 SHA512 9d521a618c686ca417c0c3727f7f278ba0e76c75bddf173124056af30340ceb0fb004a59b04d1307bd552d87bc9936a3bf947e585d98ed48e5ab252a4adc71b4 -EBUILD xtrlock-2.13.ebuild 715 BLAKE2B 7012bdad71fc2d45d5e5af693ff58e19c8714aefecae1d3618da544c91080249eec8c08e80e6214b23aa98e78d597ac5b503e6f77e61efb8a59cdfd66e60e62b SHA512 e4f32e61a12916eee11b64e6b4fbee0cc7a75c45de9535c5e2437931682e715ebc27a70525d5cbd81d4e1ad0fa9727b0d0957c3df296fadfd426990d434f7477 +EBUILD xtrlock-2.13.ebuild 712 BLAKE2B 1f587c37c929005f8e1e68800e2d744aaa37184f4e957d475fcbfed46d9326c5df8e485cd6c8168914aa94f1c10aec9957ff301df85caa41919db34ad301469a SHA512 ec8adb3db4eb76d2b490037f76c3663feae6b6eaa80f6ac9aaba29076b72767f4802ba792f3996c2f59a2cc38880d7da13449d7f2244821f95fd74c92992a988 MISC metadata.xml 318 BLAKE2B e2fde4c35c72439790ea9e4c0e403f1a0666a7ebc8e9f350b29138d01c171765fac8cd6adee54667bbc19921e6fc976a427c3429464769a02d9e8dc8c83a8925 SHA512 7d56445a5c7fffdc1104633cdd30eafa17588079b8a1f4cb226984b1aad4e41fe84320608681143dc01c5f1ac5f104cf0717e8183164031644220f9c61086a3b diff --git a/x11-misc/xtrlock/xtrlock-2.12.ebuild b/x11-misc/xtrlock/xtrlock-2.12.ebuild deleted file mode 100644 index d7bea7933844..000000000000 --- a/x11-misc/xtrlock/xtrlock-2.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="A simplistic screen locking program for X" -HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/" -SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.xz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - x11-libs/libX11 -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto - x11-misc/imake -" - -src_compile() { - xmkmf || die - emake CDEBUGFLAGS="${CFLAGS} -DSHADOW_PWD" CC="$(tc-getCC)" \ - EXTRA_LDOPTIONS="${LDFLAGS}" xtrlock -} - -src_install() { - dobin xtrlock - chmod u+s "${D}"/usr/bin/xtrlock - newman xtrlock.man xtrlock.1 - dodoc debian/changelog -} diff --git a/x11-misc/xtrlock/xtrlock-2.13.ebuild b/x11-misc/xtrlock/xtrlock-2.13.ebuild index 87544effb0d1..48d686600b3c 100644 --- a/x11-misc/xtrlock/xtrlock-2.13.ebuild +++ b/x11-misc/xtrlock/xtrlock-2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.xz" SLOT="0" LICENSE="GPL-3" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND=" x11-libs/libX11 |