Lines 1-4
Link Here
|
1 |
# Copyright 1999-2018 Gentoo Foundation |
1 |
# Copyright 1999-2019 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=0 |
4 |
EAPI=0 |
Lines 10-16
DESCRIPTION="Abstract Data Types. Includes queue, dynamic array, hash and key va
Link Here
|
10 |
HOMEPAGE="http://horms.net/projects/vanessa/" |
10 |
HOMEPAGE="http://horms.net/projects/vanessa/" |
11 |
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz" |
11 |
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz" |
12 |
|
12 |
|
13 |
LICENSE="GPL-2" |
13 |
LICENSE="GPL-2+" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~ppc ~x86" |
15 |
KEYWORDS="~amd64 ~ppc ~x86" |
16 |
IUSE="" |
16 |
IUSE="" |