summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-20 16:28:53 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-20 16:28:53 +0000
commitafe59bd674c34915d774df795cadf72e354f64c5 (patch)
tree5fbfb6989dd094195e4f6837d30d539d3fb4c2dc /dev-libs/tvision
parentDrop maintainer due retirement, bug #81177; remove old. (diff)
downloadgentoo-2-afe59bd674c34915d774df795cadf72e354f64c5.tar.gz
gentoo-2-afe59bd674c34915d774df795cadf72e354f64c5.tar.bz2
gentoo-2-afe59bd674c34915d774df795cadf72e354f64c5.zip
Drop maintainer due retirement, bug #81177; remove old.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/tvision')
-rw-r--r--dev-libs/tvision/ChangeLog8
-rw-r--r--dev-libs/tvision/metadata.xml3
-rw-r--r--dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild42
3 files changed, 7 insertions, 46 deletions
diff --git a/dev-libs/tvision/ChangeLog b/dev-libs/tvision/ChangeLog
index a32ff013d3a5..c0b39068b264 100644
--- a/dev-libs/tvision/ChangeLog
+++ b/dev-libs/tvision/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/tvision
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/ChangeLog,v 1.25 2010/08/26 16:36:52 truedfx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/ChangeLog,v 1.26 2011/07/20 16:28:53 pacho Exp $
+
+ 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -tvision-2.1.0_pre2-r2.ebuild,
+ metadata.xml:
+ Drop maintainer due retirement, bug #81177; remove old.
*tvision-2.1.0_pre2-r3 (26 Aug 2010)
diff --git a/dev-libs/tvision/metadata.xml b/dev-libs/tvision/metadata.xml
index c66b7883ddfe..54494c4bb860 100644
--- a/dev-libs/tvision/metadata.xml
+++ b/dev-libs/tvision/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
-<email>truedfx@gentoo.org</email>
-<name>Harald van Dijk</name>
+<email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild
deleted file mode 100644
index c7809e6c501a..000000000000
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild,v 1.1 2009/07/04 19:16:04 truedfx Exp $
-
-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
-}
-
-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
-}