summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-06-26 08:51:44 +0200
committerJohannes Huber <johu@gentoo.org>2018-06-26 08:51:44 +0200
commit667e5aee0f98e3fa432cfb778039185de22c4e13 (patch)
tree8aac87450c8ebf82b622f716926ceeb08f46d5c7 /x11-misc/i3lock
parentx11-misc/rofi: Remove 1.3.1 (diff)
downloadgentoo-667e5aee0f98e3fa432cfb778039185de22c4e13.tar.gz
gentoo-667e5aee0f98e3fa432cfb778039185de22c4e13.tar.bz2
gentoo-667e5aee0f98e3fa432cfb778039185de22c4e13.zip
x11-misc/i3lock: Remove 2.8
Uses deprecated EAPI 5 and overshadowed by 2.10. Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r--x11-misc/i3lock/Manifest1
-rw-r--r--x11-misc/i3lock/i3lock-2.8.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 3dbeed0882f0..dc4ef9355f94 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.8.tar.bz2 19884 BLAKE2B 67d04d91cae22f14210cbdbcce1a2aecd3eae0d649c8182f044c1c6bec5c8e63ab4cca647fcd3c2ab61c600a83157ce0818b566b59a632b509390f9b4d069a80 SHA512 b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild b/x11-misc/i3lock/i3lock-2.8.ebuild
deleted file mode 100644
index 1b0619ea0152..000000000000
--- a/x11-misc/i3lock/i3lock-2.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils 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 x86"
-IUSE=""
-
-RDEPEND="virtual/pam
- dev-libs/libev
- >=x11-libs/libxkbcommon-0.5.0[X]
- x11-libs/libxcb[xkb]
- x11-libs/xcb-util
- x11-libs/cairo[xcb]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-DOCS=( CHANGELOG README.md )
-
-pkg_setup() {
- tc-export CC
-}
-
-src_prepare() {
- sed -i -e 's:login:system-auth:' ${PN}.pam || die
- epatch_user
-}
-
-src_install() {
- default
- doman ${PN}.1
-}