summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-04 12:06:34 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-04 12:51:44 +0200
commitb56c43fb8a9569280e5681cee58ced39fbc32f73 (patch)
tree6c9277aa4cf5bcc7e74496e08bf7077c8132bef4 /app-misc
parentmedia-sound/fluidsynth: Stabilize 2.3.6 x86, #939037 (diff)
downloadgentoo-b56c43fb8a9569280e5681cee58ced39fbc32f73.tar.gz
gentoo-b56c43fb8a9569280e5681cee58ced39fbc32f73.tar.bz2
gentoo-b56c43fb8a9569280e5681cee58ced39fbc32f73.zip
app-misc/dvorak7min: drop 1.6.1-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/dvorak7min/dvorak7min-1.6.1-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-misc/dvorak7min/dvorak7min-1.6.1-r1.ebuild b/app-misc/dvorak7min/dvorak7min-1.6.1-r1.ebuild
deleted file mode 100644
index cb6545c1f3ce..000000000000
--- a/app-misc/dvorak7min/dvorak7min-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="sys-libs/ncurses:="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.6.1-debian-changes.patch
- "${FILESDIR}"/${PN}-1.6.1-makefile-flags.patch
- "${FILESDIR}"/${PN}-1.6.1-ncurses-pkg-config.patch
-)
-
-src_compile() {
- tc-export PKG_CONFIG
- emake \
- CC="$(tc-getCC)" \
- PROF="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin ${PN}
- dodoc ChangeLog README
-}