commit:     77b1a99040e4b1c6beaf45001128f530ae936832
Author:     Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
AuthorDate: Thu May 28 23:42:27 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 21:57:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b1a990

x11-wm/i3: Drop outdated versions 4.15, 4.16, 4.16.1

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Nelo-T. Wallus <nelo <AT> wallus.de>
Closes: https://github.com/gentoo/gentoo/pull/15996
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-wm/i3/Manifest            |   3 --
 x11-wm/i3/i3-4.15-r1.ebuild   | 112 ------------------------------------------
 x11-wm/i3/i3-4.16-r1.ebuild   | 110 -----------------------------------------
 x11-wm/i3/i3-4.16.1-r1.ebuild | 111 -----------------------------------------
 4 files changed, 336 deletions(-)

diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest
index cbcf47c148a..c1ffef5f0fc 100644
--- a/x11-wm/i3/Manifest
+++ b/x11-wm/i3/Manifest
@@ -1,7 +1,4 @@
 DIST i3-4.14.tar.gz 3936748 BLAKE2B 
42678130be56bc695e5700e978ddbd34bfdaeda7a65252a05568581d76fe613e80e710f3a507110e7988077fe62048bf984d4009e722d877b178206cef600221
 SHA512 
fe3db78813987a15ed93d182968bcd5139e1d03f29d3e8effd9fce59f87bc8309407af0b2fa5f1cd83b8583e50ea0ade6b8eafc5dda6dea9161832dc9cebfdfe
-DIST i3-4.15.tar.bz2 1196263 BLAKE2B 
36f20327202957dba30aface91af4d2c6261979e726584712a508a11cb4a612d812e771dc9f28ec4cfcbf3ebc9d92c72f5e940048516cca0f185eab20f95ae32
 SHA512 
60ab61b7e380342126bea12fb4371f98fcf18f6435f79a9519d3f59cfabdb170634366036e1aa20c5592da0832b03140ad1f0c72bad3cfaace0b7c57ad01dfc4
-DIST i3-4.16.1.tar.bz2 1211532 BLAKE2B 
64a6996c0b89516069b58bf1cba92908a7f61ab04d66659b612b27411eb92fa9d49a7214eccdba33e7c33605b5f9247f69c1f0e23de629552edf113ab7520747
 SHA512 
3e328f8c7216697c5e484ca854605350f78844e24cc6cfb9c10e71368c2c0457387a14f819abdf8be2370d437889297f452fbf63f3924766ca81c157ab27e1b0
-DIST i3-4.16.tar.bz2 1213251 BLAKE2B 
a65d15278a83bac9903a611628ea53c64cd554ab9fff2a8864e649fd962858b2f3e77fe69d0dc70affc93dc69b3cbbd7b3ee670a2af9d697e28e9e4ea3323f67
 SHA512 
99abd15349ee8e61c084b3664ef3a189c92ea07812ac59eb6a5441df7cebea8211be52204e39bddcc33d8c714447fddbbe2c5c8a25b756a96e2dc6732526cbf8
 DIST i3-4.17.1.tar.bz2 1218418 BLAKE2B 
eb798eee2b618691ceb47b72c08fe09b09e2913c17fe667fab95426069c86497bff67278bea5fc97fdf90ebdfc6574e68cad36b21036a63d053edced1edf8592
 SHA512 
af397dc1768ea6530e4b2ce8ef21b20ecff8ab9eebf380df224456173eea4c3bacf28b55c8efcdc70f76f0d66543c163564a94cfd66028221ace481fa3c2913f
 DIST i3-4.18.1.tar.bz2 1217703 BLAKE2B 
469a6ac09004f95861655858c47d9e6b2f378152bec7b7c6e7b08f06ee387043b8e2c382f888f14daf806ae8764d934025118e997f072709eee23c5cc52de21d
 SHA512 
b001f539b1daf78be6dd9335a7c0474d30f8d969f79d131391ebd9ca310a058a1cc1234e4a9e60552efd520fc4983571f3c0b8cbd7be978e45957daaf86b3e90
 DIST i3-4.18.tar.bz2 1218591 BLAKE2B 
582b7ba3a54edf8dd2657add05eb54a64b7c004761a1a248d91dfcb061cb9df215ff35301c125b11aa69b571daeacd5732b498934c1fb17f69404a101fd16ec8
 SHA512 
0bbfda7f4b20a92a50ffb6abbfc3f6bfe6bb4c987ad4b5b1791192eb23b8c3389cc9949a699901797370c14de1ff8e12447a3b8ce330ab7d300fafdb60a432ec

