Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686316
Collapse All | Expand All

(-)a/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild (-2 / +2 lines)
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="x86 ~ppc"
15
KEYWORDS="x86 ~ppc"
16
IUSE=""
16
IUSE=""
(-)a/dev-libs/vanessa-adt/vanessa-adt-0.0.9-r1.ebuild (+18 lines)
Line 0 Link Here
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
MY_PN="${PN/-/_}"
7
MY_P="${MY_PN}-${PV}"
8
9
DESCRIPTION="Abstract Data Types. Includes queue, dynamic array, hash and key value ADT"
10
HOMEPAGE="http://horms.net/projects/vanessa/"
11
SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
12
13
LICENSE="GPL-2+"
14
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~x86"
16
17
DEPEND=">=dev-libs/vanessa-logger-0.0.7"
18
S="${WORKDIR}/${MY_P}"
(-)a/dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild (-2 / +2 lines)
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=""

Return to bug 686316