diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-07 11:13:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-07 11:13:54 +0100 |
commit | db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34 (patch) | |
tree | 1ffd4018b4c88b628b0ef9129e0492634f5a06de /x11-misc/i3lock | |
parent | sci-libs/mpfi: Remove old (diff) | |
download | gentoo-db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34.tar.gz gentoo-db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34.tar.bz2 gentoo-db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34.zip |
x11-misc/i3lock: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/i3lock/i3lock-2.10-r1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest index a585615a99b4..7d62c540ae72 100644 --- a/x11-misc/i3lock/Manifest +++ b/x11-misc/i3lock/Manifest @@ -1,2 +1 @@ -DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88 SHA512 3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d diff --git a/x11-misc/i3lock/i3lock-2.10-r1.ebuild b/x11-misc/i3lock/i3lock-2.10-r1.ebuild deleted file mode 100644 index e3f2050116b9..000000000000 --- a/x11-misc/i3lock/i3lock-2.10-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Simple screen locker" -HOMEPAGE="https://i3wm.org/i3lock/" -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=x11-libs/libxkbcommon-0.5.0[X] - dev-libs/libev - sys-libs/pam - x11-libs/cairo[X,xcb(+)] - x11-libs/libxcb[xkb] - x11-libs/xcb-util -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" -DOCS=( CHANGELOG README.md ) - -src_prepare() { - default - - sed -i -e 's:login:system-auth:' ${PN}.pam || die - - tc-export CC -} - -src_install() { - default - doman ${PN}.1 -} |