[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2024-02-09 Thread Kenton Groombridge
commit: 574363f5a9143cdfcf02d0c526a19ea52d89f68f
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Feb  9 14:37:28 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Fri Feb  9 14:40:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574363f5

sys-apps/secilc: stabilize 3.6 for amd64, arm, arm64, x86

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/secilc-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.6.ebuild 
b/sys-apps/secilc/secilc-3.6.ebuild
index 5c59b25c3742..59d8d927a345 100644
--- a/sys-apps/secilc/secilc-3.6.ebuild
+++ b/sys-apps/secilc/secilc-3.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 arm arm64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2024-01-16 Thread Kenton Groombridge
commit: fb7c91bd11413199c4d4a47e993a2454ace36912
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Jan 17 00:27:04 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Wed Jan 17 01:29:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7c91bd

sys-apps/secilc: bump to 3.6

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.6.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 9fe706f87af0..36fef1449bdc 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1 +1,2 @@
 DIST secilc-3.5.tar.gz 180803 BLAKE2B 
a42620318b312a5ef35565e3b40a89fd7ff44aaf73de835bc349f927193121b72c07bd2151a8a6b2cee53e2699a3ae6bb246084e18a181d334ebc082fdfdc56e
 SHA512 
eff37a981072c4b9c7c15bf4709db8797d8af5325883515f5c2fe611136b24419f6d01c797e4f131c9c08e1ba40576fcb2094b1e34325aae8351b6299bdba3dd
+DIST secilc-3.6.tar.gz 185186 BLAKE2B 
47fdc281cad69339eb23226a277df8c8086557fe3a2c7f013eef38bbfcd62584e318ce2d79552388617687b39c37e67a1328b808becbecad364253b7527d3a52
 SHA512 
91381aae1444822c7897729c1695ca221a4226dcec042b2223a55800d1247510ef2033b844d8d0627623fb15b8169a626fb0ca2efeee8090635219c4139eabf5

diff --git a/sys-apps/secilc/secilc-3.6.ebuild 
b/sys-apps/secilc/secilc-3.6.ebuild
new file mode 100644
index ..5c59b25c3742
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2024-01-16 Thread Kenton Groombridge
commit: 8dfbd781a9e3e4992d5ed88fcf0602bbc46d0927
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Jan 17 00:25:46 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Wed Jan 17 01:29:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfbd781

sys-apps/secilc: update live ebuild

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 76eeb7422445..5c59b25c3742 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2023-04-15 Thread Kenton Groombridge
commit: 422cef93753a1d1f1857a03e96b9ee7dcc10a9b9
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sat Apr 15 15:05:50 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Apr 15 15:05:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422cef93

sys-apps/secilc: drop 3.4

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 -
 sys-apps/secilc/secilc-3.4.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 153758303b3d..9fe706f87af0 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1 @@
-DIST secilc-3.4.tar.gz 181312 BLAKE2B 
cee26f3b6dc3d7a48df3bd3c9e0edf15f92f55b399afe02d7f4efe10cfd1d8ec140aa5ed588003c6ffca95e1abc82a6163f86edc58ea140703f47ca4bf2d5179
 SHA512 
f29ff42dd60050cdd4367af38b334876817f8e33ed40a9be89304beea840a210bd9a58d658d0b09f98bad54b12b185a0262ca05094b63e7f96c0142729699c3b
 DIST secilc-3.5.tar.gz 180803 BLAKE2B 
a42620318b312a5ef35565e3b40a89fd7ff44aaf73de835bc349f927193121b72c07bd2151a8a6b2cee53e2699a3ae6bb246084e18a181d334ebc082fdfdc56e
 SHA512 
eff37a981072c4b9c7c15bf4709db8797d8af5325883515f5c2fe611136b24419f6d01c797e4f131c9c08e1ba40576fcb2094b1e34325aae8351b6299bdba3dd

diff --git a/sys-apps/secilc/secilc-3.4.ebuild 
b/sys-apps/secilc/secilc-3.4.ebuild
deleted file mode 100644
index cfba06558260..
--- a/sys-apps/secilc/secilc-3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit toolchain-funcs
-
-MY_PV="${PV//_/-}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}"
-RDEPEND="${DEPEND}"
-BDEPEND="app-text/xmlto"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2023-04-09 Thread Kenton Groombridge
commit: 38a21fe3cece689d9e72d2fcef9906bcbe9ec265
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sun Apr  9 15:03:14 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sun Apr  9 15:03:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a21fe3

sys-apps/secilc: Stabilize SELinux userspace 3.5

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/secilc-3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.5.ebuild 
b/sys-apps/secilc/secilc-3.5.ebuild
index 76eeb7422445..a61159147c34 100644
--- a/sys-apps/secilc/secilc-3.5.ebuild
+++ b/sys-apps/secilc/secilc-3.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 arm arm64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2023-03-29 Thread Kenton Groombridge
commit: 68136ad09fca12443e7355f55864923f86987a51
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Mar 29 22:31:47 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Thu Mar 30 00:08:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68136ad0

sys-apps/secilc: drop 3.3

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 -
 sys-apps/secilc/secilc-3.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 07ef13a7f3c6..153758303b3d 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,2 @@
-DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
 DIST secilc-3.4.tar.gz 181312 BLAKE2B 
cee26f3b6dc3d7a48df3bd3c9e0edf15f92f55b399afe02d7f4efe10cfd1d8ec140aa5ed588003c6ffca95e1abc82a6163f86edc58ea140703f47ca4bf2d5179
 SHA512 
f29ff42dd60050cdd4367af38b334876817f8e33ed40a9be89304beea840a210bd9a58d658d0b09f98bad54b12b185a0262ca05094b63e7f96c0142729699c3b
 DIST secilc-3.5.tar.gz 180803 BLAKE2B 
a42620318b312a5ef35565e3b40a89fd7ff44aaf73de835bc349f927193121b72c07bd2151a8a6b2cee53e2699a3ae6bb246084e18a181d334ebc082fdfdc56e
 SHA512 
eff37a981072c4b9c7c15bf4709db8797d8af5325883515f5c2fe611136b24419f6d01c797e4f131c9c08e1ba40576fcb2094b1e34325aae8351b6299bdba3dd

diff --git a/sys-apps/secilc/secilc-3.3.ebuild 
b/sys-apps/secilc/secilc-3.3.ebuild
deleted file mode 100644
index 8058954b003d..
--- a/sys-apps/secilc/secilc-3.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit toolchain-funcs
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}"
-RDEPEND="${DEPEND}"
-BDEPEND="app-text/xmlto"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2023-03-29 Thread Kenton Groombridge
commit: 80fabc3fc0f2c16702b06dd3469d2a2d2f170c6f
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Mar 29 22:19:52 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Thu Mar 30 00:07:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fabc3f

sys-apps/secilc: bump to 3.5

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.5.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 2763c2fd0840..07ef13a7f3c6 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
 DIST secilc-3.4.tar.gz 181312 BLAKE2B 
cee26f3b6dc3d7a48df3bd3c9e0edf15f92f55b399afe02d7f4efe10cfd1d8ec140aa5ed588003c6ffca95e1abc82a6163f86edc58ea140703f47ca4bf2d5179
 SHA512 
f29ff42dd60050cdd4367af38b334876817f8e33ed40a9be89304beea840a210bd9a58d658d0b09f98bad54b12b185a0262ca05094b63e7f96c0142729699c3b
+DIST secilc-3.5.tar.gz 180803 BLAKE2B 
a42620318b312a5ef35565e3b40a89fd7ff44aaf73de835bc349f927193121b72c07bd2151a8a6b2cee53e2699a3ae6bb246084e18a181d334ebc082fdfdc56e
 SHA512 
eff37a981072c4b9c7c15bf4709db8797d8af5325883515f5c2fe611136b24419f6d01c797e4f131c9c08e1ba40576fcb2094b1e34325aae8351b6299bdba3dd

diff --git a/sys-apps/secilc/secilc-3.5.ebuild 
b/sys-apps/secilc/secilc-3.5.ebuild
new file mode 100644
index ..76eeb7422445
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-07-18 Thread Sam James
commit: f73e783ff0764573c758a48442f6f18f723a41af
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 12:48:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 12:48:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73e783f

sys-apps/secilc: Stabilize 3.4 arm64, #855968

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.4.ebuild 
b/sys-apps/secilc/secilc-3.4.ebuild
index a6cf0268518e..cfba06558260 100644
--- a/sys-apps/secilc/secilc-3.4.ebuild
+++ b/sys-apps/secilc/secilc-3.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 x86"
+   KEYWORDS="amd64 arm arm64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-07-18 Thread Sam James
commit: 15ddbcaf346e19802c9e23c14381e5738855acb8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 12:48:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 12:48:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ddbcaf

sys-apps/secilc: Stabilize 3.4 arm, #855968

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.4.ebuild 
b/sys-apps/secilc/secilc-3.4.ebuild
index f92b22c25b6a..a6cf0268518e 100644
--- a/sys-apps/secilc/secilc-3.4.ebuild
+++ b/sys-apps/secilc/secilc-3.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 arm ~arm64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-07-02 Thread Kenton Groombridge
commit: 5b25112173c9884689846181b1d77d5117dada95
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sat Jul  2 17:01:57 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jul  2 17:01:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b251121

sys-apps/secilc: stabilize 3.4 for amd64, x86

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/secilc-3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.4.ebuild 
b/sys-apps/secilc/secilc-3.4.ebuild
index 13b261011af0..f92b22c25b6a 100644
--- a/sys-apps/secilc/secilc-3.4.ebuild
+++ b/sys-apps/secilc/secilc-3.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-06-03 Thread Kenton Groombridge
commit: 7cf1fdecb5aaaf5eee9ca8c86c13c755985f63e6
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Jun  3 13:30:23 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jun  4 01:03:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1fdec

sys-apps/secilc: bump to 3.4

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.4.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index b71bbe80d191..55a992a3750a 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
 DIST secilc-3.4-rc1.tar.gz 181269 BLAKE2B 
cc0bd0d6016833d64d615fe0f1ef59ab302b15238f10005412d3c2347056fbc5a0e587ac2e18f62f7cb1402a2749c117ac6b50e97df9677a0afc9b2270d9352d
 SHA512 
d99e76c50395fcb20a4c08156b155f7411eab2ce3374899cc3cf6193d95ed3a5b2dae86d18ddfda838e6701aeddedbdb98f8faedeb4506ac5b19c7957763d22c
+DIST secilc-3.4.tar.gz 181312 BLAKE2B 
cee26f3b6dc3d7a48df3bd3c9e0edf15f92f55b399afe02d7f4efe10cfd1d8ec140aa5ed588003c6ffca95e1abc82a6163f86edc58ea140703f47ca4bf2d5179
 SHA512 
f29ff42dd60050cdd4367af38b334876817f8e33ed40a9be89304beea840a210bd9a58d658d0b09f98bad54b12b185a0262ca05094b63e7f96c0142729699c3b

diff --git a/sys-apps/secilc/secilc-3.4.ebuild 
b/sys-apps/secilc/secilc-3.4.ebuild
new file mode 100644
index ..13b261011af0
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-06-03 Thread Kenton Groombridge
commit: f542f2f9aa91006f03d936da1afe731086be12e9
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Jun  3 13:44:02 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jun  4 01:03:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f542f2f9

sys-apps/secilc: drop 3.4_rc1

Signed-off-by: Kenton Groombridge  gentoo.org>

 sys-apps/secilc/Manifest  |  1 -
 sys-apps/secilc/secilc-3.4_rc1.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 55a992a3750a..2763c2fd0840 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,2 @@
 DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
-DIST secilc-3.4-rc1.tar.gz 181269 BLAKE2B 
cc0bd0d6016833d64d615fe0f1ef59ab302b15238f10005412d3c2347056fbc5a0e587ac2e18f62f7cb1402a2749c117ac6b50e97df9677a0afc9b2270d9352d
 SHA512 
d99e76c50395fcb20a4c08156b155f7411eab2ce3374899cc3cf6193d95ed3a5b2dae86d18ddfda838e6701aeddedbdb98f8faedeb4506ac5b19c7957763d22c
 DIST secilc-3.4.tar.gz 181312 BLAKE2B 
cee26f3b6dc3d7a48df3bd3c9e0edf15f92f55b399afe02d7f4efe10cfd1d8ec140aa5ed588003c6ffca95e1abc82a6163f86edc58ea140703f47ca4bf2d5179
 SHA512 
f29ff42dd60050cdd4367af38b334876817f8e33ed40a9be89304beea840a210bd9a58d658d0b09f98bad54b12b185a0262ca05094b63e7f96c0142729699c3b

diff --git a/sys-apps/secilc/secilc-3.4_rc1.ebuild 
b/sys-apps/secilc/secilc-3.4_rc1.ebuild
deleted file mode 100644
index 13b261011af0..
--- a/sys-apps/secilc/secilc-3.4_rc1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit toolchain-funcs
-
-MY_PV="${PV//_/-}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}"
-RDEPEND="${DEPEND}"
-BDEPEND="app-text/xmlto"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-04-10 Thread Jason Zaman
commit: 2e7d5e63573f167f7d1c3ac232a7cf9054e5d90a
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Apr 11 04:26:06 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 11 04:57:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7d5e63

sys-apps/secilc: bump to 3.4_rc1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.4_rc1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 323fe32e0e87..b71bbe80d191 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1 +1,2 @@
 DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
+DIST secilc-3.4-rc1.tar.gz 181269 BLAKE2B 
cc0bd0d6016833d64d615fe0f1ef59ab302b15238f10005412d3c2347056fbc5a0e587ac2e18f62f7cb1402a2749c117ac6b50e97df9677a0afc9b2270d9352d
 SHA512 
d99e76c50395fcb20a4c08156b155f7411eab2ce3374899cc3cf6193d95ed3a5b2dae86d18ddfda838e6701aeddedbdb98f8faedeb4506ac5b19c7957763d22c

diff --git a/sys-apps/secilc/secilc-3.4_rc1.ebuild 
b/sys-apps/secilc/secilc-3.4_rc1.ebuild
new file mode 100644
index ..13b261011af0
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.4_rc1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-04-10 Thread Jason Zaman
commit: 08a58462238cfa3a4565af5bc44775c63263402b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Apr 10 23:11:20 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 11 03:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a58462

sys-apps/secilc: update live ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 38dc82e0bcdd..13b261011af0 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 inherit toolchain-funcs
 
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
 DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
 
@@ -12,8 +15,9 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
S="${WORKDIR}/${P}/${PN}"
 else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2022-04-08 Thread Jason Zaman
commit: b22e8be7b7af04a1b089d8505a4de038dd438e3c
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Apr  9 01:46:54 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  9 02:54:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22e8be7

sys-apps/secilc: Drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  2 --
 sys-apps/secilc/secilc-3.1.ebuild | 39 ---
 sys-apps/secilc/secilc-3.2.ebuild | 33 -
 3 files changed, 74 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index ec5816a6040a..323fe32e0e87 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1 @@
-DIST secilc-3.1.tar.gz 176631 BLAKE2B 
e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c
 SHA512 
79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b
-DIST secilc-3.2.tar.gz 179384 BLAKE2B 
89a02ceeaeb221eb5e819f6c6f09cd7e4675971d1870850867f0e258e3cf089c048a2976016c8200cffcb7904aae01d7e9d6a0c086a2a33fb08020df10b92059
 SHA512 
ef60aaaba3a9b4d8da496ae80203a8c9595dc2f97f767432f6b3323395fda65293540ed9574e8d7d3f40854c3ad38a95a7b96939b6c689f02a3d04834b81ca45
 DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8

diff --git a/sys-apps/secilc/secilc-3.1.ebuild 
b/sys-apps/secilc/secilc-3.1.ebuild
deleted file mode 100644
index 37dbc1b714b9..
--- a/sys-apps/secilc/secilc-3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20200710"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
-RDEPEND="${DEPEND}"
-BDEPEND="app-text/xmlto"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
deleted file mode 100644
index 8058954b003d..
--- a/sys-apps/secilc/secilc-3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit toolchain-funcs
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}"
-RDEPEND="${DEPEND}"
-BDEPEND="app-text/xmlto"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-12-27 Thread Jason Zaman
commit: 05b83f12e0d170f1f21ff0bfc0f4d0c1a75525b9
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Dec 28 01:10:48 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 28 01:10:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b83f12

sys-apps/secilc: stabilize SELinux userspace 3.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.3.ebuild 
b/sys-apps/secilc/secilc-3.3.ebuild
index 04666a2f99df..8058954b003d 100644
--- a/sys-apps/secilc/secilc-3.3.ebuild
+++ b/sys-apps/secilc/secilc-3.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 arm arm64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-11-20 Thread Sam James
commit: c0e6442ceef59a7aca6cf2b574faed6e11b0584a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 20 15:14:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 20 23:20:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e6442c

sys-apps/secilc: Stabilize 3.2 arm64, #825314

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
index 3cd08228ab9b..8058954b003d 100644
--- a/sys-apps/secilc/secilc-3.2.ebuild
+++ b/sys-apps/secilc/secilc-3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 x86"
+   KEYWORDS="amd64 arm arm64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-11-20 Thread Sam James
commit: 3d6e3403ebefe8010aa6191f1feaaf70bbb617a4
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 20 15:14:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 20 23:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6e3403

sys-apps/secilc: Stabilize 3.2 arm, #825314

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
index deb372f0b8f7..3cd08228ab9b 100644
--- a/sys-apps/secilc/secilc-3.2.ebuild
+++ b/sys-apps/secilc/secilc-3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 arm ~arm64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-10-30 Thread Sam James
commit: 12e508c658f6a43a73abbf19beb4c0b16c87b5cf
Author: Jonathan Davies  protonmail  com>
AuthorDate: Sun Oct 24 11:53:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 02:50:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e508c6

sys-apps/secilc: Version updated to 3.3.

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index e79539ff33b..ec5816a6040 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-3.1.tar.gz 176631 BLAKE2B 
e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c
 SHA512 
79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b
 DIST secilc-3.2.tar.gz 179384 BLAKE2B 
89a02ceeaeb221eb5e819f6c6f09cd7e4675971d1870850867f0e258e3cf089c048a2976016c8200cffcb7904aae01d7e9d6a0c086a2a33fb08020df10b92059
 SHA512 
ef60aaaba3a9b4d8da496ae80203a8c9595dc2f97f767432f6b3323395fda65293540ed9574e8d7d3f40854c3ad38a95a7b96939b6c689f02a3d04834b81ca45
+DIST secilc-3.3.tar.gz 181205 BLAKE2B 
ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9
 SHA512 
11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8

diff --git a/sys-apps/secilc/secilc-3.3.ebuild 
b/sys-apps/secilc/secilc-3.3.ebuild
new file mode 100644
index 000..04666a2f99d
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-07-28 Thread Sam James
commit: 33e55c0cb81f87b58ef671a117a81a6913461d50
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 28 20:04:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 28 20:07:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e55c0c

sys-apps/secilc: Stabilize 3.2 x86, #797616

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
index f77d113c66b..deb372f0b8f 100644
--- a/sys-apps/secilc/secilc-3.2.ebuild
+++ b/sys-apps/secilc/secilc-3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-07-04 Thread Sam James
commit: e27c527ab3deea4ed98b865b25ffc1f27d912742
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 22:19:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 22:19:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27c527a

sys-apps/secilc: Stabilize 3.2 amd64, #797616

Signed-off-by: Sam James  gentoo.org>

 sys-apps/secilc/secilc-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
index c7694587c83..9d8b8732a62 100644
--- a/sys-apps/secilc/secilc-3.2.ebuild
+++ b/sys-apps/secilc/secilc-3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-04-02 Thread Jason Zaman
commit: 2b55250a66d6f8f2ce5b5a11875986a121d63c55
Author: Jonathan Davies  protonmail  com>
AuthorDate: Thu Mar 18 01:00:37 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  3 04:15:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b55250a

sys-apps/secilc: Sync live ebuild.

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-.ebuild | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 0642e837b99..c7694587c83 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -4,28 +4,22 @@
 EAPI="7"
 inherit toolchain-funcs
 
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20200710"
-
-SEPOL_VER="${PV}"
-
 DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
+   S="${WORKDIR}/${P}/${PN}"
 else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P}"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
 
-DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
+DEPEND=">=sys-libs/libsepol-${PV}"
 RDEPEND="${DEPEND}"
 BDEPEND="app-text/xmlto"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-04-02 Thread Jason Zaman
commit: ea166433ee11e407976675471f537f19d4786b6b
Author: Jonathan Davies  protonmail  com>
AuthorDate: Thu Mar 18 00:19:52 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  3 04:15:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea166433

sys-apps/secilc: Version updated to 3.2.

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index bbd35265e8d..e79539ff33b 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1 +1,2 @@
 DIST secilc-3.1.tar.gz 176631 BLAKE2B 
e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c
 SHA512 
79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b
+DIST secilc-3.2.tar.gz 179384 BLAKE2B 
89a02ceeaeb221eb5e819f6c6f09cd7e4675971d1870850867f0e258e3cf089c048a2976016c8200cffcb7904aae01d7e9d6a0c086a2a33fb08020df10b92059
 SHA512 
ef60aaaba3a9b4d8da496ae80203a8c9595dc2f97f767432f6b3323395fda65293540ed9574e8d7d3f40854c3ad38a95a7b96939b6c689f02a3d04834b81ca45

diff --git a/sys-apps/secilc/secilc-3.2.ebuild 
b/sys-apps/secilc/secilc-3.2.ebuild
new file mode 100644
index 000..c7694587c83
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit toolchain-funcs
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2021-01-03 Thread Jason Zaman
commit: 97c9d66369198b9d628a5a24f8562a068157cf8a
Author: David Michael  gmail  com>
AuthorDate: Mon Dec 21 23:55:27 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jan  3 08:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c9d663

sys-apps/secilc: move xmlto to BDEPEND

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-3.1.ebuild  | 15 +--
 sys-apps/secilc/secilc-.ebuild | 15 +--
 2 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/sys-apps/secilc/secilc-3.1.ebuild 
b/sys-apps/secilc/secilc-3.1.ebuild
index 84a3781d99e..5ba3983cf78 100644
--- a/sys-apps/secilc/secilc-3.1.ebuild
+++ b/sys-apps/secilc/secilc-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -24,15 +24,10 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
+
+DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
 
 # tests are not meant to be run outside of the
 # full SELinux userland repo

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index db36c3ca9f4..0642e837b99 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -24,15 +24,10 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
+
+DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/xmlto"
 
 # tests are not meant to be run outside of the
 # full SELinux userland repo



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2020-12-17 Thread Jason Zaman
commit: 9af1187d5fcf51a8d5bfebf5028a2241c0a63c32
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 18 02:50:24 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 18 02:50:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af1187d

sys-apps/secilc: Drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  2 --
 sys-apps/secilc/secilc-2.9.ebuild | 44 ---
 sys-apps/secilc/secilc-3.0.ebuild | 44 ---
 3 files changed, 90 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 771d092acdb..bbd35265e8d 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1 @@
-DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee
-DIST secilc-3.0.tar.gz 176060 BLAKE2B 
dcceaa72f3e34777f0d4a6a05de073e4f2dc53b7577c2a52d5b5ab5e10d394ad85817985e683c9af241cf6bdc9a549d52142477281000e19ff66063f440b4b3a
 SHA512 
e82d973c99b95a7f34060ce10a7f39802c3d6d428a52992efd8551da7bceafbdf9f81262d9aa2ad9d22a0704959de525c5a2de21fd96651277fab433ef340225
 DIST secilc-3.1.tar.gz 176631 BLAKE2B 
e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c
 SHA512 
79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b

diff --git a/sys-apps/secilc/secilc-2.9.ebuild 
b/sys-apps/secilc/secilc-2.9.ebuild
deleted file mode 100644
index 238190a3f6a..000
--- a/sys-apps/secilc/secilc-2.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20190315"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}

diff --git a/sys-apps/secilc/secilc-3.0.ebuild 
b/sys-apps/secilc/secilc-3.0.ebuild
deleted file mode 100644
index afca7d86a02..000
--- a/sys-apps/secilc/secilc-3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20191204"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2020-12-02 Thread Jason Zaman
commit: da679918f987c2043ad534b7678ec927bc6881aa
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Dec  3 03:00:21 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec  3 03:08:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da679918

sys-apps/secilc: stabilize SELinux userspace 3.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-3.1.ebuild 
b/sys-apps/secilc/secilc-3.1.ebuild
index db36c3ca9f4..84a3781d99e 100644
--- a/sys-apps/secilc/secilc-3.1.ebuild
+++ b/sys-apps/secilc/secilc-3.1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2020-09-14 Thread Jason Zaman
commit: 8fcab3b2947b4db43b7af479520e51f7db88b63e
Author: Jonathan Davies  protonmail  com>
AuthorDate: Tue Sep  1 20:30:50 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Sep 15 03:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcab3b2

sys-apps/secilc: Version bump to 3.1.

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  | 1 +
 sys-apps/secilc/{secilc-.ebuild => secilc-3.1.ebuild} | 6 +++---
 sys-apps/secilc/secilc-.ebuild| 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 7cbc7ab1d41..771d092acdb 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee
 DIST secilc-3.0.tar.gz 176060 BLAKE2B 
dcceaa72f3e34777f0d4a6a05de073e4f2dc53b7577c2a52d5b5ab5e10d394ad85817985e683c9af241cf6bdc9a549d52142477281000e19ff66063f440b4b3a
 SHA512 
e82d973c99b95a7f34060ce10a7f39802c3d6d428a52992efd8551da7bceafbdf9f81262d9aa2ad9d22a0704959de525c5a2de21fd96651277fab433ef340225
+DIST secilc-3.1.tar.gz 176631 BLAKE2B 
e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c
 SHA512 
79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-3.1.ebuild
similarity index 92%
copy from sys-apps/secilc/secilc-.ebuild
copy to sys-apps/secilc/secilc-3.1.ebuild
index d920dbb0436..db36c3ca9f4 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-3.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20191204"
+MY_RELEASEDATE="20200710"
 
 SEPOL_VER="${PV}"
 

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index d920dbb0436..db36c3ca9f4 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20191204"
+MY_RELEASEDATE="20200710"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2020-02-15 Thread Jason Zaman
commit: ebec3dfdc794dbcb496a1d7a2c613e028b1f41b7
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Feb 15 11:29:29 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb 15 13:20:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebec3dfd

sys-apps/secilc: stable 3.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/secilc/secilc-3.0.ebuild 
b/sys-apps/secilc/secilc-3.0.ebuild
index d920dbb0436..afca7d86a02 100644
--- a/sys-apps/secilc/secilc-3.0.ebuild
+++ b/sys-apps/secilc/secilc-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-12-08 Thread Jason Zaman
commit: 82ae91d8797531c1adb0d596a8fc0500bf8e3232
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 17:54:40 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 18:38:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ae91d8

sys-apps/secilc: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  2 --
 sys-apps/secilc/secilc-2.8.ebuild | 44 ---
 sys-apps/secilc/secilc-3.0_rc2.ebuild | 44 ---
 3 files changed, 90 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index e6ec2cda321..7cbc7ab1d41 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,4 +1,2 @@
-DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
 DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee
-DIST secilc-3.0-rc2.tar.gz 176069 BLAKE2B 
d19bf88d945b7355c34bd9d8dcf76abc1fa2ef1794537b7ce366ea54b89ac9821e3db53026be321f384428d88000bb81de701dfb565fe0e41ebce7afbb875075
 SHA512 
5c8e59bd17e3e094437c1f3d8564c6eb6f8d5c4f9530e0eb7e7f1d5978cdbe6539e3e5cc977b6241e26d8972d68efe8c446d655f68806c0a09736287599a4438
 DIST secilc-3.0.tar.gz 176060 BLAKE2B 
