diff options
author | Sam James <sam@gentoo.org> | 2020-09-13 07:42:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-13 07:45:06 +0000 |
commit | a70ccb1e002ff4becc0ba79cd3390d73a73d1027 (patch) | |
tree | b16f3f29042cf233e04d9b799fe0f98e808c18bd /app-misc/dvorak7min/dvorak7min-1.6.1.ebuild | |
parent | dev-python/feedparser: Bump to 6.0.0 (diff) | |
download | gentoo-a70ccb1e002ff4becc0ba79cd3390d73a73d1027.tar.gz gentoo-a70ccb1e002ff4becc0ba79cd3390d73a73d1027.tar.bz2 gentoo-a70ccb1e002ff4becc0ba79cd3390d73a73d1027.zip |
app-misc/dvorak7min: bump to EAPI 7, fix build
* Port to EAPI 7
* Adopt Debian's patches for some little bug fixes (inc. glibc-2.32)
* Fix linking with ncurses by using pkgconfig
Closes: https://bugs.gentoo.org/742080
Closes: https://bugs.gentoo.org/722336
Closes: https://bugs.gentoo.org/715848
Closes: https://bugs.gentoo.org/689986
Closes: https://bugs.gentoo.org/698082
Closes: https://bugs.gentoo.org/702372
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/dvorak7min/dvorak7min-1.6.1.ebuild')
-rw-r--r-- | app-misc/dvorak7min/dvorak7min-1.6.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild b/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild deleted file mode 100644 index 64c731780400..000000000000 --- a/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Simple ncurses-based typing tutor for learning the Dvorak keyboard layout" -HOMEPAGE="http://www.linalco.com/comunidad.html" -SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -src_prepare() { - emake clean -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - PROF="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - dodoc ChangeLog README -} |