From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECB5E138330 for ; Mon, 3 Oct 2016 07:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFDCE0BA5; Mon, 3 Oct 2016 07:30:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DFA3E0BA4 for ; Mon, 3 Oct 2016 07:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5416A340E13 for ; Mon, 3 Oct 2016 07:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE3824AB for ; Mon, 3 Oct 2016 07:30:31 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1475478161.d82cdfbb17e70b1a258dad133d80451e7f8f571a.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/secilc/Manifest sys-apps/secilc/secilc-2.6_rc1.ebuild sys-apps/secilc/secilc-9999.ebuild X-VCS-Directories: sys-apps/secilc/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d82cdfbb17e70b1a258dad133d80451e7f8f571a X-VCS-Branch: master Date: Mon, 3 Oct 2016 07:30:31 +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: e7e899fe-8b41-4741-9882-bea8b011371d X-Archives-Hash: 37700f177312c353573ef150268a8d35 commit: d82cdfbb17e70b1a258dad133d80451e7f8f571a Author: Jason Zaman gentoo org> AuthorDate: Sat Oct 1 03:46:48 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Oct 3 07:02:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82cdfbb sys-apps/secilc: bump to 2.6-rc1 Package-Manager: portage-2.3.0 sys-apps/secilc/Manifest | 1 + sys-apps/secilc/{secilc-9999.ebuild => secilc-2.6_rc1.ebuild} | 10 ++-------- sys-apps/secilc/secilc-9999.ebuild | 10 ++-------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest index 7fea235..8ff1a20 100644 --- a/sys-apps/secilc/Manifest +++ b/sys-apps/secilc/Manifest @@ -1 +1,2 @@ DIST secilc-2.5.tar.gz 174642 SHA256 4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9 WHIRLPOOL e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e +DIST secilc-2.6-rc1.tar.gz 174555 SHA256 201b30905e84704d0083f8bc20322c2e2f44b0b047234364fb654a5525c0ec5e SHA512 4e2608bbe3b970bed9838dcf9518e06cd049cd3bb977e83a6e1072390867edc519bac12b02dd8130cf3af5c3a2b1571910d6033c5ccb58d479e6b3b853d105c2 WHIRLPOOL 8390e497e5b3c2bcda72cc64342dc29b44318b4df465b6e128126f716f8db060112778a9cba36a5341ac0189acb44630f5c97b2e876047d882d060d4d276b7f4 diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-2.6_rc1.ebuild similarity index 89% copy from sys-apps/secilc/secilc-9999.ebuild copy to sys-apps/secilc/secilc-2.6_rc1.ebuild index 9b5d6da..2d316f8 100644 --- a/sys-apps/secilc/secilc-9999.ebuild +++ b/sys-apps/secilc/secilc-2.6_rc1.ebuild @@ -2,12 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" - -inherit toolchain-funcs eutils +EAPI="6" MY_P="${P//_/-}" -MY_RELEASEDATE="20160223" +MY_RELEASEDATE="20160930" SEPOL_VER="${PV}" @@ -39,7 +37,3 @@ RDEPEND=" # tests are not meant to be run outside of the # full SELinux userland repo RESTRICT="test" - -src_prepare() { - epatch_user -} diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild index 9b5d6da..2d316f8 100644 --- a/sys-apps/secilc/secilc-9999.ebuild +++ b/sys-apps/secilc/secilc-9999.ebuild @@ -2,12 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" - -inherit toolchain-funcs eutils +EAPI="6" MY_P="${P//_/-}" -MY_RELEASEDATE="20160223" +MY_RELEASEDATE="20160930" SEPOL_VER="${PV}" @@ -39,7 +37,3 @@ RDEPEND=" # tests are not meant to be run outside of the # full SELinux userland repo RESTRICT="test" - -src_prepare() { - epatch_user -}