public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Harald van Dijk (truedfx)" <truedfx@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/tvision: ChangeLog tvision-2.1.0_pre2-r2.ebuild tvision-2.1.0_pre1.ebuild
Date: Sat, 04 Jul 2009 19:16:04 +0000	[thread overview]
Message-ID: <E1MNAiS-0005T7-VY@stork.gentoo.org> (raw)

truedfx     09/07/04 19:16:04

  Modified:             ChangeLog
  Added:                tvision-2.1.0_pre2-r2.ebuild
  Removed:              tvision-2.1.0_pre1.ebuild
  Log:
  Fix for GCC 4.4 compatibility (#275808 by Joost Ruis), stop calling ldconfig during installation, and remove older version
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.24                 dev-libs/tvision/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tvision/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tvision/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tvision/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tvision/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	2 Nov 2007 14:26:09 -0000	1.23
+++ ChangeLog	4 Jul 2009 19:16:04 -0000	1.24
@@ -1,6 +1,16 @@
 # ChangeLog for dev-libs/tvision
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/ChangeLog,v 1.23 2007/11/02 14:26:09 beandog Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/ChangeLog,v 1.24 2009/07/04 19:16:04 truedfx Exp $
+
+*tvision-2.1.0_pre2-r2 (04 Jul 2009)
+
+  04 Jul 2009; Harald van Dijk <truedfx@gentoo.org>
+  -tvision-2.1.0_pre1.ebuild, +tvision-2.1.0_pre2-r2.ebuild,
+  -files/tvision-2.1.0_pre1-gcc41.patch,
+  +files/tvision-2.1.0_pre2-gcc44.patch,
+  +files/tvision-2.1.0_pre2-ldconfig.patch:
+  Fix for GCC 4.4 compatibility (#275808 by Joost Ruis), stop calling
+  ldconfig during installation, and remove older version
 
   02 Nov 2007; Steve Dibb <beandog@gentoo.org> tvision-2.1.0_pre2-r1.ebuild:
   amd64 stable, bug 194496



1.1                  dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tvision/tvision-2.1.0_pre2-r2.ebuild?rev=1.1&content-type=text/plain

Index: tvision-2.1.0_pre2-r2.ebuild
===================================================================
# 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
}






                 reply	other threads:[~2009-07-04 19:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MNAiS-0005T7-VY@stork.gentoo.org \
    --to=truedfx@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox