summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:36:29 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:36:29 +0200
commit46cba45d2d856f10d5fd45a43f5993b14e81b19d (patch)
tree224a515bbf46673dd29da780a7d972d39e750142 /dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild
parentnet-libs/vanessa-socket: Remove last-rited pkg (diff)
downloadgentoo-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/vanessa-adt-0.0.9.ebuild')
-rw-r--r--dev-libs/vanessa-adt/vanessa-adt-0.0.9.ebuild29
1 files changed, 0 insertions, 29 deletions
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
-}