commit: ec11bf73f11d1e700c1abb4c211e74d0cc6ddecc Author: layman <layman <AT> localhost> AuthorDate: Sun Aug 16 01:17:11 2015 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Sun Aug 16 01:17:11 2015 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=ec11bf73
Remove unmaintained hotwire package. x11-terms/hotwire/Manifest | 2 -- x11-terms/hotwire/hotwire-0.721.ebuild | 39 ---------------------------------- 2 files changed, 41 deletions(-) diff --git a/x11-terms/hotwire/Manifest b/x11-terms/hotwire/Manifest deleted file mode 100644 index 5f678bd..0000000 --- a/x11-terms/hotwire/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST hotwire-0.721.zip 368078 RMD160 7ebad3d4b6c582034d86e646127551a06a6cc15a SHA1 b9e014670c7097bd0fc26b42040ad09359971491 SHA256 88c4234f522cfcef9bc4f53b5649eac3b961dce217f88d6ae5f0066af3f2b7ab -EBUILD hotwire-0.721.ebuild 963 RMD160 d42b932752b5129bb92036f644dc00a2b9816c19 SHA1 94b811c5b809dbe13089dd321ae2022d0e6eece6 SHA256 35452c06267e628120f715e87c90e89d19e545849d6e19e6530028a74463d14a diff --git a/x11-terms/hotwire/hotwire-0.721.ebuild b/x11-terms/hotwire/hotwire-0.721.ebuild deleted file mode 100644 index ae0dc78..0000000 --- a/x11-terms/hotwire/hotwire-0.721.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils eutils - -DESCRIPTION="An intelligent hybrid text/graphical shell for developers and system administrators" -HOMEPAGE="http://hotwire-shell.org/" -SRC_URI="http://hotwire-shell.googlecode.com/files/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome" - -DEPEND=">=dev-lang/python-2.5" -RDEPEND="${DEPEND} - x11-libs/vte - dev-python/dbus-python - dev-python/pygtksourceview - dev-python/gnome-python-desktop" - -pkg_config() { - # if ! built_with_use '>=dev-lang/python-2.5' sqlite3 ; then - if ! built_with_use '>=virtual/python-2.5' sqlite ; then - die "You need to rebuild python with sqlite support" - fi - if ! built_with_use 'x11-libs/vte' python ; then - die "You need to rebuild x11-libs/vte with python support" - fi -} - -src_install() { - distutils_src_install - - domenu hotwire.desktop - doicon images/hotwire.png -} -
