From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC18E1387B1 for ; Sat, 18 Oct 2014 21:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68EF3E0ACB; Sat, 18 Oct 2014 21:18:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAD24E0AC9 for ; Sat, 18 Oct 2014 21:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA545340269 for ; Sat, 18 Oct 2014 21:18:18 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 0CFBA830F; Sat, 18 Oct 2014 21:18:17 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ytalk: ytalk-3.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ytalk-3.3.0.ebuild ChangeLog X-VCS-Directories: net-misc/ytalk X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141018211817.0CFBA830F@oystercatcher.gentoo.org> Date: Sat, 18 Oct 2014 21:18:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3b02842a-9d98-45ac-b446-da5dd9e90a2a X-Archives-Hash: 9c6edc8742a591a1807446a6f1e496c5 jer 14/10/18 21:18:17 Modified: ytalk-3.3.0.ebuild ChangeLog Log: EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #525800). Replace einstall (bug #521594). (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.11 net-misc/ytalk/ytalk-3.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild?r1=1.10&r2=1.11 Index: ytalk-3.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ytalk-3.3.0.ebuild 23 Sep 2009 19:49:43 -0000 1.10 +++ ytalk-3.3.0.ebuild 18 Oct 2014 21:18:17 -0000 1.11 @@ -1,6 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild,v 1.10 2009/09/23 19:49:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild,v 1.11 2014/10/18 21:18:17 jer Exp $ + +EAPI=5 +inherit autotools eutils DESCRIPTION="Multi-user replacement for UNIX talk" HOMEPAGE="http://www.impul.se/ytalk/" @@ -9,18 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2" - -src_compile() { - econf || die "./configure failed" - - emake || die "Parallel Make Failed" -} - -src_install() { - einstall || die "Installation Failed" - dodoc ChangeLog INSTALL README +RDEPEND=">=sys-libs/ncurses-5.2" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +DOCS=( ChangeLog INSTALL README ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-tinfo.patch + eautoreconf } 1.30 net-misc/ytalk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ytalk/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 18 Oct 2014 21:00:14 -0000 1.29 +++ ChangeLog 18 Oct 2014 21:18:17 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/ytalk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.29 2014/10/18 21:00:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.30 2014/10/18 21:18:17 jer Exp $ + + 18 Oct 2014; Jeroen Roovers ytalk-3.3.0.ebuild, + +files/ytalk-3.3.0-tinfo.patch: + EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #525800). + Replace einstall (bug #521594). 18 Oct 2014; Jeroen Roovers metadata.xml: Remove bogus m-n tag.