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 512F0138247 for ; Wed, 13 Nov 2013 04:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E6FE0762; Wed, 13 Nov 2013 04:04:05 +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 65747E0762 for ; Wed, 13 Nov 2013 04:04:04 +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 EE8D933F218 for ; Wed, 13 Nov 2013 04:04:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2284) id B34272004B; Wed, 13 Nov 2013 04:03:59 +0000 (UTC) From: "Matt Turner (mattst88)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mattst88@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gentoo-systemd-integration-2.ebuild ChangeLog X-VCS-Directories: sys-apps/gentoo-systemd-integration X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131113040359.B34272004B@flycatcher.gentoo.org> Date: Wed, 13 Nov 2013 04:03:59 +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: 9f990505-5423-41e8-995a-7e57d805db46 X-Archives-Hash: f02c6f216cae581af1c5adb7e21a1576 mattst88 13/11/13 04:03:59 Modified: gentoo-systemd-integration-2.ebuild ChangeLog Log: Added ~alpha, bug 478076. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A) Revision Changes Path 1.2 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild?r1=1.1&r2=1.2 Index: gentoo-systemd-integration-2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gentoo-systemd-integration-2.ebuild 22 Sep 2013 08:36:24 -0000 1.1 +++ gentoo-systemd-integration-2.ebuild 13 Nov 2013 04:03:59 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v 1.1 2013/09/22 08:36:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v 1.2 2013/11/13 04:03:59 mattst88 Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=sys-apps/systemd-207" 1.11 sys-apps/gentoo-systemd-integration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 28 Sep 2013 20:30:03 -0000 1.10 +++ ChangeLog 13 Nov 2013 04:03:59 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gentoo-systemd-integration # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.10 2013/09/28 20:30:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.11 2013/11/13 04:03:59 mattst88 Exp $ + + 13 Nov 2013; Matt Turner + gentoo-systemd-integration-2.ebuild: + Added ~alpha, bug 478076. 28 Sep 2013; Agostino Sarubbo gentoo-systemd-integration-1.ebuild: