* [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/files/, x11-misc/i3lock/
@ 2018-10-11 12:49 Jeroen Roovers
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers @ 2018-10-11 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 52d5b5ba3a2b02abd3014b5108d5d4619e1f6b16
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 12:49:06 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 12:49:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d5b5ba
x11-misc/i3lock: Version 2.11
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/i3lock/Manifest | 1 +
x11-misc/i3lock/files/i3lock-2.11-version.patch | 12 +++++++
x11-misc/i3lock/i3lock-2.11.ebuild | 47 +++++++++++++++++++++++++
3 files changed, 60 insertions(+)
diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index dc4ef9355f9..8f83a848385 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
+DIST i3lock-2.11.tar.bz2 145308 BLAKE2B adacff63670237b945b54ba9709725013f8cfb5bdaf48e6c2cfbc0b035161e44f30393443f9326e3d0635407d1451267d9be8898582a76b3f989660ddcda2440 SHA512 c00741a66fdb5477a4b7e993d173f98fe95f0254fa74c50f83ddf8078a477d26a9fab126fbe31b509df2dbd35ed5ec64b95475621b8babf6f6c0f6db38160c8a
diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch b/x11-misc/i3lock/files/i3lock-2.11-version.patch
new file mode 100644
index 00000000000..df133cb91cd
--- /dev/null
+++ b/x11-misc/i3lock/files/i3lock-2.11-version.patch
@@ -0,0 +1,12 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2,7 +2,7 @@
+ # Run autoreconf -fi to generate a configure script from this file.
+
+ AC_PREREQ([2.69])
+-AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
++AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
+ # For AX_EXTEND_SRCDIR
+ AX_ENABLE_BUILDDIR
+ AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
+
diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild
new file mode 100644
index 00000000000..54d9140d574
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.11.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools 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"
+
+RDEPEND="
+ >=x11-libs/libxkbcommon-0.5.0[X]
+ dev-libs/libev
+ virtual/pam
+ x11-libs/cairo[xcb]
+ x11-libs/libxcb[xkb]
+ x11-libs/xcb-util
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.11-version.patch
+)
+
+src_prepare() {
+ default
+
+ echo ${PV} > I3LOCK_VERSION
+
+ sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+ eautoreconf
+
+ tc-export CC
+}
+
+src_install() {
+ default
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/files/, x11-misc/i3lock/
@ 2020-11-30 12:01 Marek Szuba
0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2020-11-30 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 2ae2ad8502d3879bb14594a49a4e9c2e648dab8b
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov 29 18:19:13 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 11:24:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae2ad85
x11-misc/i3lock: cleanup old versions
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
x11-misc/i3lock/Manifest | 2 -
x11-misc/i3lock/files/i3lock-2.11-version.patch | 12 ------
x11-misc/i3lock/files/i3lock-2.12-fno-common.patch | 11 -----
x11-misc/i3lock/i3lock-2.11.1-r1.ebuild | 48 ----------------------
x11-misc/i3lock/i3lock-2.12-r1.ebuild | 45 --------------------
x11-misc/i3lock/i3lock-2.12-r2.ebuild | 47 ---------------------
6 files changed, 165 deletions(-)
diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 62882d57348..a585615a99b 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,4 +1,2 @@
DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
-DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962 SHA512 8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
-DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7 SHA512 84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad
DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88 SHA512 3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch b/x11-misc/i3lock/files/i3lock-2.11-version.patch
deleted file mode 100644
index df133cb91cd..00000000000
--- a/x11-misc/i3lock/files/i3lock-2.11-version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -2,7 +2,7 @@
- # Run autoreconf -fi to generate a configure script from this file.
-
- AC_PREREQ([2.69])
--AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
-+AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
- # For AX_EXTEND_SRCDIR
- AX_ENABLE_BUILDDIR
- AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
-
diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
deleted file mode 100644
index 09003b16591..00000000000
--- a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/unlock_indicator.c
-+++ b/unlock_indicator.c
-@@ -35,7 +35,7 @@
-
- /* The current position in the input buffer. Useful to determine if any
- * characters of the password have already been entered or not. */
--int input_position;
-+extern int input_position;
-
- /* The lock window. */
- extern xcb_window_t win;
diff --git a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild b/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
deleted file mode 100644
index 5d706ccac8b..00000000000
--- a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools 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"
-
-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
- x11-libs/xcb-util-xrm
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-PATCHES=(
- "${FILESDIR}"/${PN}-2.11-version.patch
-)
-
-src_prepare() {
- default
-
- echo ${PV} > I3LOCK_VERSION
-
- sed -i -e 's:login:system-auth:' pam/${PN} || die
-
- eautoreconf
-
- tc-export CC
-}
-
-src_install() {
- default
- doman ${PN}.1
-}
diff --git a/x11-misc/i3lock/i3lock-2.12-r1.ebuild b/x11-misc/i3lock/i3lock-2.12-r1.ebuild
deleted file mode 100644
index c2510a4767e..00000000000
--- a/x11-misc/i3lock/i3lock-2.12-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools 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 ~ppc64 ~x86"
-
-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
- x11-libs/xcb-util-xrm
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-
-src_prepare() {
- default
-
- echo ${PV} > I3LOCK_VERSION
-
- sed -i -e 's:login:system-auth:' pam/${PN} || die
-
- eautoreconf
-
- tc-export CC
-}
-
-src_install() {
- default
- doman ${PN}.1
-}
diff --git a/x11-misc/i3lock/i3lock-2.12-r2.ebuild b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
deleted file mode 100644
index 07a68eb55c2..00000000000
--- a/x11-misc/i3lock/i3lock-2.12-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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 ~ppc64 ~x86"
-
-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
- x11-libs/xcb-util-xrm
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-PATCHES=(
- "${FILESDIR}"/${PN}-2.12-fno-common.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e 's:login:system-auth:g' pam/${PN} || die
-}
-
-src_configure() {
- tc-export CC
- default
-}
-
-src_install() {
- default
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-30 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11 12:49 [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/files/, x11-misc/i3lock/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2020-11-30 12:01 Marek Szuba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox