diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-08 20:36:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-08 20:36:29 +0200 |
commit | 46cba45d2d856f10d5fd45a43f5993b14e81b19d (patch) | |
tree | 224a515bbf46673dd29da780a7d972d39e750142 /dev-libs/vanessa-adt | |
parent | net-libs/vanessa-socket: Remove last-rited pkg (diff) | |
download | gentoo-46cba45d2d856f10d5fd45a43f5993b14e81b19d.tar.gz gentoo-46cba45d2d856f10d5fd45a43f5993b14e81b19d.tar.bz2 gentoo-46cba45d2d856f10d5fd45a43f5993b14e81b19d.zip |
dev-libs/vanessa-adt: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693820
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/vanessa-adt')
-rw-r--r-- | dev-libs/vanessa-adt/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/vanessa-adt/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild | 29 |
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-libs/vanessa-adt/Manifest b/dev-libs/vanessa-adt/Manifest deleted file mode 100644 index 40df9be5b0fe..000000000000 --- a/dev-libs/vanessa-adt/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST vanessa_adt-0.0.6.tar.gz 315242 BLAKE2B d321c6deac802a01f3fec209267f69ec9ad2d2d08ab47bf8ea7831a10c6d1d4a0020519322c3882247f6ba42ab4d3d67f77e950154d3fd65f97a61efabbde24f SHA512 d26726b3baedffb7f7e37d62101af3d05166d70e2709caf76be2623fcd53f3e38bc4c920ea2ab95d4729aa130ab62aa3c92db388e4ffe25023bf57e29d414884 -DIST vanessa_adt-0.0.9.tar.gz 342309 BLAKE2B 4a1aca54de30ac01137e16fccac0e46b07ab44688ebe7f3354949938c622f85cb9d92c275e07af2c3af0c35e34550009c91bb549044aa4620a98a66f9e23d09d SHA512 c32eec21879c43350389d62e74667cdd44921f054037bf33eaf869873f1b49e26b5d74bf2bed03b834f28babe072f25d499c9a717be7431b7dc42cd455526019 diff --git a/dev-libs/vanessa-adt/metadata.xml b/dev-libs/vanessa-adt/metadata.xml deleted file mode 100644 index a7029b1a1086..000000000000 --- a/dev-libs/vanessa-adt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> -</pkgmetadata> diff --git a/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild b/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild deleted file mode 100644 index ac6922b3e794..000000000000 --- a/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_PN="${PN/-/_}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Abstract Data Types. Includes queue, dynamic array, hash and key value ADT" -HOMEPAGE="http://horms.net/projects/vanessa/" -SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -DEPEND=">=dev-libs/vanessa-logger-0.0.6" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die "error configure" - emake || die "error compiling" -} - -src_install() { - make DESTDIR="${D}" install || die "error installing" - dodoc AUTHORS NEWS README TODO -} diff --git a/dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild b/dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild deleted file mode 100644 index 9af4c0c2fde9..000000000000 --- a/dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_PN="${PN/-/_}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Abstract Data Types. Includes queue, dynamic array, hash and key value ADT" -HOMEPAGE="http://horms.net/projects/vanessa/" -SRC_URI="http://horms.net/projects/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-libs/vanessa-logger-0.0.7" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die "error configure" - emake || die "error compiling" -} - -src_install() { - make DESTDIR="${D}" install || die "error installing" - dodoc AUTHORS NEWS README TODO -} |