2012-10-01 23:28:50 +04:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2021-06-21 14:22:01 +03:00
|
|
|
EAPI="6"
|
2012-10-01 23:28:50 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Eselect module to maintain vala compiler symlink"
|
|
|
|
HOMEPAGE="http://code.google.com/p/eselect-vala/"
|
|
|
|
|
2021-03-12 19:06:34 +03:00
|
|
|
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
|
2012-10-01 23:28:50 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2018-06-21 11:54:11 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2012-10-01 23:28:50 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="app-admin/eselect
|
|
|
|
dev-lang/vala"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=sys-devel/m4-1.4.13"
|
|
|
|
|
|
|
|
DOCS="AUTHORS README"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
emake DESTDIR="${D}" install
|
|
|
|
dodoc ${DOCS}
|
|
|
|
}
|