dev-util/go-utils: Bump to my package

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2701 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-11-08 19:19:58 +00:00
parent 0fb0c561b2
commit fee0334366
3 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
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 ia64 ppc ppc64 ~sparc x86"
RESTRICT="mirror"
IUSE=""
DEPEND=""
RDEPEND="app-portage/gentoolkit-dev
dev-vcs/subversion
sys-apps/portage
dev-lang/ruby
dev-lang/python"
src_install() {
emake DESTDIR="${D}" install || die "install fail"
dodoc README LICENSES AUTHORS
}