dcceaa72f3e34777f0d4a6a05de073e4f2dc53b7577c2a52d5b5ab5e10d394ad85817985e683c9af241cf6bdc9a549d52142477281000e19ff66063f440b4b3a
 SHA512 
e82d973c99b95a7f34060ce10a7f39802c3d6d428a52992efd8551da7bceafbdf9f81262d9aa2ad9d22a0704959de525c5a2de21fd96651277fab433ef340225

diff --git a/sys-apps/secilc/secilc-2.8.ebuild 
b/sys-apps/secilc/secilc-2.8.ebuild
deleted file mode 100644
index a54a310c99d..000
--- a/sys-apps/secilc/secilc-2.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20180524"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}

diff --git a/sys-apps/secilc/secilc-3.0_rc2.ebuild 
b/sys-apps/secilc/secilc-3.0_rc2.ebuild
deleted file mode 100644
index 00af9437cdb..000
--- a/sys-apps/secilc/secilc-3.0_rc2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20191122"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-12-08 Thread Jason Zaman
commit: 38544cd7d9e1b895ce7b7108439bb1251bd1b4bb
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 14:15:28 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 17:25:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38544cd7

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 00af9437cdb..d920dbb0436 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20191122"
+MY_RELEASEDATE="20191204"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-12-08 Thread Jason Zaman
commit: 9407d800783b05cc9c5043df2c79945452ca184d
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 14:20:15 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 17:26:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9407d800

sys-apps/secilc: bump to 3.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 526dd80e024..e6ec2cda321 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,4 @@
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
 DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee
 DIST secilc-3.0-rc2.tar.gz 176069 BLAKE2B 
d19bf88d945b7355c34bd9d8dcf76abc1fa2ef1794537b7ce366ea54b89ac9821e3db53026be321f384428d88000bb81de701dfb565fe0e41ebce7afbb875075
 SHA512 
5c8e59bd17e3e094437c1f3d8564c6eb6f8d5c4f9530e0eb7e7f1d5978cdbe6539e3e5cc977b6241e26d8972d68efe8c446d655f68806c0a09736287599a4438
+DIST secilc-3.0.tar.gz 176060 BLAKE2B 
dcceaa72f3e34777f0d4a6a05de073e4f2dc53b7577c2a52d5b5ab5e10d394ad85817985e683c9af241cf6bdc9a549d52142477281000e19ff66063f440b4b3a
 SHA512 
e82d973c99b95a7f34060ce10a7f39802c3d6d428a52992efd8551da7bceafbdf9f81262d9aa2ad9d22a0704959de525c5a2de21fd96651277fab433ef340225

diff --git a/sys-apps/secilc/secilc-3.0.ebuild 
b/sys-apps/secilc/secilc-3.0.ebuild
new file mode 100644
index 000..d920dbb0436
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20191204"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-12-02 Thread Jason Zaman
commit: d30e416c0689e7df3847a0b8326617e957f50090
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Nov 29 10:14:18 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec  2 14:48:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30e416c

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index aead3f36a43..00af9437cdb 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20190315"
+MY_RELEASEDATE="20191122"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-12-02 Thread Jason Zaman
commit: f20b6d754304092f1732bb7bc78849bdcb3e5e9c
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Nov 29 10:31:30 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec  2 14:49:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20b6d75

sys-apps/secilc: bump to 3.0_rc2

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-3.0_rc2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index ad28e514b32..526dd80e024 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
 DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee
+DIST secilc-3.0-rc2.tar.gz 176069 BLAKE2B 
d19bf88d945b7355c34bd9d8dcf76abc1fa2ef1794537b7ce366ea54b89ac9821e3db53026be321f384428d88000bb81de701dfb565fe0e41ebce7afbb875075
 SHA512 
5c8e59bd17e3e094437c1f3d8564c6eb6f8d5c4f9530e0eb7e7f1d5978cdbe6539e3e5cc977b6241e26d8972d68efe8c446d655f68806c0a09736287599a4438

diff --git a/sys-apps/secilc/secilc-3.0_rc2.ebuild 
b/sys-apps/secilc/secilc-3.0_rc2.ebuild
new file mode 100644
index 000..00af9437cdb
--- /dev/null
+++ b/sys-apps/secilc/secilc-3.0_rc2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20191122"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-08-17 Thread Jason Zaman
commit: 8689114c04160b8c0a4d4ab4124821ef6fdb99fb
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Aug 17 09:40:47 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Aug 17 09:40:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8689114c

sys-apps/secilc: drop old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/Manifest  |  2 --
 sys-apps/secilc/secilc-2.7.ebuild | 44 ---
 sys-apps/secilc/secilc-2.9_rc1.ebuild | 44 ---
 3 files changed, 90 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 82611930fc5..ad28e514b32 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,4 +1,2 @@
-DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
-DIST secilc-2.9-rc1.tar.gz 175895 BLAKE2B 
d89eebc1c71663c35f880f264d79e17da477261403cf4394ebf5017d86c64ada12c8d8fd92651e2ca33a0a4d90a4835a846221cab34564167fae66a76c962ebb
 SHA512 
5aeb099fc8afad5dce5c55c171db8ca1e1326bd670f84debdeb679b3e81e3f9943c68bcbbb3beaa9c9c3aa3aceb691f6cf8a13081f0bf28eb921d7b139dfb814
 DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee

diff --git a/sys-apps/secilc/secilc-2.7.ebuild 
b/sys-apps/secilc/secilc-2.7.ebuild
deleted file mode 100644
index 0990b360855..000
--- a/sys-apps/secilc/secilc-2.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20170804"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}

diff --git a/sys-apps/secilc/secilc-2.9_rc1.ebuild 
b/sys-apps/secilc/secilc-2.9_rc1.ebuild
deleted file mode 100644
index d7ad1e7fe88..000
--- a/sys-apps/secilc/secilc-2.9_rc1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20190125"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-08-17 Thread Jason Zaman
commit: 22d4cef4a03ab20bc494d1904c0f7578629742a9
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Aug 17 09:40:22 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Aug 17 09:40:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d4cef4

sys-apps/secilc: stable

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sys-apps/secilc/secilc-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-2.9.ebuild 
b/sys-apps/secilc/secilc-2.9.ebuild
index aead3f36a43..238190a3f6a 100644
--- a/sys-apps/secilc/secilc-2.9.ebuild
+++ b/sys-apps/secilc/secilc-2.9.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-03-31 Thread Jason Zaman
commit: 39d96e69f95b2f7ff90a306ab253af9482945d13
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Mar 30 17:04:07 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar 31 13:45:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d96e69

sys-apps/secilc: update live ebuild

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index d7ad1e7fe88..aead3f36a43 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20190125"
+MY_RELEASEDATE="20190315"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-03-31 Thread Jason Zaman
commit: f9368391e90a822bf1f8f3e9934011ea890af6b6
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Mar 30 17:06:59 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar 31 13:45:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9368391

sys-apps/secilc: bump to 2.9

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.9.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index d6ebffa440a..82611930fc5 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,4 @@
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
 DIST secilc-2.9-rc1.tar.gz 175895 BLAKE2B 
d89eebc1c71663c35f880f264d79e17da477261403cf4394ebf5017d86c64ada12c8d8fd92651e2ca33a0a4d90a4835a846221cab34564167fae66a76c962ebb
 SHA512 
5aeb099fc8afad5dce5c55c171db8ca1e1326bd670f84debdeb679b3e81e3f9943c68bcbbb3beaa9c9c3aa3aceb691f6cf8a13081f0bf28eb921d7b139dfb814
+DIST secilc-2.9.tar.gz 175885 BLAKE2B 
0a5fd0adb70ce80574148ac035dcb8c5c80f6779a6a0c696eaba26cb6c4441e58eb161600034102dcb34c87099357bfc66015d245cf2fd49b56e65d782fc8aac
 SHA512 
c552ce65fc23bef1a93b3dc485369d64ad19a3f30707b95d0dd488d1766ab9f5e75884b79e6464997eaafee119193a1fdd5ff8228aee0fa902e426eefa14a4ee

diff --git a/sys-apps/secilc/secilc-2.9.ebuild 
b/sys-apps/secilc/secilc-2.9.ebuild
new file mode 100644
index 000..aead3f36a43
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20190315"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-02-09 Thread Jason Zaman
commit: 21ca8f5b0ed12c529a1bd5436da92a9e7f14b9f6
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Feb  9 11:32:24 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  9 11:48:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ca8f5b

sys-apps/secilc: bump to 2.9_rc1

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.9_rc1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index df1afe37565..d6ebffa440a 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1
+DIST secilc-2.9-rc1.tar.gz 175895 BLAKE2B 
d89eebc1c71663c35f880f264d79e17da477261403cf4394ebf5017d86c64ada12c8d8fd92651e2ca33a0a4d90a4835a846221cab34564167fae66a76c962ebb
 SHA512 
5aeb099fc8afad5dce5c55c171db8ca1e1326bd670f84debdeb679b3e81e3f9943c68bcbbb3beaa9c9c3aa3aceb691f6cf8a13081f0bf28eb921d7b139dfb814

diff --git a/sys-apps/secilc/secilc-2.9_rc1.ebuild 
b/sys-apps/secilc/secilc-2.9_rc1.ebuild
new file mode 100644
index 000..d7ad1e7fe88
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.9_rc1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20190125"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2019-02-09 Thread Jason Zaman
commit: ffe87b4e4c45f80e0c50bfdf57da2574c460064a
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Feb  9 11:29:26 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  9 11:48:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe87b4e

sys-apps/secilc: update live ebuild

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/secilc/secilc-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 8ff2138afaf..d7ad1e7fe88 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20180524"
+MY_RELEASEDATE="20190125"
 
 SEPOL_VER="${PV}"
 
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
S="${WORKDIR}/${MY_P}/${PN}"
 else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz;
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
 fi



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-06-25 Thread Jason Zaman
commit: fddc4b2f244d1949b27b68921812a775c4a3fc1f
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 26 02:04:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 26 02:07:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddc4b2f

sys-apps/secilc: stable 2.8

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/secilc/secilc-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-2.8.ebuild 
b/sys-apps/secilc/secilc-2.8.ebuild
index 8ff2138afaf..a54a310c99d 100644
--- a/sys-apps/secilc/secilc-2.8.ebuild
+++ b/sys-apps/secilc/secilc-2.8.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-05-25 Thread Jason Zaman
commit: da3000b789ad7ed9962ca6204e6ea0274ee7376c
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 25 04:30:33 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 25 07:27:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3000b7

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 6587d7e6b16..8ff2138afaf 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20180510"
+MY_RELEASEDATE="20180524"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-05-25 Thread Jason Zaman
commit: 92953301b911bf019361689919368e7cc1a928db
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 25 04:34:17 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 25 07:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92953301

sys-apps/secilc: bump to 2.8

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.8.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 024ce8894bb..2c47c811525 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -3,3 +3,4 @@ DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eec
 DIST secilc-2.8-rc1.tar.gz 175892 BLAKE2B 
e919e7a519c02e4ff467aa086e1112d26fe2e32d30406ca34859703158d51b473353cd8b6c9825dc824f6fc09774993ab6386390ae2f9262f5afc80a19ca08fa
 SHA512 
c4ed860b4a35bbd4d2e9f20810deea8f8158825e24d55d97c122a8ffda0a7c8c16d84f966e923b371359c807620308e2c7fc10bccb384a94216a7b92d756ac13
 DIST secilc-2.8-rc2.tar.gz 175891 BLAKE2B 
15874f9de10c9cfcd063e9b3aa1c75427e3953fbb1b21127a5af3f1e49b34de59b01e5a813c6b82eaf38a4443b5aeb7d9669018c09c7a2d7a3552ee7a3a6be80
 SHA512 
b08990900817ac0c334ab59c70d88acd491e8203cbdb8a0fedd2c044be61fbafd8ae86fda1d32a87e605676c6f8cd123b2716de2920b8ed0efb8b05b4fdd0eff
 DIST secilc-2.8-rc3.tar.gz 175888 BLAKE2B 
4121c26b1d3f9479aa1fa2a5fbdc54944ff2040864bd65160b78c4e0b0e3f9e1a48c2903a5273e767ac7389152b46c5c65d94ccac5fb2b4f0f17ed63f74c2939
 SHA512 
ff457379e21362e102596a1619f77b42570634871427134e380d004b6711b327693339dfa52dda777b984f8019f56b4c056bf0f84f76173119b2ecedb03f73fb
+DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1

diff --git a/sys-apps/secilc/secilc-2.8.ebuild 
b/sys-apps/secilc/secilc-2.8.ebuild
new file mode 100644
index 000..8ff2138afaf
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20180524"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-05-25 Thread Jason Zaman
commit: faeccfc3da886a8fa5467a48fc20f3fe491bfc26
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 25 06:51:38 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 25 07:28:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeccfc3

sys-apps/secilc: drop old

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/secilc/Manifest  |  4 
 sys-apps/secilc/secilc-2.6.ebuild | 38 --
 sys-apps/secilc/secilc-2.8_rc1.ebuild | 44 ---
 sys-apps/secilc/secilc-2.8_rc2.ebuild | 44 ---
 sys-apps/secilc/secilc-2.8_rc3.ebuild | 44 ---
 5 files changed, 174 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 2c47c811525..df1afe37565 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,6 +1,2 @@
-DIST secilc-2.6.tar.gz 174543 BLAKE2B 
a540fc1b0e1821bb5177be57904602280ec8808c1cd4248385850db288493390e1340e637b98cfa75d27bc4e02555bcb4174b9946c30be160ba6220034befe6e
 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
-DIST secilc-2.8-rc1.tar.gz 175892 BLAKE2B 
e919e7a519c02e4ff467aa086e1112d26fe2e32d30406ca34859703158d51b473353cd8b6c9825dc824f6fc09774993ab6386390ae2f9262f5afc80a19ca08fa
 SHA512 
c4ed860b4a35bbd4d2e9f20810deea8f8158825e24d55d97c122a8ffda0a7c8c16d84f966e923b371359c807620308e2c7fc10bccb384a94216a7b92d756ac13
-DIST secilc-2.8-rc2.tar.gz 175891 BLAKE2B 
15874f9de10c9cfcd063e9b3aa1c75427e3953fbb1b21127a5af3f1e49b34de59b01e5a813c6b82eaf38a4443b5aeb7d9669018c09c7a2d7a3552ee7a3a6be80
 SHA512 
b08990900817ac0c334ab59c70d88acd491e8203cbdb8a0fedd2c044be61fbafd8ae86fda1d32a87e605676c6f8cd123b2716de2920b8ed0efb8b05b4fdd0eff
-DIST secilc-2.8-rc3.tar.gz 175888 BLAKE2B 
4121c26b1d3f9479aa1fa2a5fbdc54944ff2040864bd65160b78c4e0b0e3f9e1a48c2903a5273e767ac7389152b46c5c65d94ccac5fb2b4f0f17ed63f74c2939
 SHA512 
ff457379e21362e102596a1619f77b42570634871427134e380d004b6711b327693339dfa52dda777b984f8019f56b4c056bf0f84f76173119b2ecedb03f73fb
 DIST secilc-2.8.tar.gz 175893 BLAKE2B 
d1e588c82d8be68efb66abbcedf28b3f99ac58edf58df238d970243b7a9c94109fcfc6958907fd4f614381e9ee4e248796b556a37a283d6f0e602a98349c1dd9
 SHA512 
70b92802af8bdfbeb458ccaaed74e00e8a1edfcdbb48a0b422cf1e98ce467db1a586c800574ae61b0fbf006330c603b44d022091d7bcb6b0963ef1b1c6e547c1

diff --git a/sys-apps/secilc/secilc-2.6.ebuild 
b/sys-apps/secilc/secilc-2.6.ebuild
deleted file mode 100644
index 4dbf6ea8142..000
--- a/sys-apps/secilc/secilc-2.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20161014"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"

diff --git a/sys-apps/secilc/secilc-2.8_rc1.ebuild 
b/sys-apps/secilc/secilc-2.8_rc1.ebuild
deleted file mode 100644
index 4e6f3c66ad8..000
--- a/sys-apps/secilc/secilc-2.8_rc1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20180419"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-05-13 Thread Jason Zaman
commit: a54384e00dbf8716c8548d4cb990f9fca6671b1e
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun May 13 16:50:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May 13 17:28:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54384e0

sys-apps/secilc: bump to 2.8_rc3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.8_rc3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index e4173e6d899..024ce8894bb 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -2,3 +2,4 @@ DIST secilc-2.6.tar.gz 174543 BLAKE2B 
a540fc1b0e1821bb5177be57904602280ec8808c1c
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 DIST secilc-2.8-rc1.tar.gz 175892 BLAKE2B 
e919e7a519c02e4ff467aa086e1112d26fe2e32d30406ca34859703158d51b473353cd8b6c9825dc824f6fc09774993ab6386390ae2f9262f5afc80a19ca08fa
 SHA512 
c4ed860b4a35bbd4d2e9f20810deea8f8158825e24d55d97c122a8ffda0a7c8c16d84f966e923b371359c807620308e2c7fc10bccb384a94216a7b92d756ac13
 DIST secilc-2.8-rc2.tar.gz 175891 BLAKE2B 
15874f9de10c9cfcd063e9b3aa1c75427e3953fbb1b21127a5af3f1e49b34de59b01e5a813c6b82eaf38a4443b5aeb7d9669018c09c7a2d7a3552ee7a3a6be80
 SHA512 
b08990900817ac0c334ab59c70d88acd491e8203cbdb8a0fedd2c044be61fbafd8ae86fda1d32a87e605676c6f8cd123b2716de2920b8ed0efb8b05b4fdd0eff
+DIST secilc-2.8-rc3.tar.gz 175888 BLAKE2B 
4121c26b1d3f9479aa1fa2a5fbdc54944ff2040864bd65160b78c4e0b0e3f9e1a48c2903a5273e767ac7389152b46c5c65d94ccac5fb2b4f0f17ed63f74c2939
 SHA512 
ff457379e21362e102596a1619f77b42570634871427134e380d004b6711b327693339dfa52dda777b984f8019f56b4c056bf0f84f76173119b2ecedb03f73fb

diff --git a/sys-apps/secilc/secilc-2.8_rc3.ebuild 
b/sys-apps/secilc/secilc-2.8_rc3.ebuild
new file mode 100644
index 000..6587d7e6b16
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.8_rc3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20180510"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-05-13 Thread Jason Zaman
commit: e79cb619215d9870a2ab88f80cd5c3129c061a5f
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun May 13 16:41:31 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May 13 17:28:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79cb619

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index cbce8f70e76..6587d7e6b16 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20180426"
+MY_RELEASEDATE="20180510"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-04-26 Thread Jason Zaman
commit: 1acda4d9146e82a305d05ab28ccc4f8ac054f8f4
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 27 03:54:54 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 27 04:44:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acda4d9

sys-apps/secilc: bump to 2.8_rc2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.8_rc2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 61d935b0a8c..e4173e6d899 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,4 @@
 DIST secilc-2.6.tar.gz 174543 BLAKE2B 
a540fc1b0e1821bb5177be57904602280ec8808c1cd4248385850db288493390e1340e637b98cfa75d27bc4e02555bcb4174b9946c30be160ba6220034befe6e
 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 DIST secilc-2.8-rc1.tar.gz 175892 BLAKE2B 
e919e7a519c02e4ff467aa086e1112d26fe2e32d30406ca34859703158d51b473353cd8b6c9825dc824f6fc09774993ab6386390ae2f9262f5afc80a19ca08fa
 SHA512 
c4ed860b4a35bbd4d2e9f20810deea8f8158825e24d55d97c122a8ffda0a7c8c16d84f966e923b371359c807620308e2c7fc10bccb384a94216a7b92d756ac13
+DIST secilc-2.8-rc2.tar.gz 175891 BLAKE2B 
15874f9de10c9cfcd063e9b3aa1c75427e3953fbb1b21127a5af3f1e49b34de59b01e5a813c6b82eaf38a4443b5aeb7d9669018c09c7a2d7a3552ee7a3a6be80
 SHA512 
b08990900817ac0c334ab59c70d88acd491e8203cbdb8a0fedd2c044be61fbafd8ae86fda1d32a87e605676c6f8cd123b2716de2920b8ed0efb8b05b4fdd0eff

diff --git a/sys-apps/secilc/secilc-2.8_rc2.ebuild 
b/sys-apps/secilc/secilc-2.8_rc2.ebuild
new file mode 100644
index 000..cbce8f70e76
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.8_rc2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20180426"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-04-26 Thread Jason Zaman
commit: 86a0873c679dbca740fb96ded3c48ab913316ed9
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 27 03:51:43 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 27 04:44:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a0873c

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 4e6f3c66ad8..cbce8f70e76 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20180419"
+MY_RELEASEDATE="20180426"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-04-26 Thread Jason Zaman
commit: e1e12fab013ddb94d87ed91ef122b9d093801d97
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 25 12:20:35 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Apr 26 11:22:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e12fab

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/secilc-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 7b5cd206329..4e6f3c66ad8 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20170804"
+MY_RELEASEDATE="20180419"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2018-04-26 Thread Jason Zaman
commit: 6b569c53e519c5f28d481d1ec04159183c2a0cd5
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Apr 26 10:51:01 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Apr 26 11:22:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b569c53

sys-apps/secilc: bump to 2.8_rc1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.8_rc1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 8d610fad4d5..61d935b0a8c 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-2.6.tar.gz 174543 BLAKE2B 
a540fc1b0e1821bb5177be57904602280ec8808c1cd4248385850db288493390e1340e637b98cfa75d27bc4e02555bcb4174b9946c30be160ba6220034befe6e
 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 DIST secilc-2.7.tar.gz 175733 BLAKE2B 
dfad83618f3dd14f4a710d27b6ff3dbe188c9e1eecabe29dd16d9b0ba35a2aa2c5777d999fb378159624f7b7af9af152592e69f9212d2ae6dc6e52dbefcba056
 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
+DIST secilc-2.8-rc1.tar.gz 175892 BLAKE2B 
e919e7a519c02e4ff467aa086e1112d26fe2e32d30406ca34859703158d51b473353cd8b6c9825dc824f6fc09774993ab6386390ae2f9262f5afc80a19ca08fa
 SHA512 
c4ed860b4a35bbd4d2e9f20810deea8f8158825e24d55d97c122a8ffda0a7c8c16d84f966e923b371359c807620308e2c7fc10bccb384a94216a7b92d756ac13

diff --git a/sys-apps/secilc/secilc-2.8_rc1.ebuild 
b/sys-apps/secilc/secilc-2.8_rc1.ebuild
new file mode 100644
index 000..4e6f3c66ad8
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.8_rc1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20180419"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-09-22 Thread Jason Zaman
commit: 84800452748ee722ca20ee4fb89a7c079b5e4747
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 22 16:09:04 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 23 02:13:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84800452

sys-apps/secilc: stablize 2.7

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 sys-apps/secilc/secilc-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-2.7.ebuild 
b/sys-apps/secilc/secilc-2.7.ebuild
index 7b5cd206329..0990b360855 100644
--- a/sys-apps/secilc/secilc-2.7.ebuild
+++ b/sys-apps/secilc/secilc-2.7.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-09-22 Thread Jason Zaman
commit: 58c6943a4c738ed6b8e5f9e6ec8424e03e5cd1c0
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 22 16:27:37 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 23 02:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c6943a

sys-apps/secilc: drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 sys-apps/secilc/Manifest  |  4 
 sys-apps/secilc/secilc-2.5.ebuild | 44 ---
 sys-apps/secilc/secilc-2.7_rc1.ebuild | 44 ---
 sys-apps/secilc/secilc-2.7_rc4.ebuild | 44 ---
 sys-apps/secilc/secilc-2.7_rc5.ebuild | 44 ---
 5 files changed, 180 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 2a7446b1118..4232903d4c6 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,6 +1,2 @@
-DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e
 DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 WHIRLPOOL 
34933ef3b67e6c665f7ef239beba577928a9d99d01d3b801931dfc44a0a602822361f3ec63dd03e8becde3dd5f1092d3f7b915ac83ecfb77fb5a9cfa107fa4b6
-DIST secilc-2.7-rc1.tar.gz 175035 SHA256 
9defac555414311f8e795899286728d4f62dcb8f425eae7a01ee8d1e52a4ac01 SHA512 
698a63bd7a20624535212115d48dbe0e20acd4788825074c048169a8d7a2d19b6d30647c75cb12d067f6961ddecdc3f6fd6f0bece5a52bd19bc44c569fb627a1
 WHIRLPOOL 
6277e1f85cac9ce53642c55c2bead675081491cd9810b67b69f6f0808aa9db27c33fcc8633424113446060bfe547fea6ccf733b51ca0690446d94474eb180e0e
-DIST secilc-2.7-rc4.tar.gz 175724 SHA256 
f1015c509eae73599922751ab966be35ec0e4c3e3517f1e8758e28ce23f0ffde SHA512 
008f3e51bc5df9fc7bc69ea549b6510e103ea29d439f65f33c0f4a355990f889df8592fa4a7606f9a977e334cc2e0b4beec09037966228ddccd20f7274e7b3fc
 WHIRLPOOL 
572f498dd2d21da8bfeebf747744a5b67b01caa42d78da24f67f11717d1510e6952f8b796539955d35547bd8ca4a11daff196b6c3ad09228ced3c4e991f93d43
-DIST secilc-2.7-rc5.tar.gz 175731 SHA256 
0dc2bb26f32aeb345bf4074c2c74c55ee85cfcc29c6b74a247acb5f22f4bdc44 SHA512 
69d66abcbb898b15ae4b4631e42accd74c947369e0d9b9cf13e5bcbddde5510a91edea6f127c53ffdee6e3fc2a78558763a861008e243cde45983f18c18f8ed1
 WHIRLPOOL 
334e52972e1a0db52ff15ad3e29aa1a05326a9d24851a43244548bdc23794b6145a69963518c4784493d392104f2435c5bc49cad71b3e9348f79c75e0397e06b
 DIST secilc-2.7.tar.gz 175733 SHA256 
9ec63dd64645c718f66d33c96299adfe0445b0aa62d7ac8c642f873c570609c5 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 WHIRLPOOL 
8e6107728df2a454a1482570480df0fedf377710151d046ba87ebcf33f028bf9bedf473cd2d374a834a2ce345e749ad916707ee7bd9caf6581e661d717241359

diff --git a/sys-apps/secilc/secilc-2.5.ebuild 
b/sys-apps/secilc/secilc-2.5.ebuild
deleted file mode 100644
index 52b802c1d63..000
--- a/sys-apps/secilc/secilc-2.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs eutils
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20160223"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   app-text/xmlto
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-RDEPEND="
-   >=sys-libs/libsepol-${SEPOL_VER}
-   "
-
-# 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-2.7_rc1.ebuild 
b/sys-apps/secilc/secilc-2.7_rc1.ebuild
deleted file mode 100644
index 110de93d9ab..000
--- a/sys-apps/secilc/secilc-2.7_rc1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit toolchain-funcs
-
-MY_P="${P//_/-}"
-MY_RELEASEDATE="20170609"
-
-SEPOL_VER="${PV}"
-
-DESCRIPTION="SELinux Common Intermediate Language 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-08-07 Thread Jason Zaman
commit: 9e5eab5067cd7027714513edca1f8ce8c6d2e7cb
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Aug  7 14:10:04 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Aug  7 16:46:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5eab50

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 02442dff35f..7b5cd206329 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20170718"
+MY_RELEASEDATE="20170804"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-08-07 Thread Jason Zaman
commit: 147b4fc96ab4281c084fa3148d50b3aa68c8c01a
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Aug  7 14:12:24 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Aug  7 16:46:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147b4fc9

sys-apps/secilc: bump to 2.7

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.7.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 8ec5a4a3dac..2a7446b1118 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -3,3 +3,4 @@ DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f54
 DIST secilc-2.7-rc1.tar.gz 175035 SHA256 
9defac555414311f8e795899286728d4f62dcb8f425eae7a01ee8d1e52a4ac01 SHA512 
698a63bd7a20624535212115d48dbe0e20acd4788825074c048169a8d7a2d19b6d30647c75cb12d067f6961ddecdc3f6fd6f0bece5a52bd19bc44c569fb627a1
 WHIRLPOOL 
6277e1f85cac9ce53642c55c2bead675081491cd9810b67b69f6f0808aa9db27c33fcc8633424113446060bfe547fea6ccf733b51ca0690446d94474eb180e0e
 DIST secilc-2.7-rc4.tar.gz 175724 SHA256 
f1015c509eae73599922751ab966be35ec0e4c3e3517f1e8758e28ce23f0ffde SHA512 
008f3e51bc5df9fc7bc69ea549b6510e103ea29d439f65f33c0f4a355990f889df8592fa4a7606f9a977e334cc2e0b4beec09037966228ddccd20f7274e7b3fc
 WHIRLPOOL 
572f498dd2d21da8bfeebf747744a5b67b01caa42d78da24f67f11717d1510e6952f8b796539955d35547bd8ca4a11daff196b6c3ad09228ced3c4e991f93d43
 DIST secilc-2.7-rc5.tar.gz 175731 SHA256 
0dc2bb26f32aeb345bf4074c2c74c55ee85cfcc29c6b74a247acb5f22f4bdc44 SHA512 
69d66abcbb898b15ae4b4631e42accd74c947369e0d9b9cf13e5bcbddde5510a91edea6f127c53ffdee6e3fc2a78558763a861008e243cde45983f18c18f8ed1
 WHIRLPOOL 
334e52972e1a0db52ff15ad3e29aa1a05326a9d24851a43244548bdc23794b6145a69963518c4784493d392104f2435c5bc49cad71b3e9348f79c75e0397e06b
+DIST secilc-2.7.tar.gz 175733 SHA256 
9ec63dd64645c718f66d33c96299adfe0445b0aa62d7ac8c642f873c570609c5 SHA512 
cd828ad34e80151951f94414d27246b480cd4831d1d57cb35d5958ce23c30fe74f26ec1c4b29b51fe382bf03ec3144311b35ca645ffc6b914b7abfe677684c06
 WHIRLPOOL 
8e6107728df2a454a1482570480df0fedf377710151d046ba87ebcf33f028bf9bedf473cd2d374a834a2ce345e749ad916707ee7bd9caf6581e661d717241359

diff --git a/sys-apps/secilc/secilc-2.7.ebuild 
b/sys-apps/secilc/secilc-2.7.ebuild
new file mode 100644
index 000..7b5cd206329
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20170804"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-07-22 Thread Jason Zaman
commit: 1d4c54d9d7bc24efe466510a7ce769137eba5e6b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jul 22 10:20:40 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Jul 22 10:46:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4c54d9

sys-apps/secilc: bump to 2.7_rc5

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.7_rc5.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 7309bd7c677..8ec5a4a3dac 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -2,3 +2,4 @@ DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a5
 DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 WHIRLPOOL 
34933ef3b67e6c665f7ef239beba577928a9d99d01d3b801931dfc44a0a602822361f3ec63dd03e8becde3dd5f1092d3f7b915ac83ecfb77fb5a9cfa107fa4b6
 DIST secilc-2.7-rc1.tar.gz 175035 SHA256 
9defac555414311f8e795899286728d4f62dcb8f425eae7a01ee8d1e52a4ac01 SHA512 
698a63bd7a20624535212115d48dbe0e20acd4788825074c048169a8d7a2d19b6d30647c75cb12d067f6961ddecdc3f6fd6f0bece5a52bd19bc44c569fb627a1
 WHIRLPOOL 
6277e1f85cac9ce53642c55c2bead675081491cd9810b67b69f6f0808aa9db27c33fcc8633424113446060bfe547fea6ccf733b51ca0690446d94474eb180e0e
 DIST secilc-2.7-rc4.tar.gz 175724 SHA256 
f1015c509eae73599922751ab966be35ec0e4c3e3517f1e8758e28ce23f0ffde SHA512 
008f3e51bc5df9fc7bc69ea549b6510e103ea29d439f65f33c0f4a355990f889df8592fa4a7606f9a977e334cc2e0b4beec09037966228ddccd20f7274e7b3fc
 WHIRLPOOL 
572f498dd2d21da8bfeebf747744a5b67b01caa42d78da24f67f11717d1510e6952f8b796539955d35547bd8ca4a11daff196b6c3ad09228ced3c4e991f93d43
+DIST secilc-2.7-rc5.tar.gz 175731 SHA256 
0dc2bb26f32aeb345bf4074c2c74c55ee85cfcc29c6b74a247acb5f22f4bdc44 SHA512 
69d66abcbb898b15ae4b4631e42accd74c947369e0d9b9cf13e5bcbddde5510a91edea6f127c53ffdee6e3fc2a78558763a861008e243cde45983f18c18f8ed1
 WHIRLPOOL 
334e52972e1a0db52ff15ad3e29aa1a05326a9d24851a43244548bdc23794b6145a69963518c4784493d392104f2435c5bc49cad71b3e9348f79c75e0397e06b

diff --git a/sys-apps/secilc/secilc-2.7_rc5.ebuild 
b/sys-apps/secilc/secilc-2.7_rc5.ebuild
new file mode 100644
index 000..02442dff35f
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.7_rc5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20170718"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-07-22 Thread Jason Zaman
commit: 620b2a5c29628c83a2b36710f226ddf2758d40a7
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jul 22 10:17:45 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Jul 22 10:45:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b2a5c

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index a7a99cd21b7..02442dff35f 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20170630"
+MY_RELEASEDATE="20170718"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-07-09 Thread Jason Zaman
commit: e5b376a22fb563fbcea08004f33215548e53f668
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul  9 08:06:44 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul  9 10:02:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b376a2

sys-apps/secilc: bump to 2.7_rc4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.7_rc4.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index f6527aca7ba..7309bd7c677 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,3 +1,4 @@
 DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e
 DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 WHIRLPOOL 
34933ef3b67e6c665f7ef239beba577928a9d99d01d3b801931dfc44a0a602822361f3ec63dd03e8becde3dd5f1092d3f7b915ac83ecfb77fb5a9cfa107fa4b6
 DIST secilc-2.7-rc1.tar.gz 175035 SHA256 
9defac555414311f8e795899286728d4f62dcb8f425eae7a01ee8d1e52a4ac01 SHA512 
698a63bd7a20624535212115d48dbe0e20acd4788825074c048169a8d7a2d19b6d30647c75cb12d067f6961ddecdc3f6fd6f0bece5a52bd19bc44c569fb627a1
 WHIRLPOOL 
6277e1f85cac9ce53642c55c2bead675081491cd9810b67b69f6f0808aa9db27c33fcc8633424113446060bfe547fea6ccf733b51ca0690446d94474eb180e0e
+DIST secilc-2.7-rc4.tar.gz 175724 SHA256 
f1015c509eae73599922751ab966be35ec0e4c3e3517f1e8758e28ce23f0ffde SHA512 
008f3e51bc5df9fc7bc69ea549b6510e103ea29d439f65f33c0f4a355990f889df8592fa4a7606f9a977e334cc2e0b4beec09037966228ddccd20f7274e7b3fc
 WHIRLPOOL 
572f498dd2d21da8bfeebf747744a5b67b01caa42d78da24f67f11717d1510e6952f8b796539955d35547bd8ca4a11daff196b6c3ad09228ced3c4e991f93d43

diff --git a/sys-apps/secilc/secilc-2.7_rc4.ebuild 
b/sys-apps/secilc/secilc-2.7_rc4.ebuild
new file mode 100644
index 000..a7a99cd21b7
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.7_rc4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20170630"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-07-09 Thread Jason Zaman
commit: da21d584014e02df7732927ed14ce3a5c2679bc9
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul  9 07:29:19 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul  9 10:02:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da21d584

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 110de93d9ab..a7a99cd21b7 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20170609"
+MY_RELEASEDATE="20170630"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-06-13 Thread Jason Zaman
commit: 102de2b6d8921da27d1c53d3d05905ce2ae4d8b1
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 13 05:13:16 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 13 15:10:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102de2b6

sys-apps/secilc: update live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 5b10bacaa82..110de93d9ab 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20161014"
+MY_RELEASEDATE="20170609"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-06-13 Thread Jason Zaman
commit: 95f1348afa677f25a7fb28ed185b8a0e1a7db125
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 13 05:12:33 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 13 15:10:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f1348a

sys-apps/secilc: bump to 2.7_rc1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/secilc/Manifest  |  1 +
 sys-apps/secilc/secilc-2.7_rc1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 739199980e3..f6527aca7ba 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,3 @@
 DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e
 DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 WHIRLPOOL 
34933ef3b67e6c665f7ef239beba577928a9d99d01d3b801931dfc44a0a602822361f3ec63dd03e8becde3dd5f1092d3f7b915ac83ecfb77fb5a9cfa107fa4b6
+DIST secilc-2.7-rc1.tar.gz 175035 SHA256 
9defac555414311f8e795899286728d4f62dcb8f425eae7a01ee8d1e52a4ac01 SHA512 
698a63bd7a20624535212115d48dbe0e20acd4788825074c048169a8d7a2d19b6d30647c75cb12d067f6961ddecdc3f6fd6f0bece5a52bd19bc44c569fb627a1
 WHIRLPOOL 
6277e1f85cac9ce53642c55c2bead675081491cd9810b67b69f6f0808aa9db27c33fcc8633424113446060bfe547fea6ccf733b51ca0690446d94474eb180e0e

diff --git a/sys-apps/secilc/secilc-2.7_rc1.ebuild 
b/sys-apps/secilc/secilc-2.7_rc1.ebuild
new file mode 100644
index 000..110de93d9ab
--- /dev/null
+++ b/sys-apps/secilc/secilc-2.7_rc1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+MY_P="${P//_/-}"
+MY_RELEASEDATE="20170609"
+
+SEPOL_VER="${PV}"
+
+DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   app-text/xmlto
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+RDEPEND="
+   >=sys-libs/libsepol-${SEPOL_VER}
+   "
+
+# tests are not meant to be run outside of the
+# full SELinux userland repo
+RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2017-04-26 Thread Jason Zaman
commit: c7b8f8befc3d64562fa30ccbdb2f70ff7bb6d12c
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 04:34:26 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b8f8be

sys-apps/secilc: export CC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index ad52193eeb9..5b10bacaa82 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
+inherit toolchain-funcs
 
 MY_P="${P//_/-}"
 MY_RELEASEDATE="20161014"
@@ -36,3 +37,8 @@ RDEPEND="
 # tests are not meant to be run outside of the
 # full SELinux userland repo
 RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-12-12 Thread Jason Zaman
commit: 10e64b418627e2d42e81b4d5a0a76440fa301efd
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec 12 13:29:51 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec 12 13:57:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e64b41

sys-apps/secilc: stabilize userland 2.6

Package-Manager: portage-2.3.0

 sys-apps/secilc/secilc-2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-2.6.ebuild 
b/sys-apps/secilc/secilc-2.6.ebuild
index a9608de..f89d237 100644
--- a/sys-apps/secilc/secilc-2.6.ebuild
+++ b/sys-apps/secilc/secilc-2.6.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-10-24 Thread Jason Zaman
commit: 4061d7993e2704fbd2a9a9e5f655384cf8a4cef6
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Oct 23 17:26:00 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Oct 24 15:38:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4061d799

sys-apps/secilc: bump to 2.6 final release

Package-Manager: portage-2.3.0

 sys-apps/secilc/Manifest | 2 +-
 sys-apps/secilc/{secilc-2.6_rc2.ebuild => secilc-2.6.ebuild} | 2 +-
 sys-apps/secilc/secilc-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index b033e61..7391999 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,2 @@
 DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e
-DIST secilc-2.6-rc2.tar.gz 174560 SHA256 
3a1b993edb6f135e49b00890b1d2ab9ad983db60ae23f2be175c031f913636f8 SHA512 
0cfbc771918df67b2ac1862408f97fc1e09101b3a47c5b27915e879ca3139d39b97a5ed90e3067cec9f047244a245af6bd552025cb2448727f8721c53ab3f611
 WHIRLPOOL 
d75f4d0f1caa273989ef8b11dc4b839ccc61de4538a762f586e922dfdfbfe357c39e07bad9995996459abed6213b4233f6de1e0591f2bc3d2ee5ceb12ed27656
+DIST secilc-2.6.tar.gz 174543 SHA256 
a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502 SHA512 
5d59320d599d15754d76d36d981a1927d9633db9813f0248c29c9ff38bc59bf394910f4d56444a97df910b48e59f128d9997a85b6bd2ee8e0dd3ae31a9a2b7d0
 WHIRLPOOL 
34933ef3b67e6c665f7ef239beba577928a9d99d01d3b801931dfc44a0a602822361f3ec63dd03e8becde3dd5f1092d3f7b915ac83ecfb77fb5a9cfa107fa4b6

diff --git a/sys-apps/secilc/secilc-2.6_rc2.ebuild 
b/sys-apps/secilc/secilc-2.6.ebuild
similarity index 96%
rename from sys-apps/secilc/secilc-2.6_rc2.ebuild
rename to sys-apps/secilc/secilc-2.6.ebuild
index 5c7439f..a9608de 100644
--- a/sys-apps/secilc/secilc-2.6_rc2.ebuild
+++ b/sys-apps/secilc/secilc-2.6.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20161006"
+MY_RELEASEDATE="20161014"
 
 SEPOL_VER="${PV}"
 

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 5c7439f..a9608de 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20161006"
+MY_RELEASEDATE="20161014"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-10-06 Thread Jason Zaman
commit: 0a9792f94689097c5a5c9ce9484381d4817e8066
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:20:40 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:20:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9792f9

sys-apps/secilc: stable 2.5

Package-Manager: portage-2.3.0

 sys-apps/secilc/secilc-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-2.5.ebuild 
b/sys-apps/secilc/secilc-2.5.ebuild
index 9b5d6da..582d20b 100644
--- a/sys-apps/secilc/secilc-2.5.ebuild
+++ b/sys-apps/secilc/secilc-2.5.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-10-06 Thread Jason Zaman
commit: 305cc96dfcabc1557a6a2e358985aa9f63e5c5b1
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:12:12 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305cc96d

sys-apps/secilc: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 sys-apps/secilc/Manifest | 2 +-
 sys-apps/secilc/{secilc-2.6_rc1.ebuild => secilc-2.6_rc2.ebuild} | 2 +-
 sys-apps/secilc/secilc-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 8ff1a20..b033e61 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +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
+DIST secilc-2.6-rc2.tar.gz 174560 SHA256 
3a1b993edb6f135e49b00890b1d2ab9ad983db60ae23f2be175c031f913636f8 SHA512 
0cfbc771918df67b2ac1862408f97fc1e09101b3a47c5b27915e879ca3139d39b97a5ed90e3067cec9f047244a245af6bd552025cb2448727f8721c53ab3f611
 WHIRLPOOL 
d75f4d0f1caa273989ef8b11dc4b839ccc61de4538a762f586e922dfdfbfe357c39e07bad9995996459abed6213b4233f6de1e0591f2bc3d2ee5ceb12ed27656

diff --git a/sys-apps/secilc/secilc-2.6_rc1.ebuild 
b/sys-apps/secilc/secilc-2.6_rc2.ebuild
similarity index 96%
rename from sys-apps/secilc/secilc-2.6_rc1.ebuild
rename to sys-apps/secilc/secilc-2.6_rc2.ebuild
index 2d316f8..5c7439f 100644
--- a/sys-apps/secilc/secilc-2.6_rc1.ebuild
+++ b/sys-apps/secilc/secilc-2.6_rc2.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 2d316f8..5c7439f 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-10-03 Thread Jason Zaman
commit: d82cdfbb17e70b1a258dad133d80451e7f8f571a
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Oct  1 03:46:48 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Oct  3 07:02:41 2016 +
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-.ebuild => secilc-2.6_rc1.ebuild} | 10 ++
 sys-apps/secilc/secilc-.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-.ebuild 
b/sys-apps/secilc/secilc-2.6_rc1.ebuild
similarity index 89%
copy from sys-apps/secilc/secilc-.ebuild
copy to sys-apps/secilc/secilc-2.6_rc1.ebuild
index 9b5d6da..2d316f8 100644
--- a/sys-apps/secilc/secilc-.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-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 9b5d6da..2d316f8 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2016-03-13 Thread Sven Vermeulen
commit: ce62bcdbb864d233c99a6e4c62eaa03692501434
Author: Sven Vermeulen  gentoo  org>
AuthorDate: Sun Mar 13 18:57:05 2016 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Mar 13 19:46:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce62bcdb

sys-apps/secilc: Bump to 2.5 release

Package-Manager: portage-2.2.26

 sys-apps/secilc/Manifest  | 1 +
 sys-apps/secilc/{secilc-.ebuild => secilc-2.5.ebuild} | 4 ++--
 sys-apps/secilc/secilc-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
new file mode 100644
index 000..7fea235
--- /dev/null
+++ b/sys-apps/secilc/Manifest
@@ -0,0 +1 @@
+DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-2.5.ebuild
similarity index 92%
copy from sys-apps/secilc/secilc-.ebuild
copy to sys-apps/secilc/secilc-2.5.ebuild
index b463377..9b5d6da 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="5"
 inherit toolchain-funcs eutils
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20150202"
+MY_RELEASEDATE="20160223"
 
 SEPOL_VER="${PV}"
 

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index b463377..9b5d6da 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="5"
 inherit toolchain-funcs eutils
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20150202"
+MY_RELEASEDATE="20160223"
 
 SEPOL_VER="${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/

2015-12-21 Thread Jason Zaman
commit: 404fa763c7b3927e3fbe1b619e5456ebcb57cd99
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec 21 02:46:23 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec 21 08:56:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404fa763

sys-apps/secilc: migrate selinux herd to project

Package-Manager: portage-2.2.24

 sys-apps/secilc/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/secilc/metadata.xml b/sys-apps/secilc/metadata.xml
index 26d91de..1aa7242 100644
--- a/sys-apps/secilc/metadata.xml
+++ b/sys-apps/secilc/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   selinux
+   
+   seli...@gentoo.org
+   SELinux Team
+   

 The SELinux CIL Compiler is a compiler that converts the CIL language 
as
 described on the CIL design wiki into a kernel binary policy file.