From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBFVC-0008J6-Tq for garchives@archives.gentoo.org; Sat, 05 Jan 2008 20:20:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m05KKGGm006992; Sat, 5 Jan 2008 20:20:16 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m05KKFjR006987 for ; Sat, 5 Jan 2008 20:20:15 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 082E5654C6 for ; Sat, 5 Jan 2008 20:20:15 +0000 (UTC) Received: from ranger by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBFV8-0002m1-0L for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 20:20:14 +0000 From: "Brent Baude (ranger)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ranger@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/librtas: ChangeLog librtas-1.3.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog librtas-1.3.3.ebuild X-VCS-Directories: sys-libs/librtas X-VCS-Committer: ranger X-VCS-Committer-Name: Brent Baude Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Brent Baude Date: Sat, 05 Jan 2008 20:20:14 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 2697705c-df67-4bcd-9fe1-8bf4d12f3c34 X-Archives-Hash: 7888f0b17197cec910d17c5fe6ff42d1 ranger 08/01/05 20:20:14 Modified: ChangeLog Added: librtas-1.3.3.ebuild Log: Adding librtas-1.3.3 (Portage version: 2.1.3.19) Revision Changes Path 1.8 sys-libs/librtas/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 21 Aug 2007 20:53:49 -0000 1.7 +++ ChangeLog 5 Jan 2008 20:20:13 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/librtas -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.7 2007/08/21 20:53:49 ranger Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.8 2008/01/05 20:20:13 ranger Exp $ + +*librtas-1.3.3 (05 Jan 2008) + + 05 Jan 2008; Brent Baude + +files/librtas-1.3.3-remove-doc.patch, +librtas-1.3.3.ebuild: + Adding librtas-1.3.3 21 Aug 2007; Brent Baude librtas-1.3.1.ebuild: Marking librtas-1.3.1 ppc and ppc64 stable 1.1 sys-libs/librtas/librtas-1.3.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild?rev=1.1&content-type=text/plain Index: librtas-1.3.3.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild,v 1.1 2008/01/05 20:20:13 ranger Exp $ inherit eutils DESCRIPTION=" Librtas provides a set of libraries for user-space access to the Run-Time Abstraction Services (RTAS) on the ppc64 architecture." SRC_URI="http://librtas.ozlabs.org/releases/librtas-${PV}.tar.gz" HOMEPAGE="http://librtas.ozlabs.org/" SLOT="0" LICENSE="IPL-1" KEYWORDS="~ppc ~ppc64" IUSE="" src_unpack() { unpack ${A} epatch ${FILESDIR}/librtas-1.3.3-remove-doc.patch } src_install() { make DESTDIR="${D}" install || die "Compilation failed" dodoc README COPYRIGHT } -- gentoo-commits@gentoo.org mailing list