commit:     941a206d04e95796847875ef5a57b92d9d1b3cdd
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  6 02:55:09 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 02:55:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941a206d

x11-terms/kitty: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 x11-terms/kitty/Manifest            |   2 -
 x11-terms/kitty/kitty-0.12.1.ebuild |  96 --------------------------------
 x11-terms/kitty/kitty-0.12.3.ebuild | 106 ------------------------------------
 3 files changed, 204 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index b02db7a70fa..bed59ab832e 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,4 +1,2 @@
-DIST kitty-0.12.1.tar.gz 3477416 BLAKE2B 
4c8c99a16ec903498b17921093542d4389784c1d5bc8c8cbc2fb4c56aab7a0996f94c9442ca0ce403c2cb660c8a27e4f20165bb8dca6e9ce9eb6c9a06b03c1b9
 SHA512 
3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df
-DIST kitty-0.12.3.tar.xz 2832760 BLAKE2B 
dcf338d6d66bd33c5d1bc164964f344d458fd0bf4869536681ba72c5e2920dc84b18187f0c343b68fe954396a351b887bff0034993966e9feade69593f35272d
 SHA512 
6e4ac5f6a44ae1cdade71f0e3fee7cfbdde15f5770d960904b2d762abef9814f9bcef2b32d4a630de8a0c88d7a7945b7cbb7fef05d62625650c2eea9932c93db
 DIST kitty-0.13.1.tar.xz 2836564 BLAKE2B 
16fa53f81d291610dd5567ef5f06c083246f9e636fc1d1ef7f340c1017c81b2e92f2a14b9f8d53ad924715ae25fd40190e071b403b2319d7c707f95aaf58e8d1
 SHA512 
0dbc23c300549b507b526abf2f89bf06d4dbdcd96be240d605cc9da2097b407f9b886de67c19462bb517c2b1931cf78810f0efd982cb848cb4fdab86374701db
 DIST kitty-0.13.2.tar.xz 2849800 BLAKE2B 
94f717fd989fda5148cd8a138db7657bacd33f34e2feb6dc37cfaf12081caa0c7170dcd8e8c6641145123a95acd8d745826fcc95dab382e8072a8bfa6578693a
 SHA512 
f66624d200223810e01b7d880ac42fc314e6be3040aa357bfd7ddf94096c58e4dd7924aebc5c1cdd8fe6082556245b586b96a264010baaaf6fd2a2ae264e4faf

diff --git a/x11-terms/kitty/kitty-0.12.1.ebuild 
b/x11-terms/kitty/kitty-0.12.1.ebuild
deleted file mode 100644
index a97e7a7a8c5..00000000000
--- a/x11-terms/kitty/kitty-0.12.1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-single-r1 toolchain-funcs gnome2-utils
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
-HOMEPAGE="https://github.com/kovidgoyal/kitty";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug imagemagick wayland"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPS="
-       ${PYTHON_DEPS}
-       >=media-libs/harfbuzz-1.5.0:=
-       sys-libs/zlib
-       media-libs/libpng:0=
-       media-libs/freetype:2
-       media-libs/fontconfig
-       x11-libs/libXcursor
-       x11-libs/libXrandr
-       x11-libs/libXi
-       x11-libs/libXinerama
-       x11-libs/libxkbcommon[X]
-       wayland? (
-               dev-libs/wayland
-               >=dev-libs/wayland-protocols-1.12
-       )
-"
-RDEPEND="
-       ${COMMON_DEPS}
-       imagemagick? ( virtual/imagemagick-tools )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.11.0-flags.patch
-       "${FILESDIR}"/${PN}-0.11.0-svg-icon.patch
-)
-
-src_prepare() {
-       default
-
-       # disable wayland as required
-       if ! use wayland; then
-               sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
-       fi
-
-       # respect doc dir
-       sed -i "/htmldir =/s/appname/'${PF}'/" setup.py
-
-       tc-export CC
-}
-
-doecho() {
-       echo "$@"
-       "$@" || die
-}
-
-src_compile() {
-       doecho "${EPYTHON}" setup.py --verbose $(usex debug --debug "") 
--libdir-name $(get_libdir) linux-package
-}
-
-src_test() {
-       export KITTY_CONFIG_DIRECTORY=${T}
-       "${EPYTHON}" test.py || die
-}
-
-src_install() {
-       mkdir -p "${ED}"usr || die
-       cp -r linux-package/* "${ED}usr" || die
-       python_fix_shebang "${ED}"
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

diff --git a/x11-terms/kitty/kitty-0.12.3.ebuild 
b/x11-terms/kitty/kitty-0.12.3.ebuild
deleted file mode 100644
index b265ed95339..00000000000
--- a/x11-terms/kitty/kitty-0.12.3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-single-r1 toolchain-funcs gnome2-utils
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz";
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
-HOMEPAGE="https://github.com/kovidgoyal/kitty";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug doc imagemagick wayland"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPS="
-       ${PYTHON_DEPS}
-       >=media-libs/harfbuzz-1.5.0:=
-       sys-apps/dbus
-       sys-libs/zlib
-       media-libs/libpng:0=
-       media-libs/freetype:2
-       media-libs/fontconfig
-       x11-libs/libXcursor
-       x11-libs/libXrandr
-       x11-libs/libXi
-       x11-libs/libXinerama
-       x11-libs/libxkbcommon[X]
-       x11-libs/libxcb[xkb]
-       wayland? (
-               dev-libs/wayland
-               >=dev-libs/wayland-protocols-1.12
-       )
-"
-RDEPEND="
-       ${COMMON_DEPS}
-       imagemagick? ( virtual/imagemagick-tools )
-"
-DEPEND="${RDEPEND}
-       sys-libs/ncurses
-       virtual/pkgconfig
-"
-[[ ${PV} == *9999 ]] && DEPEND+=" >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.11.0-flags.patch
-       "${FILESDIR}"/${PN}-0.11.0-svg-icon.patch
-)
-
-src_prepare() {
-       default
-
-       # disable wayland as required
-       if ! use wayland; then
-               sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
-       fi
-
-       # respect doc dir
-       sed -i "/htmldir =/s/appname/'${PF}'/" setup.py
-
-       tc-export CC
-}
-
-doecho() {
-       echo "$@"
-       "$@" || die
-}
-
-src_compile() {
-       doecho "${EPYTHON}" setup.py \
-               --verbose $(usex debug --debug "") \
-               --libdir-name $(get_libdir) \
-               linux-package
-}
-
-src_test() {
-       export KITTY_CONFIG_DIRECTORY=${T}
-       "${EPYTHON}" test.py || die
-}
-
-src_install() {
-       mkdir -p "${ED}"usr || die
-       cp -r linux-package/* "${ED}usr" || die
-       python_fix_shebang "${ED}"
-
-       if ! use doc; then
-               rm -r "${ED}"/usr/share/doc || die
-       fi
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

Reply via email to