Remove unmaintained packages - #557728 @bgo
[moonrise.git] / app-portage / abeni / abeni-0.0.22.ebuild
blob5d9f4787953468820035d1e7d1e6df440efe0f3e
1 # Copyright 1999-2005 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI="3"
5 inherit distutils
7 DESCRIPTION="Integrated Development Environment for Gentoo Linux ebuilds"
8 HOMEPAGE="http://abeni.sf.net/"
9 SRC_URI="mirror://sourceforge/abeni/${P}.tar.gz"
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
14 IUSE=""
16 DEPEND=">=dev-python/wxpython-2.4.2.4
17 >=sys-apps/portage-2.0.46-r12
18 >=app-portage/gentoolkit-0.1.30"
20 src_install() {
21 distutils_src_install
22 insinto /usr/share/abeni
23 doins abenirc
24 insinto /usr/share/abeni/templates
25 doins template/*
26 insinto /usr/share/abeni/priv_funcs
27 doins docs/priv_funcs/*
28 cd docs
29 dodoc TODO ChangeLog README COPYING CREDITS