From 71db3ae57b943b84e8812f4d050607891a1e7995 Mon Sep 17 00:00:00 2001 From: Petrus Zhao Date: Tue, 8 Jun 2021 15:54:18 +0800 Subject: x11-misc/i3lock-color: version budmp to 2.13.4, drop old Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Petrus Zhao --- x11-misc/i3lock-color/Manifest | 2 +- x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild | 44 ------------------------ x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild create mode 100644 x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild (limited to 'x11-misc/i3lock-color') diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest index 92c2f5084..b18338899 100644 --- a/x11-misc/i3lock-color/Manifest +++ b/x11-misc/i3lock-color/Manifest @@ -1,2 +1,2 @@ DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691 SHA512 a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f -DIST i3lock-color-2.13.3.tar.gz 214870 BLAKE2B ea9b408b4c2f07fff2299da6ff5035c5a81a2a9c813eb41711b884eb081072983c33e5c0000e4baa9c098626db7bda911ccc2320500452d82dc2a9b16e824ad1 SHA512 f1da0be33f2c08001f11d2dd3f60a99b1beb550cfb0a248d23bbde506e927ecec9e92060336ca31e260489985bf6e193bcdfff3dc2ba01491d20cab6b30513ac +DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd SHA512 67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02 diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild deleted file mode 100644 index f477fa936..000000000 --- a/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild +++ /dev/null @@ -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" -} diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild new file mode 100644 index 000000000..f477fa936 --- /dev/null +++ b/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild @@ -0,0 +1,44 @@ +# 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" +} -- cgit v1.2.3-65-gdbad