diff options
author | Johannes Huber <johu@gentoo.org> | 2018-07-17 13:53:29 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-07-17 13:54:53 +0200 |
commit | db0799546cb1a92abd70e5731fc6f9d5bd995bfa (patch) | |
tree | 92e53d3989d0d73e8501538904493ff749d2a3f7 | |
parent | a4505ae7ec5973cde01d8d6545c6e4f1ddb1fffe (diff) | |
download | gentoo-db0799546cb1a92abd70e5731fc6f9d5bd995bfa.tar.gz gentoo-db0799546cb1a92abd70e5731fc6f9d5bd995bfa.tar.xz |
x11-terms/guake: Remove 0.8.12
Package-Manager: Portage-2.3.43, Repoman-2.3.10
-rw-r--r-- | x11-terms/guake/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/guake/guake-0.8.12.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest index 9b3d1c03000..10ca324039b 100644 --- a/x11-terms/guake/Manifest +++ b/x11-terms/guake/Manifest @@ -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 index 8af1404f5b9..00000000000 --- a/x11-terms/guake/guake-0.8.12.ebuild +++ /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 -} |