2012-11-19 18:19:09 +01:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2022-03-20 18:42:52 +01:00
|
|
|
EAPI="6"
|
2012-11-19 18:19:09 +01:00
|
|
|
|
|
|
|
inherit eutils
|
|
|
|
|
|
|
|
DESCRIPTION="geos_one loved tools"
|
|
|
|
HOMEPAGE="http://linamh.disconnected-by-peer.at"
|
|
|
|
SRC_URI="http://ftp.disconnected-by-peer.at/go/${P}.tar.bz2"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="GPL-2 GPL-3 BSD"
|
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
RESTRICT="mirror"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
2021-06-30 18:45:43 +02:00
|
|
|
RDEPEND="app-portage/gentoolkit
|
2012-11-19 18:19:09 +01:00
|
|
|
dev-vcs/subversion
|
|
|
|
sys-apps/portage
|
|
|
|
dev-lang/ruby
|
2022-07-12 15:04:49 +02:00
|
|
|
>=dev-lang/python-3.0
|
2012-11-19 18:19:09 +01:00
|
|
|
app-portage/portage-utils"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
emake DESTDIR="${D}" install || die "install fail"
|
|
|
|
dodoc README LICENSES AUTHORS
|
|
|
|
}
|