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 4DF27138010 for ; Thu, 18 Oct 2012 19:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A8F6E002B; Thu, 18 Oct 2012 19:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EE9FE002B for ; Thu, 18 Oct 2012 19:10:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4191933D7D5 for ; Thu, 18 Oct 2012 19:10:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 0109921600; Thu, 18 Oct 2012 19:10:13 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/rote: metadata.xml rote-0.2.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml rote-0.2.8.ebuild ChangeLog X-VCS-Directories: dev-libs/rote X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121018191014.0109921600@flycatcher.gentoo.org> Date: Thu, 18 Oct 2012 19:10:13 +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: 0608d558-3fc4-4962-bb4e-eff3a07b8641 X-Archives-Hash: 38c41f3a0dbfb4016aa30987b8825790 xmw 12/10/18 19:10:13 Modified: metadata.xml rote-0.2.8.ebuild ChangeLog Log: EAPI-4, taking maint. (Portage version: 2.1.11.26/cvs/Linux x86_64) Revision Changes Path 1.4 dev-libs/rote/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/rote/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 23 Sep 2011 22:41:19 -0000 1.3 +++ metadata.xml 18 Oct 2012 19:10:13 -0000 1.4 @@ -2,6 +2,7 @@ - maintainer-needed@gentoo.org + xmw@gentoo.org + Michael Weber 1.3 dev-libs/rote/rote-0.2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild?r1=1.2&r2=1.3 Index: rote-0.2.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rote-0.2.8.ebuild 23 Sep 2009 17:26:01 -0000 1.2 +++ rote-0.2.8.ebuild 18 Oct 2012 19:10:13 -0000 1.3 @@ -1,19 +1,18 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild,v 1.2 2009/09/23 17:26:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild,v 1.3 2012/10/18 19:10:13 xmw Exp $ -inherit eutils +EAPI=4 -DESCRIPTION="A simple C library for VT102 terminal emulation" +DESCRIPTION="simple C library for VT102 terminal emulation" HOMEPAGE="http://rote.sourceforge.net/" -SRC_URI="mirror://sourceforge/rote/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -src_install() { - make DESTDIR=${D} install || die - dodoc README -} +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + 1.5 dev-libs/rote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rote/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/rote/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Sep 2009 17:26:01 -0000 1.4 +++ ChangeLog 18 Oct 2012 19:10:13 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/rote -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/ChangeLog,v 1.4 2009/09/23 17:26:01 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/ChangeLog,v 1.5 2012/10/18 19:10:13 xmw Exp $ + + 18 Oct 2012; Michael Weber rote-0.2.8.ebuild, metadata.xml: + EAPI-4, taking maint. 23 Sep 2009; Patrick Lauer rote-0.2.8.ebuild: Remove virtual/libc