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 3A21C138247 for ; Sun, 1 Dec 2013 15:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5561E07F4; Sun, 1 Dec 2013 15:51:17 +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 45E8AE07F4 for ; Sun, 1 Dec 2013 15:51:17 +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 33E5633F082 for ; Sun, 1 Dec 2013 15:51:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id EFE7F2004B; Sun, 1 Dec 2013 15:51:14 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@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: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131201155114.EFE7F2004B@flycatcher.gentoo.org> Date: Sun, 1 Dec 2013 15:51:14 +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: d31d9410-6479-484d-95fe-6892ef0ebaef X-Archives-Hash: a0ca40f8bddb9bae65172903f53b9689 johu 13/12/01 15:51:14 Modified: gentoo-systemd-integration-2.ebuild ChangeLog Log: x86 stable, bug #492430 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild?rev=1.4&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.3&r2=1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-systemd-integration-2.ebuild 24 Nov 2013 18:45:24 -0000 1.3 +++ gentoo-systemd-integration-2.ebuild 1 Dec 2013 15:51:14 -0000 1.4 @@ -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.3 2013/11/24 18:45:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v 1.4 2013/12/01 15:51:14 johu Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=sys-apps/systemd-207" 1.13 sys-apps/gentoo-systemd-integration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 24 Nov 2013 18:45:24 -0000 1.12 +++ ChangeLog 1 Dec 2013 15:51:14 -0000 1.13 @@ -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.12 2013/11/24 18:45:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.13 2013/12/01 15:51:14 johu Exp $ + + 01 Dec 2013; Johannes Huber + gentoo-systemd-integration-2.ebuild: + x86 stable, bug #492430 24 Nov 2013; Pacho Ramos gentoo-systemd-integration-2.ebuild: