summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-10-08 20:38:34 +0200
committerPacho Ramos <pacho@gentoo.org>2017-10-08 20:38:34 +0200
commit336c8aa6b69895e7210509438cd8d2b4da484ab0 (patch)
treebfb9cd30ee0e47a7b77604e7953039968bd822a1 /dev-libs
parentdev-libs/tvision: amd64/x86 stable, bug #632196 (diff)
downloadgentoo-336c8aa6b69895e7210509438cd8d2b4da484ab0.tar.gz
gentoo-336c8aa6b69895e7210509438cd8d2b4da484ab0.tar.bz2
gentoo-336c8aa6b69895e7210509438cd8d2b4da484ab0.zip
dev-libs/tvision: Drop old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
deleted file mode 100644
index 7c979b1df733..000000000000
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib
-
-DESCRIPTION="Text User Interface that implements the well known CUA widgets"
-HOMEPAGE="http://tvision.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc41.patch
- epatch "${FILESDIR}"/${P}-outb.patch
- epatch "${FILESDIR}"/${P}-underflow.patch
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-gcc44.patch
- epatch "${FILESDIR}"/${P}-ldconfig.patch
- epatch "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --fhs \
- || die
- emake || die
-}
-
-src_install() {
- einstall libdir="\$(prefix)/$(get_libdir)"|| die
- dosym rhtvision /usr/include/tvision
- dodoc readme.txt THANKS TODO
- dohtml -r www-site
-}