diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:24:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | 28f82e7cf599a04e4334ed05960b2d8866e0efef (patch) | |
tree | 066dc403372585e2f5c56b6bf883bc19cf97d1ba /app-admin/cpu-g/cpu-g-0.9.0.ebuild | |
parent | x11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff) | |
download | sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2 sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip |
Remove packages using old python eclasses
Diffstat (limited to 'app-admin/cpu-g/cpu-g-0.9.0.ebuild')
-rw-r--r-- | app-admin/cpu-g/cpu-g-0.9.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-admin/cpu-g/cpu-g-0.9.0.ebuild b/app-admin/cpu-g/cpu-g-0.9.0.ebuild deleted file mode 100644 index f3c85c938..000000000 --- a/app-admin/cpu-g/cpu-g-0.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Displays information about your CPU, RAM, Motherboard and more" -HOMEPAGE="http://cpug.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN/-/}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/pygobject:2 - dev-python/pygtk:2" - -src_prepare() { - sed -i -e "s:data/logos/:${EPREFIX}/usr/share/${PN}/data/logos/:" \ - -e "s:${PN}.glade:${EPREFIX}/usr/share/${PN}/${PN}.glade:" \ - ${PN} || die - python_convert_shebangs 2 ${PN} -} - -src_install() { - dobin ${PN} - domenu data/${PN}.desktop - doicon data/${PN}.png - doman doc/${PN}.1 - insinto /usr/share/${PN} - doins ${PN}.glade - rm data/${PN}.desktop || die - doins -r data -} |