x11-terms/guake: Remove 0.8.12
authorJohannes Huber <johu@gentoo.org>
Tue, 17 Jul 2018 11:53:29 +0000 (13:53 +0200)
committerJohannes Huber <johu@gentoo.org>
Tue, 17 Jul 2018 11:54:53 +0000 (13:54 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

x11-terms/guake/Manifest
x11-terms/guake/guake-0.8.12.ebuild [deleted file]

index 9b3d1c03000e68c02738cb4112a1032284cbdc83..10ca324039b0e68b56790f1a713d681ca4cfba43 100644 (file)
@@ -1,4 +1,3 @@
-DIST guake-0.8.12.tar.gz 410820 BLAKE2B 47138b058b4e3145bab3a78a4e2a400649147369fd8ea10b10c8be9bd801ba5c58e1625bf7b91c7cb82178868e76ca43679bf03eb3b418b1d6160ff465777130 SHA512 492d5f601925b3ef33536fad441492ec2e440f4f59c39fe45a415bdcca1e1424c9e41958b3b43c87d502c665db5d558222065b0d0ef6af4137e5562db1401aff
 DIST guake-0.8.13.tar.gz 410816 BLAKE2B 37240d5f86cee596243a23ce47c3d3502cc889dc90d98e8a073325bd8c7fb74929308b5f91756100b2bd641134992e61ec833581380b3733613cf83526e26e92 SHA512 89c21bab2b1e5fc17c16349e4a4a4e8d089b084ddffedcf7a20aa059d4269a2a1c5754ec7b343f4f0e2ffae135b78a6128b8c14642f50645ddd52f700fd82a38
 DIST guake-0.8.8.tar.gz 395143 BLAKE2B 34b47948fd03e3187ca5cad4697b0bffd81f5c1add3951a42904837075768bc9f39a278a0e0e3bd555e1d3a9814efd5aefae3c1baa9fac98108eb6dfc81f6035 SHA512 cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 DIST guake-3.3.0.tar.gz 1006849 BLAKE2B 387ca17a881beebb84c81fda29a3f44ab3f297841010128bc4c5c4eded83d3325562bc88858fd1a8824a7c26d3bb9050bbe17399934f6e6cdcf8b4bf3c15d8a6 SHA512 1558e34f29060e449d676077c90df92ea9bc3a57857094be8d98cd283010de1125b7eeb3fbc3b3fcd08cacac9cf8ee461adb28cc29c491e8d2c3ad32fa39754b
diff --git a/x11-terms/guake/guake-0.8.12.ebuild b/x11-terms/guake/guake-0.8.12.ebuild
deleted file mode 100644 (file)
index 8af1404..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="Drop-down terminal for GTK+ desktops"
-HOMEPAGE="https://github.com/Guake/guake"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/gconf-python[${PYTHON_USEDEP}]
-       dev-python/notify-python[${PYTHON_USEDEP}]
-       dev-python/pygtk[${PYTHON_USEDEP}]
-       dev-python/pyxdg[${PYTHON_USEDEP}]
-       x11-libs/gtk+:2
-       x11-libs/libX11
-       x11-libs/vte:0[python]
-"
-DEPEND="
-       ${RDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README.rst )
-
-src_prepare() {
-       eapply_user
-
-       eautoreconf
-
-       gnome2_src_prepare
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-       gnome2_pkg_postrm
-}