x11-wm/i3: Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 26 Mar 2019 08:54:57 +0000 (09:54 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 26 Mar 2019 08:58:43 +0000 (09:58 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
x11-wm/i3/Manifest
x11-wm/i3/files/i3-4.13-remove-git-polling.patch [deleted file]
x11-wm/i3/i3-4.13-r1.ebuild [deleted file]
x11-wm/i3/i3-4.14.1.ebuild [deleted file]

index 815dd0648016780e293f645ffe2a2f504caa6f91..c2509315514fa0940ebed47a452a5e77296e1f4c 100644 (file)
@@ -1,5 +1,3 @@
-DIST i3-4.13.tar.bz2 1121298 BLAKE2B 94f3940406d43083c8dc577b4216a32a08ad4c4b58e7707cc9e3129038f4d13043c1f86e8de03d0fdfcff73f0de582fc8b3c88d71c0161ac3eefe28329f67a64 SHA512 1bb1044e8d86e78d3ccb79d49f0eb26665dcd05a348058a5e57138151d74f57d77830efc3025893170fe1b8ec612f739f75247a427410f96286b09afd2c5f14c
-DIST i3-4.14.1.tar.bz2 1173560 BLAKE2B 96a0e1d75be13098fd530c3970464ce7710063f517c0d538939de6e7c799ab6b3ec005fb50216b1db4ccefd44584c584b263ac359bd9a86be53418d8f8d4beba SHA512 ef628af002947b40e1c88b0e872c6e93d4377a9674a120bd9adc3f323a38570b05124cd3047b5a26659e72070de2d00d83fb93186510c74ad8ddbf4f3df85472
 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
diff --git a/x11-wm/i3/files/i3-4.13-remove-git-polling.patch b/x11-wm/i3/files/i3-4.13-remove-git-polling.patch
deleted file mode 100644 (file)
index ca22637..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur a/configure.ac b/configure.ac
---- a/configure.ac     2017-01-13 13:31:25.250216293 +0100
-+++ b/configure.ac     2017-01-13 13:31:55.930217956 +0100
-@@ -146,15 +146,6 @@
-       print_BUILD_MANS=no
- fi
--git_dir=`git rev-parse --git-dir 2>/dev/null`
--if test -n "$git_dir"; then
--      srcdir=`dirname "$git_dir"`
--      exclude_dir=`pwd | sed "s,^$srcdir,,g"`
--      if ! grep -q "^$exclude_dir" "$git_dir/info/exclude"; then
--              echo "$exclude_dir" >> "$git_dir/info/exclude"
--      fi
--fi
--
- echo \
- "--------------------------------------------------------------------------------
- build configured:
diff --git a/x11-wm/i3/i3-4.13-r1.ebuild b/x11-wm/i3/i3-4.13-r1.ebuild
deleted file mode 100644 (file)
index 2b809ac..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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 ~arm x86"
-IUSE="doc"
-
-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-libs/cairo-1.14.4[X,xcb]
-       >=x11-libs/pango-1.30.0[X]"
-DEPEND="${CDEPEND}
-       doc? ( app-text/asciidoc app-text/xmlto dev-lang/perl )
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       dev-lang/perl
-       dev-perl/AnyEvent-I3
-       dev-perl/JSON-XS"
-
-DOCS=( RELEASE-NOTES-${PV} )
-PATCHES=(
-       "${FILESDIR}/${P}-remove-git-polling.patch"
-       "${FILESDIR}/${PN}-musl-GLOB_TILDE.patch"
-)
-
-src_prepare() {
-       default
-       if ! use doc ; then
-               sed -e '/AC_PATH_PROG(\[PATH_ASCIIDOC/d' -i configure.ac || die
-               eautoreconf
-       fi
-       cat <<- EOF > "${T}"/i3wm
-               #!/bin/sh
-               exec /usr/bin/i3
-       EOF
-}
-
-src_configure() {
-       local myeconfargs=( --enable-debug=no )  # otherwise injects -O0 -g
-       econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       emake -C "${CBUILD}"
-}
-
-src_install() {
-       emake -C "${CBUILD}" DESTDIR="${D}" install
-       if ! use doc ; then
-               # install docs shipped with source tarball
-               # local HTML_DOCS=( docs/. ) # TODO: install unconditionally?
-               doman man/*.1
-       fi
-       einstalldocs
-
-       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.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild
deleted file mode 100644 (file)
index a10e0a5..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~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}
-       app-text/asciidoc
-       doc? ( app-text/xmlto dev-lang/perl )
-       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
-}