commit:     b56c43fb8a9569280e5681cee58ced39fbc32f73
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 10:06:34 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 10:51:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56c43fb

app-misc/dvorak7min: drop 1.6.1-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-misc/dvorak7min/dvorak7min-1.6.1-r1.ebuild | 37 --------------------------
 1 file changed, 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
-}

Reply via email to