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

32 lines
714 B
Bash
Raw Permalink 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: $
2022-08-05 09:05:30 +03:00
EAPI="7"
2013-04-03 13:38:00 +04:00
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}"
}