summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 09:04:21 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 09:06:24 +0200
commitb4f94e5716886cc50a9b1b8b55dfe3a03b5c33b1 (patch)
tree1017f7faf17a336192a3ccff69553317c5e2d320 /dev-libs
parentapp-misc/nnn: Version bump (v2.7) (diff)
downloadgentoo-b4f94e5716886cc50a9b1b8b55dfe3a03b5c33b1.tar.gz
gentoo-b4f94e5716886cc50a9b1b8b55dfe3a03b5c33b1.tar.bz2
gentoo-b4f94e5716886cc50a9b1b8b55dfe3a03b5c33b1.zip
dev-libs/libezV24: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libezV24/libezV24-0.1.1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-libs/libezV24/libezV24-0.1.1.ebuild b/dev-libs/libezV24/libezV24-0.1.1.ebuild
deleted file mode 100644
index dca86d144efa..000000000000
--- a/dev-libs/libezV24/libezV24-0.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="library that provides an easy API to Linux serial ports"
-HOMEPAGE="http://ezv24.sourceforge.net"
-SRC_URI="mirror://sourceforge/ezv24/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
- epatch "${FILESDIR}"/${P}-test.patch
- sed -i -e 's:__LINUX__:__linux__:' *.c *.h
-}
-
-src_compile() {
- tc-export AR CC RANLIB
- emake || die "emake failed."
-}
-
-src_install() {
- export NO_LDCONFIG="stupid"
- emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" \
- install || die "emake install failed."
- dodoc AUTHORS BUGS ChangeLog HISTORY README
- dohtml api-html/*
-}