Overlay/app-portage/ewo/ewo-0.4.1.ebuild

34 lines
730 B
Bash
Raw Normal View History

2013-04-03 13:38:00 +04:00
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2021-05-28 13:42:01 +03:00
EAPI="6"
2013-04-03 13:38:00 +04:00
inherit eutils
DESCRIPTION="Emerge (-e) World Optimizer (EWO)"
HOMEPAGE="http://ewo-gentoo.googlecode.com/"
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ewo-gentoo/${P}.tar.bz2"
2013-04-03 13:38:00 +04:00
LICENSE="GPL-3"
SLOT="0"
2018-06-21 11:54:11 +03:00
KEYWORDS="amd64 ~ppc x86"
2013-04-03 13:38:00 +04:00
IUSE=""
RDEPEND="app-portage/genlop"
DEPEND=""
RESTRICT="primaryuri"
src_prepare() {
2021-06-04 12:21:05 +03:00
eapply_user "${FILESDIR}/fix_empty_genlop_output.patch"
}
2013-04-03 13:38:00 +04:00
src_install() {
newsbin ${PN}.py ${PN} || die "Install failed"
dodoc AUTHORS README
}
pkg_postinst() {
einfo "For details about using this tool, see:"
einfo "${HOMEPAGE}"
}