x11-misc/i3lock-color: drop 2.13.2, 2.13.4, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-02-05 19:04:06 +09:00
parent da22545eeb
commit 0377e07fe4
4 changed files with 0 additions and 139 deletions

View File

@@ -1,3 +1 @@
DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691 SHA512 a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd SHA512 67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02
DIST i3lock-color-2.13.5.tar.gz 485084 BLAKE2B b55a25f746077808be262e77c5c29c6a07aa6ab34a0dc47df4f6518a9f1133f2b2787982d2dfc0c1e933c184534f1435258cb7e4c07d11dd3bfccb68dd0ff581 SHA512 db52b8800a63a9fc85ffb644b140488588427d717b075a3f0d318486cb0177858ed7a2f148bb904e56539bbf679b0fd40eaf0df895b1f578498dfb70219eb9b8

View File

@@ -1,44 +0,0 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
DESCRIPTION="The world's most popular non-default computer lockscreen"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
sys-libs/pam
x11-libs/cairo[X]
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
"
RDEPEND="
${DEPEND}
!!x11-misc/i3lock
"
BDEPEND="virtual/pkgconfig"
src_configure() {
autoreconf -fiv
default
}
pkg_postinst() {
elog "Running i3lock-color:"
elog " Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter."
elog " More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color"
}

View File

@@ -1,44 +0,0 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
DESCRIPTION="The world's most popular non-default computer lockscreen"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
sys-libs/pam
x11-libs/cairo[X]
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
"
RDEPEND="
${DEPEND}
!!x11-misc/i3lock
"
BDEPEND="virtual/pkgconfig"
src_configure() {
autoreconf -fiv
default
}
pkg_postinst() {
elog "Running i3lock-color:"
elog " Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter."
elog " More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color"
}

View File

@@ -1,49 +0,0 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="The world's most popular non-default computer lockscreen"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git"
LICENSE="BSD"
SLOT="0"
DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
sys-libs/pam
x11-libs/cairo[X]
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
"
RDEPEND="
${DEPEND}
!!x11-misc/i3lock
"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
sed -e 's/^#auth include system-auth/auth include system-auth/' \
-e 's/^auth include login/#auth include login/' \
-i pam/i3lock || die
}
src_configure() {
autoreconf -fiv
default
}
pkg_postinst() {
elog "Running i3lock-color:"
elog "Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter."
elog "More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color"
}