diff --git a/x11-misc/magneto-gtk/magneto-gtk-320.ebuild b/x11-misc/magneto-gtk/magneto-gtk-320.ebuild deleted file mode 100644 index 9778ca115..000000000 --- a/x11-misc/magneto-gtk/magneto-gtk-320.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="Entropy Package Manager notification applet GTK2 frontend" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" -S="${WORKDIR}/entropy-${PV}/magneto" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="~app-misc/magneto-loader-${PV}[${PYTHON_USEDEP}] - dev-python/notify-python - dev-python/pygtk:2 - ${DEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - default - python_fix_shebang "${S}" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" PYTHON_SITEDIR="$(python_get_sitedir)" \ - magneto-gtk-install - python_optimize -}