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 C61DE1381F3 for ; Mon, 12 Nov 2012 12:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FA8CE072C; Mon, 12 Nov 2012 12:01:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8971E072C for ; Mon, 12 Nov 2012 12:01:35 +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 B8A3033D9AF for ; Mon, 12 Nov 2012 12:01:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 7D21920C65; Mon, 12 Nov 2012 12:01:32 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pcmciautils: pcmciautils-018_p8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pcmciautils-018_p8.ebuild ChangeLog X-VCS-Directories: sys-apps/pcmciautils X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121112120133.7D21920C65@flycatcher.gentoo.org> Date: Mon, 12 Nov 2012 12:01:32 +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: a6c086b8-1bc3-4d04-a64a-7cc3aa56463a X-Archives-Hash: 80dd79da40b6f4a59439f51435055af6 blueness 12/11/12 12:01:32 Modified: pcmciautils-018_p8.ebuild ChangeLog Log: stable ppc, bug #434082 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.4 sys-apps/pcmciautils/pcmciautils-018_p8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?r1=1.3&r2=1.4 Index: pcmciautils-018_p8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcmciautils-018_p8.ebuild 2 Nov 2012 12:33:50 -0000 1.3 +++ pcmciautils-018_p8.ebuild 12 Nov 2012 12:01:31 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.3 2012/11/02 12:33:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.4 2012/11/12 12:01:31 blueness Exp $ EAPI=4 inherit eutils flag-o-matic linux-info toolchain-funcs udev @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sh ~x86" +KEYWORDS="amd64 ~arm ppc ~sh ~x86" IUSE="debug staticsocket" RDEPEND="virtual/modutils" 1.44 sys-apps/pcmciautils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 2 Nov 2012 12:33:50 -0000 1.43 +++ ChangeLog 12 Nov 2012 12:01:31 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pcmciautils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.43 2012/11/02 12:33:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.44 2012/11/12 12:01:31 blueness Exp $ + + 12 Nov 2012; Anthony G. Basile + pcmciautils-018_p8.ebuild: + stable ppc, bug #434082 02 Nov 2012; pcmciautils-018_p8.ebuild: Stable for amd64, wrt bug #434082 @@ -194,4 +198,3 @@ 30 Jun 2005; +metadata.xml, +pcmciautils-004.ebuild: Initial import, bug #84234. A big thank you to Dominik Brodowski for providing the initial ebuild - and the package itself. -