summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:36:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:36:05 +0200
commit921f15916c7770404f960b70280529ad8298de53 (patch)
tree54e79a18558c8e14b5b80157bcc329d84232f910 /net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
parentnet-libs/vanessa-mcast: Remove last-rited pkg (diff)
downloadgentoo-921f15916c7770404f960b70280529ad8298de53.tar.gz
gentoo-921f15916c7770404f960b70280529ad8298de53.tar.bz2
gentoo-921f15916c7770404f960b70280529ad8298de53.zip
net-libs/vanessa-socket: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693820 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild')
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
deleted file mode 100644
index b3d41773bcc9..000000000000
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Simplifies TCP/IP socket operations"
-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.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 README NEWS AUTHORS TODO
-}