diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 21:51:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:15 +0000 |
commit | d2d51d11ca9c5c3092c4c978a67024e02c1f2a69 (patch) | |
tree | d60949485a107cac0506c0a0add63c5c0c5525d8 /dev-libs | |
parent | app-dicts/eblook: drop 1.6.1 (diff) | |
download | gentoo-d2d51d11ca9c5c3092c4c978a67024e02c1f2a69.tar.gz gentoo-d2d51d11ca9c5c3092c4c978a67024e02c1f2a69.tar.bz2 gentoo-d2d51d11ca9c5c3092c4c978a67024e02c1f2a69.zip |
dev-libs/libezV24: drop 0.1.1-r1
Bug: https://bugs.gentoo.org/886693
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libezV24/libezV24-0.1.1-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild b/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild deleted file mode 100644 index 87307832e6d5..000000000000 --- a/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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" - -HTML_DOCS=( api-html/. ) - -PATCHES=( - "${FILESDIR}"/${P}-build.patch - "${FILESDIR}"/${P}-test.patch -) - -src_prepare() { - tc-export AR CC RANLIB - default - sed -i -e 's:__LINUX__:__linux__:' *.c *.h || die -} - -src_install() { - export NO_LDCONFIG="stupid" - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" install - einstalldocs -} |