diff --git a/x11-wm/i3/i3-4.15-r1.ebuild b/x11-wm/i3/i3-4.15-r1.ebuild
deleted file mode 100644
index a6e9f190536..00000000000
--- a/x11-wm/i3/i3-4.15-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-AEVER=0.17
-
-inherit autotools out-of-source virtualx
-
-DESCRIPTION="An improved dynamic tiling window manager"
-HOMEPAGE="https://i3wm.org/";
-SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc debug test"
-
-CDEPEND="dev-libs/libev
-       dev-libs/libpcre
-       >=dev-libs/yajl-2.0.3
-       x11-libs/libxcb[xkb]
-       x11-libs/libxkbcommon[X]
-       x11-libs/startup-notification
-       x11-libs/xcb-util
-       x11-libs/xcb-util-cursor
-       x11-libs/xcb-util-keysyms
-       x11-libs/xcb-util-wm
-       x11-libs/xcb-util-xrm
-       x11-misc/xkeyboard-config
-       >=x11-libs/cairo-1.14.4[X,xcb(+)]
-       >=x11-libs/pango-1.30.0[X]"
-DEPEND="${CDEPEND}
-       test? (
-               dev-perl/AnyEvent
-               >=dev-perl/X11-XCB-0.120.0
-               dev-perl/Inline
-               dev-perl/Inline-C
-               dev-perl/IPC-Run
-               dev-perl/ExtUtils-PkgConfig
-               dev-perl/local-lib
-               >=virtual/perl-Test-Simple-0.940.0
-               x11-base/xorg-server[xephyr]
-       )
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       dev-lang/perl
-       dev-perl/AnyEvent-I3
-       dev-perl/JSON-XS"
-
-# Test without debug will apply optimization levels, which results
-# in type-punned pointers - which in turn causes test failures.
-REQUIRED_USE="test? ( debug )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-musl-GLOB_TILDE.patch"
-)
-
-# https://github.com/i3/i3/issues/3013
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       cat <<- EOF > "${T}"/i3wm
-               #!/bin/sh
-               exec /usr/bin/i3
-       EOF
-
-       eautoreconf
-}
-
-my_src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-my_src_test() {
-       emake \
-               test.commands_parser \
-               test.config_parser \
-               test.inject_randr15
-
-       virtx perl \
-               -I "${S}/testcases/lib" \
-               -I "${BUILD_DIR}/testcases/lib" \
-               testcases/complete-run.pl
-}
-
-my_src_install_all() {
-       doman man/*.1
-
-       einstalldocs
-       use doc && dodoc -r docs "RELEASE-NOTES-${PV}"
-
-       exeinto /etc/X11/Sessions
-       doexe "${T}/i3wm"
-}
-
-pkg_postinst() {
-       # Only show the elog information on a new install
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "There are several packages that you may find useful with 
${PN} and"
-               elog "their usage is suggested by the upstream maintainers, 
namely:"
-               elog "  x11-misc/dmenu"
-               elog "  x11-misc/i3status"
-               elog "  x11-misc/i3lock"
-               elog "Please refer to their description for additional info."
-       fi
-}

diff --git a/x11-wm/i3/i3-4.16-r1.ebuild b/x11-wm/i3/i3-4.16-r1.ebuild
deleted file mode 100644
index dad9f315625..00000000000
--- a/x11-wm/i3/i3-4.16-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source virtualx
-
-DESCRIPTION="An improved dynamic tiling window manager"
-HOMEPAGE="https://i3wm.org/";
-SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc debug test"
-
-CDEPEND="dev-libs/libev
-       dev-libs/libpcre
-       >=dev-libs/yajl-2.0.3
-       x11-libs/libxcb[xkb]
-       x11-libs/libxkbcommon[X]
-       x11-libs/startup-notification
-       x11-libs/xcb-util
-       x11-libs/xcb-util-cursor
-       x11-libs/xcb-util-keysyms
-       x11-libs/xcb-util-wm
-       x11-libs/xcb-util-xrm
-       x11-misc/xkeyboard-config
-       >=x11-libs/cairo-1.14.4[X,xcb(+)]
-       >=x11-libs/pango-1.30.0[X]"
-DEPEND="${CDEPEND}
-       test? (
-               dev-perl/AnyEvent
-               >=dev-perl/X11-XCB-0.120.0
-               dev-perl/Inline
-               dev-perl/Inline-C
-               dev-perl/IPC-Run
-               dev-perl/ExtUtils-PkgConfig
-               dev-perl/local-lib
-               >=virtual/perl-Test-Simple-0.940.0
-               x11-base/xorg-server[xephyr]
-       )
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       dev-lang/perl
-       dev-perl/AnyEvent-I3
-       dev-perl/JSON-XS"
-
-# Test without debug will apply optimization levels, which results
-# in type-punned pointers - which in turn causes test failures.
-REQUIRED_USE="test? ( debug )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-4.16-musl-GLOB_TILDE.patch"
-)
-
-# https://github.com/i3/i3/issues/3013
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       cat <<- EOF > "${T}"/i3wm
-               #!/bin/sh
-               exec /usr/bin/i3
-       EOF
-
-       eautoreconf
-}
-
-my_src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-my_src_test() {
-       emake \
-               test.commands_parser \
-               test.config_parser \
-               test.inject_randr15
-
-       virtx perl \
-               -I "${S}/testcases/lib" \
-               -I "${BUILD_DIR}/testcases/lib" \
-               testcases/complete-run.pl
-}
-
-my_src_install_all() {
-       doman man/*.1
-
-       einstalldocs
-       use doc && dodoc -r docs "RELEASE-NOTES-${PV}"
-
-       exeinto /etc/X11/Sessions
-       doexe "${T}/i3wm"
-}
-
-pkg_postinst() {
-       # Only show the elog information on a new install
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "There are several packages that you may find useful with 
${PN} and"
-               elog "their usage is suggested by the upstream maintainers, 
namely:"
-               elog "  x11-misc/dmenu"
-               elog "  x11-misc/i3status"
-               elog "  x11-misc/i3lock"
-               elog "Please refer to their description for additional info."
-       fi
-}

diff --git a/x11-wm/i3/i3-4.16.1-r1.ebuild b/x11-wm/i3/i3-4.16.1-r1.ebuild
deleted file mode 100644
index 4fa3ea9394f..00000000000
--- a/x11-wm/i3/i3-4.16.1-r1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source virtualx
-
-DESCRIPTION="An improved dynamic tiling window manager"
-HOMEPAGE="https://i3wm.org/";
-SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc debug test"
-
-CDEPEND="dev-libs/libev
-       dev-libs/libpcre
-       >=dev-libs/yajl-2.0.3
-       x11-libs/libxcb[xkb]
-       x11-libs/libxkbcommon[X]
-       x11-libs/startup-notification
-       x11-libs/xcb-util
-       x11-libs/xcb-util-cursor
-       x11-libs/xcb-util-keysyms
-       x11-libs/xcb-util-wm
-       x11-libs/xcb-util-xrm
-       x11-misc/xkeyboard-config
-       >=x11-libs/cairo-1.14.4[X,xcb(+)]
-       >=x11-libs/pango-1.30.0[X]"
-DEPEND="${CDEPEND}
-       test? (
-               dev-perl/AnyEvent
-               >=dev-perl/X11-XCB-0.120.0
-               dev-perl/Inline
-               dev-perl/Inline-C
-               dev-perl/IPC-Run
-               dev-perl/ExtUtils-PkgConfig
-               dev-perl/local-lib
-               >=virtual/perl-Test-Simple-0.940.0
-               x11-base/xorg-server[xephyr]
-       )
-"
-RDEPEND="${CDEPEND}
-       dev-lang/perl
-       dev-perl/AnyEvent-I3
-       dev-perl/JSON-XS"
-BDEPEND="virtual/pkgconfig"
-
-# Test without debug will apply optimization levels, which results
-# in type-punned pointers - which in turn causes test failures.
-REQUIRED_USE="test? ( debug )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-4.16-musl-GLOB_TILDE.patch"
-)
-
-# https://github.com/i3/i3/issues/3013
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       cat <<- EOF > "${T}"/i3wm
-               #!/bin/sh
-               exec /usr/bin/i3
-       EOF
-
-       eautoreconf
-}
-
-my_src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-my_src_test() {
-       emake \
-               test.commands_parser \
-               test.config_parser \
-               test.inject_randr15
-
-       virtx perl \
-               -I "${S}/testcases/lib" \
-               -I "${BUILD_DIR}/testcases/lib" \
-               testcases/complete-run.pl
-}
-
-my_src_install_all() {
-       doman man/*.1
-
-       einstalldocs
-       use doc && dodoc -r docs "RELEASE-NOTES-${PV}"
-
-       exeinto /etc/X11/Sessions
-       doexe "${T}/i3wm"
-}
-
-pkg_postinst() {
-       # Only show the elog information on a new install
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "There are several packages that you may find useful with 
${PN} and"
-               elog "their usage is suggested by the upstream maintainers, 
namely:"
-               elog "  x11-misc/dmenu"
-               elog "  x11-misc/i3status"
-               elog "  x11-misc/i3lock"
-               elog "Please refer to their description for additional info."
-       fi
-}

Reply via email to