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

2024-02-09 Thread Kenton Groombridge
commit: b83fdda18c069a6b5af720db7ebd431091fcd3da
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Feb  9 14:38:58 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Fri Feb  9 14:41:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83fdda1

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.6.ebuild 
b/sys-apps/mcstrans/mcstrans-3.6.ebuild
index bbd7a4cc0378..5e3f390c215e 100644
--- a/sys-apps/mcstrans/mcstrans-3.6.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.6.ebuild
@@ -17,7 +17,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 ~mips ~x86"
+   KEYWORDS="amd64 arm arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2024-01-16 Thread Kenton Groombridge
commit: 7e9f8ef9196f519fb710e880b92de0184f520bf3
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Jan 17 00:28:07 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Wed Jan 17 01:29:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9f8ef9

sys-apps/mcstrans: bump to 3.6

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.6.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 19f5562abbf7..aafb84a12eef 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1 +1,2 @@
 DIST mcstrans-3.5.tar.gz 45091 BLAKE2B 
c6604075a6b37d7bf10e2daee40d9f034a26c5d56b81973cbc3b39621bdf5e2cb1d5906e91942e09ff077a14facafcc2464995675d8df31930707033fac5db90
 SHA512 
f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665
+DIST mcstrans-3.6.tar.gz 42199 BLAKE2B 
0f1b4ed212994037b062c42887e2629ae7374e0cbbd79692588ce164440eafddc6d7ab15d58f6064d68781a5a8fd614c9cfa734c4dbe1d3fea1dbb0f8191ddc1
 SHA512 
2c01a70741675faa41e8a9243f3cf08b558e568d7ae343874ff9c269473ba2748d42e0b45871d82d6c9b01bf71547835d547683f1aa5a8cf626708c7c69569fc

diff --git a/sys-apps/mcstrans/mcstrans-3.6.ebuild 
b/sys-apps/mcstrans/mcstrans-3.6.ebuild
new file mode 100644
index ..bbd7a4cc0378
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.6.ebuild
@@ -0,0 +1,51 @@
+# 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 context translation to human readable names"
+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 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre2:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

2024-01-16 Thread Kenton Groombridge
commit: 23435ef811345b7e141841a958ecc02dfbd18096
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Jan 17 00:26:39 2024 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Wed Jan 17 01:29:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23435ef8

sys-apps/mcstrans: update live ebuild

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

 sys-apps/mcstrans/mcstrans-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 5cad428935de..bbd7a4cc0378 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.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"
@@ -23,7 +23,6 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
 
 DEPEND=">=sys-libs/libsepol-${PV}:=
>=sys-libs/libselinux-${PV}:=



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

2023-04-15 Thread Kenton Groombridge
commit: 581382821062a54416eecfe132a0bbc1389c1c41
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sat Apr 15 15:06:10 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Apr 15 15:06:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58138282

sys-apps/mcstrans: drop 3.4

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

 sys-apps/mcstrans/Manifest|  1 -
 sys-apps/mcstrans/mcstrans-3.4.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 2ae3aab36288..19f5562abbf7 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1 @@
-DIST mcstrans-3.4.tar.gz 45125 BLAKE2B 
59a403e7d4018bee2632360d5720e65f26b0581ed58a42e8caee2d352d104658e27ece850ca6c50ea513766a973c6ae98fd4115d478555dd5c130956188c0668
 SHA512 
bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b8789ff06fb182518c
 DIST mcstrans-3.5.tar.gz 45091 BLAKE2B 
c6604075a6b37d7bf10e2daee40d9f034a26c5d56b81973cbc3b39621bdf5e2cb1d5906e91942e09ff077a14facafcc2464995675d8df31930707033fac5db90
 SHA512 
f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665

diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4.ebuild
deleted file mode 100644
index ef7ae56a6978..
--- a/sys-apps/mcstrans/mcstrans-3.4.ebuild
+++ /dev/null
@@ -1,52 +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 context translation to human readable names"
-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 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre2:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rf "${D}/etc/rc.d" || die
-
-   newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}



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

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

sys-apps/mcstrans: Stabilize SELinux userspace 3.5

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.5.ebuild 
b/sys-apps/mcstrans/mcstrans-3.5.ebuild
index 5cad428935de..e6c8880095b2 100644
--- a/sys-apps/mcstrans/mcstrans-3.5.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.5.ebuild
@@ -17,7 +17,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 ~mips ~x86"
+   KEYWORDS="amd64 arm arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2023-03-29 Thread Kenton Groombridge
commit: c177ec898c39bbd4dc07e214f210eccb4d040979
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Mar 29 22:33:05 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Thu Mar 30 00:08:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c177ec89

sys-apps/mcstrans: drop 3.3

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

 sys-apps/mcstrans/Manifest|  1 -
 sys-apps/mcstrans/mcstrans-3.3.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index c4de3a56d612..2ae3aab36288 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,2 @@
-DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2
 DIST mcstrans-3.4.tar.gz 45125 BLAKE2B 
59a403e7d4018bee2632360d5720e65f26b0581ed58a42e8caee2d352d104658e27ece850ca6c50ea513766a973c6ae98fd4115d478555dd5c130956188c0668
 SHA512 
bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b8789ff06fb182518c
 DIST mcstrans-3.5.tar.gz 45091 BLAKE2B 
c6604075a6b37d7bf10e2daee40d9f034a26c5d56b81973cbc3b39621bdf5e2cb1d5906e91942e09ff077a14facafcc2464995675d8df31930707033fac5db90
 SHA512 
f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665

diff --git a/sys-apps/mcstrans/mcstrans-3.3.ebuild 
b/sys-apps/mcstrans/mcstrans-3.3.ebuild
deleted file mode 100644
index 67f5284fcece..
--- a/sys-apps/mcstrans/mcstrans-3.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-IUSE=""
-
-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 ~mips x86"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rf "${D}/etc/rc.d" || die
-
-   newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}



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

2023-03-29 Thread Kenton Groombridge
commit: 5ea018d4725a74ce80b007ec23995865569cc944
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Wed Mar 29 22:20:51 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Thu Mar 30 00:08:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea018d4

sys-apps/mcstrans: bump to 3.5

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index c320b3635f10..c4de3a56d612 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2
 DIST mcstrans-3.4.tar.gz 45125 BLAKE2B 
59a403e7d4018bee2632360d5720e65f26b0581ed58a42e8caee2d352d104658e27ece850ca6c50ea513766a973c6ae98fd4115d478555dd5c130956188c0668
 SHA512 
bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b8789ff06fb182518c
+DIST mcstrans-3.5.tar.gz 45091 BLAKE2B 
c6604075a6b37d7bf10e2daee40d9f034a26c5d56b81973cbc3b39621bdf5e2cb1d5906e91942e09ff077a14facafcc2464995675d8df31930707033fac5db90
 SHA512 
f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665

diff --git a/sys-apps/mcstrans/mcstrans-3.5.ebuild 
b/sys-apps/mcstrans/mcstrans-3.5.ebuild
new file mode 100644
index ..5cad428935de
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.5.ebuild
@@ -0,0 +1,52 @@
+# 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 context translation to human readable names"
+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 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre2:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

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

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4.ebuild
index ba91c85c8014..ef7ae56a6978 100644
--- a/sys-apps/mcstrans/mcstrans-3.4.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.4.ebuild
@@ -17,7 +17,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 ~mips x86"
+   KEYWORDS="amd64 arm arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

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

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4.ebuild
index c0129fbc3b69..ba91c85c8014 100644
--- a/sys-apps/mcstrans/mcstrans-3.4.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.4.ebuild
@@ -17,7 +17,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 ~mips x86"
+   KEYWORDS="amd64 arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2022-07-02 Thread Kenton Groombridge
commit: f2c9a959f97e1ea9dc649414a202a54c35f04bff
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sat Jul  2 17:02:08 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jul  2 17:02:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c9a959

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4.ebuild
index 75563498db4f..c0129fbc3b69 100644
--- a/sys-apps/mcstrans/mcstrans-3.4.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.4.ebuild
@@ -17,7 +17,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 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2022-06-03 Thread Kenton Groombridge
commit: 216a2a6b0150f56cbebbf179d10e1aa1675a22e2
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Jun  3 13:46:19 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jun  4 01:03:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216a2a6b

sys-apps/mcstrans: drop 3.4_rc1

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

 sys-apps/mcstrans/Manifest|  1 -
 sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 1ee16b6a9d7d..c320b3635f10 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,2 @@
 DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2
-DIST mcstrans-3.4-rc1.tar.gz 45128 BLAKE2B 
90ef74de6db72005b17254a23673edca30c8441155947b0cd11e5a45b376a58f608eca38fc91184e33dd593551de48010bde1962849ad7d6427d310c4e2609e4
 SHA512 
7889b6b4a22d2b3b900b28fddfb09d32bcc8d4dfacb3ac75253aa812b35578907272b758c4050d52560cdb751cefca5f4bd46c8c2402b47f8833c63134b8e780
 DIST mcstrans-3.4.tar.gz 45125 BLAKE2B 
59a403e7d4018bee2632360d5720e65f26b0581ed58a42e8caee2d352d104658e27ece850ca6c50ea513766a973c6ae98fd4115d478555dd5c130956188c0668
 SHA512 
bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b8789ff06fb182518c

diff --git a/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild
deleted file mode 100644
index 75563498db4f..
--- a/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild
+++ /dev/null
@@ -1,52 +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 context translation to human readable names"
-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 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre2:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rf "${D}/etc/rc.d" || die
-
-   newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}



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

2022-06-03 Thread Kenton Groombridge
commit: 1d61df2c8f1219aaf12922d7b866636a78352475
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Jun  3 13:31:08 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sat Jun  4 01:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61df2c

sys-apps/mcstrans: bump to 3.4

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index b150878307f9..1ee16b6a9d7d 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2
 DIST mcstrans-3.4-rc1.tar.gz 45128 BLAKE2B 
90ef74de6db72005b17254a23673edca30c8441155947b0cd11e5a45b376a58f608eca38fc91184e33dd593551de48010bde1962849ad7d6427d310c4e2609e4
 SHA512 
7889b6b4a22d2b3b900b28fddfb09d32bcc8d4dfacb3ac75253aa812b35578907272b758c4050d52560cdb751cefca5f4bd46c8c2402b47f8833c63134b8e780
+DIST mcstrans-3.4.tar.gz 45125 BLAKE2B 
59a403e7d4018bee2632360d5720e65f26b0581ed58a42e8caee2d352d104658e27ece850ca6c50ea513766a973c6ae98fd4115d478555dd5c130956188c0668
 SHA512 
bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b8789ff06fb182518c

diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4.ebuild
new file mode 100644
index ..75563498db4f
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.4.ebuild
@@ -0,0 +1,52 @@
+# 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 context translation to human readable names"
+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 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre2:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

2022-04-10 Thread Jason Zaman
commit: 3d38b25d3f476612a41aaf592c5ca69c633c20c3
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Apr 11 04:27:13 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 11 04:57:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d38b25d

sys-apps/mcstrans: bump to 3.4_rc1

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index e080416085d3..b150878307f9 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1 +1,2 @@
 DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2
+DIST mcstrans-3.4-rc1.tar.gz 45128 BLAKE2B 
90ef74de6db72005b17254a23673edca30c8441155947b0cd11e5a45b376a58f608eca38fc91184e33dd593551de48010bde1962849ad7d6427d310c4e2609e4
 SHA512 
7889b6b4a22d2b3b900b28fddfb09d32bcc8d4dfacb3ac75253aa812b35578907272b758c4050d52560cdb751cefca5f4bd46c8c2402b47f8833c63134b8e780

diff --git a/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild
new file mode 100644
index ..75563498db4f
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.4_rc1.ebuild
@@ -0,0 +1,52 @@
+# 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 context translation to human readable names"
+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 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre2:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

2022-04-10 Thread Jason Zaman
commit: 3f64fd69f40e02b19fe89b4bcdf51639763dc191
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Apr 11 00:49:12 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 11 03:43:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f64fd69

sys-apps/mcstrans: update live ebuild

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 631d654a0a38..75563498db4f 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -1,30 +1,33 @@
-# 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
 
-IUSE=""
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="SELinux context translation to human readable names"
+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;
+   
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz;
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
 fi
 
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
 LICENSE="GPL-2"
 SLOT="0"
+IUSE=""
 
 DEPEND=">=sys-libs/libsepol-${PV}:=
>=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
+   dev-libs/libpcre2:=
>=sys-libs/libcap-1.10-r10:="
 
 RDEPEND="${DEPEND}"



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

2022-04-08 Thread Jason Zaman
commit: 2f3d7e7193e16db8f0fceed8374b6bf725d7e8bb
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Apr  9 01:45:14 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  9 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3d7e71

sys-apps/mcstrans: Drop old

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

 sys-apps/mcstrans/Manifest|  2 --
 sys-apps/mcstrans/mcstrans-3.1.ebuild | 53 ---
 sys-apps/mcstrans/mcstrans-3.2.ebuild | 49 
 3 files changed, 104 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 5317d4a5e332..e080416085d3 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1 @@
-DIST mcstrans-3.1.tar.gz 44598 BLAKE2B 
1755c2f56e3d40fa2ea95c349988fe5dd7b52a9f26bef0f42e42bda8f7b94993b9a47d2e37f746cbabd9dd571118b0a8e1ffb7c22c604db58fc809bcc033
 SHA512 
21e9b7a8c9d98cbee61f2eb1c440a51d19ac111a5955c24d365a8784e1aa34fb47a22a108e550c8a4cde4f25ec5afc466126a68e9faedfc796bef83eada93b60
-DIST mcstrans-3.2.tar.gz 44596 BLAKE2B 
6738acbcb7c25ec67b8d14cd166c601c7790d28332de8eb4caec32e43390b199aeea51750856aee7c4a2bcfc003af3ac01b00a4247578230d42de3956a88ebb2
 SHA512 
edc7d4c255056d823c67d69d0c0bb49e8da8cf1b69d94b65e1c2cb5f4944dcc0bd26ed795d76cbe310d9c98b98ca69a49eb7e39ed4cd7df3f6ed8bd1b68da6b1
 DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2

diff --git a/sys-apps/mcstrans/mcstrans-3.1.ebuild 
b/sys-apps/mcstrans/mcstrans-3.1.ebuild
deleted file mode 100644
index 5510582a2b53..
--- a/sys-apps/mcstrans/mcstrans-3.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20200710"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rf "${D}/etc/rc.d" || die
-
-   newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}

diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild 
b/sys-apps/mcstrans/mcstrans-3.2.ebuild
deleted file mode 100644
index 06962f8dcdb1..
--- a/sys-apps/mcstrans/mcstrans-3.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-IUSE=""
-
-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 ~mips x86"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rf "${D}/etc/rc.d" || die
-
-   newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}



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

2021-12-27 Thread Jason Zaman
commit: e3825a4c2309b01e78cc395b8b775a213d70e482
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Dec 28 01:12:04 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 28 01:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3825a4c

sys-apps/mcstrans: stabilize SELinux userspace 3.3

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.3.ebuild 
b/sys-apps/mcstrans/mcstrans-3.3.ebuild
index 631d654a0a38..67f5284fcece 100644
--- a/sys-apps/mcstrans/mcstrans-3.3.ebuild
+++ b/sys-apps/mcstrans/mcstrans-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 ~mips ~x86"
+   KEYWORDS="amd64 arm arm64 ~mips x86"
 fi
 
 DESCRIPTION="SELinux context translation to human readable names"



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

2021-10-30 Thread Sam James
commit: 625f42a5adbc3fc64bd0350596a293336f6b814e
Author: Jonathan Davies  protonmail  com>
AuthorDate: Sun Oct 24 11:48:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 02:50:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625f42a5

sys-apps/mcstrans: Version updated to 3.3.

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.3.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index fc5d2bd27ee..5317d4a5e33 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-3.1.tar.gz 44598 BLAKE2B 
1755c2f56e3d40fa2ea95c349988fe5dd7b52a9f26bef0f42e42bda8f7b94993b9a47d2e37f746cbabd9dd571118b0a8e1ffb7c22c604db58fc809bcc033
 SHA512 
21e9b7a8c9d98cbee61f2eb1c440a51d19ac111a5955c24d365a8784e1aa34fb47a22a108e550c8a4cde4f25ec5afc466126a68e9faedfc796bef83eada93b60
 DIST mcstrans-3.2.tar.gz 44596 BLAKE2B 
6738acbcb7c25ec67b8d14cd166c601c7790d28332de8eb4caec32e43390b199aeea51750856aee7c4a2bcfc003af3ac01b00a4247578230d42de3956a88ebb2
 SHA512 
edc7d4c255056d823c67d69d0c0bb49e8da8cf1b69d94b65e1c2cb5f4944dcc0bd26ed795d76cbe310d9c98b98ca69a49eb7e39ed4cd7df3f6ed8bd1b68da6b1
+DIST mcstrans-3.3.tar.gz 44621 BLAKE2B 
624780c219d0b8f369def5ab334caf9d2ae847f9cfb4359ce38e240bcb72b7cfeef45d08cd6e7330cc90394f6c32bd622d2133e675036f98992145b1530ab1e2
 SHA512 
2157a0361bb5a2bc8e149373b2dd7d9b042f8c4c0aa845ae6967a23d9b875d2dcd6176d99d7f8f15e17eb5877fea60814e19aabfe76950d25b75c9c25df811c2

diff --git a/sys-apps/mcstrans/mcstrans-3.3.ebuild 
b/sys-apps/mcstrans/mcstrans-3.3.ebuild
new file mode 100644
index 000..631d654a0a3
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+IUSE=""
+
+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 ~mips ~x86"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

2021-07-28 Thread Sam James
commit: c7736825ae9499a044099ba987cbf6d17487398d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 28 20:04:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 28 20:07:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7736825

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild 
b/sys-apps/mcstrans/mcstrans-3.2.ebuild
index 28ef70cad5b..06962f8dcdb 100644
--- a/sys-apps/mcstrans/mcstrans-3.2.ebuild
+++ b/sys-apps/mcstrans/mcstrans-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 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 
 DESCRIPTION="SELinux context translation to human readable names"



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

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

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

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild 
b/sys-apps/mcstrans/mcstrans-3.2.ebuild
index 631d654a0a3..28ef70cad5b 100644
--- a/sys-apps/mcstrans/mcstrans-3.2.ebuild
+++ b/sys-apps/mcstrans/mcstrans-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 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
 fi
 
 DESCRIPTION="SELinux context translation to human readable names"



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

2021-04-02 Thread Jason Zaman
commit: a9bf65fce0d8b87ca0356525ccd8a66711b3d22d
Author: Jonathan Davies  protonmail  com>
AuthorDate: Thu Mar 18 00:58:45 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  3 04:15:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bf65fc

sys-apps/mcstrans: Sync live ebuild.

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index c848c15f507..631d654a0a3 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -1,23 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20200710"
-
-MY_P="${P//_/-}"
 IUSE=""
 
 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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="SELinux context translation to human readable names"



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

2021-04-02 Thread Jason Zaman
commit: 9af7ccc62e3bbbf7f40f4a7ec7e9a7eef7cc793d
Author: Jonathan Davies  protonmail  com>
AuthorDate: Thu Mar 18 00:13:16 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  3 04:15:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af7ccc6

sys-apps/mcstrans: Version updated to 3.2.

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.2.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 4fa484545b8..fc5d2bd27ee 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1 +1,2 @@
 DIST mcstrans-3.1.tar.gz 44598 BLAKE2B 
1755c2f56e3d40fa2ea95c349988fe5dd7b52a9f26bef0f42e42bda8f7b94993b9a47d2e37f746cbabd9dd571118b0a8e1ffb7c22c604db58fc809bcc033
 SHA512 
21e9b7a8c9d98cbee61f2eb1c440a51d19ac111a5955c24d365a8784e1aa34fb47a22a108e550c8a4cde4f25ec5afc466126a68e9faedfc796bef83eada93b60
+DIST mcstrans-3.2.tar.gz 44596 BLAKE2B 
6738acbcb7c25ec67b8d14cd166c601c7790d28332de8eb4caec32e43390b199aeea51750856aee7c4a2bcfc003af3ac01b00a4247578230d42de3956a88ebb2
 SHA512 
edc7d4c255056d823c67d69d0c0bb49e8da8cf1b69d94b65e1c2cb5f4944dcc0bd26ed795d76cbe310d9c98b98ca69a49eb7e39ed4cd7df3f6ed8bd1b68da6b1

diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild 
b/sys-apps/mcstrans/mcstrans-3.2.ebuild
new file mode 100644
index 000..631d654a0a3
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+IUSE=""
+
+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 ~mips ~x86"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rf "${D}/etc/rc.d" || die
+
+   newinitd "${FILESDIR}/mcstransd.init" mcstransd
+}



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

2020-12-17 Thread Jason Zaman
commit: a70bc3aded0d99a6a1726c58873d3f819d8b9ee0
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 18 02:42:03 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 18 02:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70bc3ad

sys-apps/mcstrans: Drop old

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

 sys-apps/mcstrans/Manifest|  2 --
 sys-apps/mcstrans/mcstrans-2.9.ebuild | 54 ---
 sys-apps/mcstrans/mcstrans-3.0.ebuild | 54 ---
 3 files changed, 110 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 98571ed1154..4fa484545b8 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1 @@
-DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1
-DIST mcstrans-3.0.tar.gz 44570 BLAKE2B 
82358f6564e42ebfa50647892b35e4788ff9b8636eef3c776dbc6cefff7532906479b5826c1f515d2994611f62100a2622a5cce130bc7dbb4db3afc2167ec072
 SHA512 
02d9754daf1f85941cc8eea934931b6963d1a2133f6f313a2c7fc6a485687add434d587eeac96bfaf2b490c8e1cea34514a7689f880ebb49ca59ebf9b8956eba
 DIST mcstrans-3.1.tar.gz 44598 BLAKE2B 
1755c2f56e3d40fa2ea95c349988fe5dd7b52a9f26bef0f42e42bda8f7b94993b9a47d2e37f746cbabd9dd571118b0a8e1ffb7c22c604db58fc809bcc033
 SHA512 
21e9b7a8c9d98cbee61f2eb1c440a51d19ac111a5955c24d365a8784e1aa34fb47a22a108e550c8a4cde4f25ec5afc466126a68e9faedfc796bef83eada93b60

diff --git a/sys-apps/mcstrans/mcstrans-2.9.ebuild 
b/sys-apps/mcstrans/mcstrans-2.9.ebuild
deleted file mode 100644
index 2afa5b9f2fa..000
--- a/sys-apps/mcstrans/mcstrans-2.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20190315"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !

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

2020-12-02 Thread Jason Zaman
commit: 76095c8f894faa8ee1cb8750792253f991daf69f
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Dec  3 03:01:12 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec  3 03:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76095c8f

sys-apps/mcstrans: stabilize SELinux userspace 3.1

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.1.ebuild 
b/sys-apps/mcstrans/mcstrans-3.1.ebuild
index c848c15f507..5510582a2b5 100644
--- a/sys-apps/mcstrans/mcstrans-3.1.ebuild
+++ b/sys-apps/mcstrans/mcstrans-3.1.ebuild
@@ -16,7 +16,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 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/, sys-apps/mcstrans/files/

2020-09-14 Thread Jason Zaman
commit: dbbef8051c3976bd1f6013d52edb54c51549ce7e
Author: Jonathan Davies  protonmail  com>
AuthorDate: Tue Sep  1 20:12:37 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Sep 15 03:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbef805

sys-apps/mcstrans: Version bump to 3.1.

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

 sys-apps/mcstrans/Manifest  | 1 +
 sys-apps/mcstrans/files/mcstransd.init  | 0
 sys-apps/mcstrans/{mcstrans-.ebuild => mcstrans-3.1.ebuild} | 9 -
 sys-apps/mcstrans/mcstrans-.ebuild  | 9 -
 4 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index eb2c9989a8f..98571ed1154 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1
 DIST mcstrans-3.0.tar.gz 44570 BLAKE2B 
82358f6564e42ebfa50647892b35e4788ff9b8636eef3c776dbc6cefff7532906479b5826c1f515d2994611f62100a2622a5cce130bc7dbb4db3afc2167ec072
 SHA512 
02d9754daf1f85941cc8eea934931b6963d1a2133f6f313a2c7fc6a485687add434d587eeac96bfaf2b490c8e1cea34514a7689f880ebb49ca59ebf9b8956eba
+DIST mcstrans-3.1.tar.gz 44598 BLAKE2B 
1755c2f56e3d40fa2ea95c349988fe5dd7b52a9f26bef0f42e42bda8f7b94993b9a47d2e37f746cbabd9dd571118b0a8e1ffb7c22c604db58fc809bcc033
 SHA512 
21e9b7a8c9d98cbee61f2eb1c440a51d19ac111a5955c24d365a8784e1aa34fb47a22a108e550c8a4cde4f25ec5afc466126a68e9faedfc796bef83eada93b60

diff --git a/sys-apps/mcstrans/files/mcstransd.init 
b/sys-apps/mcstrans/files/mcstransd.init
old mode 100755
new mode 100644

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-3.1.ebuild
similarity index 88%
copy from sys-apps/mcstrans/mcstrans-.ebuild
copy to sys-apps/mcstrans/mcstrans-3.1.ebuild
index e68d520f437..c848c15f507 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-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_RELEASEDATE="20191204"
+MY_RELEASEDATE="20200710"
 
 MY_P="${P//_/-}"
 IUSE=""
@@ -31,8 +31,7 @@ DEPEND=">=sys-libs/libsepol-${PV}:=
dev-libs/libpcre:=
>=sys-libs/libcap-1.10-r10:="
 
-RDEPEND="${DEPEND}
-   !

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

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

sys-apps/mcstrans: stable 3.0

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

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

diff --git a/sys-apps/mcstrans/mcstrans-3.0.ebuild 
b/sys-apps/mcstrans/mcstrans-3.0.ebuild
index e68d520f437..4582ff64b22 100644
--- a/sys-apps/mcstrans/mcstrans-3.0.ebuild
+++ b/sys-apps/mcstrans/mcstrans-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"
@@ -16,7 +16,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 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-12-08 Thread Jason Zaman
commit: 7cbbf621da84e9423dae2a6c6298c9332542d478
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 17:51:53 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 18:38:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbbf621

sys-apps/mcstrans: drop old

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

 sys-apps/mcstrans/Manifest|  2 --
 sys-apps/mcstrans/mcstrans-2.8.ebuild | 54 ---
 sys-apps/mcstrans/mcstrans-3.0_rc2.ebuild | 54 ---
 3 files changed, 110 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 10f66a243c2..eb2c9989a8f 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,4 +1,2 @@
-DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
 DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1
-DIST mcstrans-3.0-rc2.tar.gz 44572 BLAKE2B 
a8230cbab7325c5d83d2b916e50da41fe65c04a88d874a1641b898c71b680aa6588cf5cef9ec1580906268da7c80e61fe3ff6c253e8d237dd82f54e5b6b456bb
 SHA512 
f157b97da62b6b3c7498a17db146d18efce9c9ebd2608aa7ecdfcfa13f76a594bc19b4ba7aa20f910037fef1e9ef2c2b1e85d66dc669de7d5fd2e901d1ebe698
 DIST mcstrans-3.0.tar.gz 44570 BLAKE2B 
82358f6564e42ebfa50647892b35e4788ff9b8636eef3c776dbc6cefff7532906479b5826c1f515d2994611f62100a2622a5cce130bc7dbb4db3afc2167ec072
 SHA512 
02d9754daf1f85941cc8eea934931b6963d1a2133f6f313a2c7fc6a485687add434d587eeac96bfaf2b490c8e1cea34514a7689f880ebb49ca59ebf9b8956eba

diff --git a/sys-apps/mcstrans/mcstrans-2.8.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8.ebuild
deleted file mode 100644
index f6bf04c6353..000
--- a/sys-apps/mcstrans/mcstrans-2.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20180524"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !

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

2019-12-08 Thread Jason Zaman
commit: 00bbe1115d90efe708f89a9bb23372f0f8a8001e
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 14:20:41 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 17:26:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bbe111

sys-apps/mcstrans: bump to 3.0

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 21ba23c6c1e..10f66a243c2 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,4 @@
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
 DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1
 DIST mcstrans-3.0-rc2.tar.gz 44572 BLAKE2B 
a8230cbab7325c5d83d2b916e50da41fe65c04a88d874a1641b898c71b680aa6588cf5cef9ec1580906268da7c80e61fe3ff6c253e8d237dd82f54e5b6b456bb
 SHA512 
f157b97da62b6b3c7498a17db146d18efce9c9ebd2608aa7ecdfcfa13f76a594bc19b4ba7aa20f910037fef1e9ef2c2b1e85d66dc669de7d5fd2e901d1ebe698
+DIST mcstrans-3.0.tar.gz 44570 BLAKE2B 
82358f6564e42ebfa50647892b35e4788ff9b8636eef3c776dbc6cefff7532906479b5826c1f515d2994611f62100a2622a5cce130bc7dbb4db3afc2167ec072
 SHA512 
02d9754daf1f85941cc8eea934931b6963d1a2133f6f313a2c7fc6a485687add434d587eeac96bfaf2b490c8e1cea34514a7689f880ebb49ca59ebf9b8956eba

diff --git a/sys-apps/mcstrans/mcstrans-3.0.ebuild 
b/sys-apps/mcstrans/mcstrans-3.0.ebuild
new file mode 100644
index 000..e68d520f437
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20191204"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2019-12-08 Thread Jason Zaman
commit: 287c44fd07e9fcb158e7353b80e0a9450421dd52
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  8 14:15:49 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  8 17:25:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287c44fd

sys-apps/mcstrans: update live ebuild

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index bbaaedc1b6e..e68d520f437 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20191122"
+MY_RELEASEDATE="20191204"
 
 MY_P="${P//_/-}"
 IUSE=""



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

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

sys-apps/mcstrans: bump to 3.0_rc2

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-3.0_rc2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index b69b44c384b..21ba23c6c1e 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
 DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1
+DIST mcstrans-3.0-rc2.tar.gz 44572 BLAKE2B 
a8230cbab7325c5d83d2b916e50da41fe65c04a88d874a1641b898c71b680aa6588cf5cef9ec1580906268da7c80e61fe3ff6c253e8d237dd82f54e5b6b456bb
 SHA512 
f157b97da62b6b3c7498a17db146d18efce9c9ebd2608aa7ecdfcfa13f76a594bc19b4ba7aa20f910037fef1e9ef2c2b1e85d66dc669de7d5fd2e901d1ebe698

diff --git a/sys-apps/mcstrans/mcstrans-3.0_rc2.ebuild 
b/sys-apps/mcstrans/mcstrans-3.0_rc2.ebuild
new file mode 100644
index 000..bbaaedc1b6e
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-3.0_rc2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20191122"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

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

sys-apps/mcstrans: update live ebuild

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 1fb74df9e67..bbaaedc1b6e 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20190315"
+MY_RELEASEDATE="20191122"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2019-08-17 Thread Jason Zaman
commit: 760f48478ce885e74af223f52e175a05f2689235
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Aug 17 09:41:41 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Aug 17 09:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760f4847

sys-apps/mcstrans: stable

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

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

diff --git a/sys-apps/mcstrans/mcstrans-2.9.ebuild 
b/sys-apps/mcstrans/mcstrans-2.9.ebuild
index 1fb74df9e67..2afa5b9f2fa 100644
--- a/sys-apps/mcstrans/mcstrans-2.9.ebuild
+++ b/sys-apps/mcstrans/mcstrans-2.9.ebuild
@@ -16,7 +16,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 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-08-17 Thread Jason Zaman
commit: b6b73cfc57fda21c0da1dfcb723fa54567047b8b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Aug 17 09:42:16 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Aug 17 09:42:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b73cfc

sys-apps/mcstrans: drop old

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

 sys-apps/mcstrans/Manifest|  2 --
 sys-apps/mcstrans/mcstrans-2.7.ebuild | 57 ---
 sys-apps/mcstrans/mcstrans-2.9_rc1.ebuild | 54 -
 3 files changed, 113 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 4053d76c5de..b69b44c384b 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,4 +1,2 @@
-DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
-DIST mcstrans-2.9-rc1.tar.gz 41364 BLAKE2B 
a98e2130d4471d5cf72391c738978193e4be220ea5ae3d548ae68548f62529bbc4be4393b4eb9f0f4ec75dd413553090bfd463a9ea12acf3c4c672c04092f960
 SHA512 
8bac33be160fadbf03268f4eb009c679ecf5c178cc6dd69e593fafb1f5236d875495a9fcde95df4e79857b084983e8bc6711c1797748545f7e38a3e3a09a38ac
 DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1

diff --git a/sys-apps/mcstrans/mcstrans-2.7.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7.ebuild
deleted file mode 100644
index 48b476249e7..000
--- a/sys-apps/mcstrans/mcstrans-2.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20170804"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !

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

2019-03-31 Thread Jason Zaman
commit: c82ae1310aaedd406bdb8513acee0c4b585581ad
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Mar 30 17:07:14 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar 31 13:45:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82ae131

sys-apps/mcstrans: bump to 2.9

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.9.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 22a8e21c1d0..4053d76c5de 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,4 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
 DIST mcstrans-2.9-rc1.tar.gz 41364 BLAKE2B 
a98e2130d4471d5cf72391c738978193e4be220ea5ae3d548ae68548f62529bbc4be4393b4eb9f0f4ec75dd413553090bfd463a9ea12acf3c4c672c04092f960
 SHA512 
8bac33be160fadbf03268f4eb009c679ecf5c178cc6dd69e593fafb1f5236d875495a9fcde95df4e79857b084983e8bc6711c1797748545f7e38a3e3a09a38ac
+DIST mcstrans-2.9.tar.gz 44451 BLAKE2B 
e73121351a5d3a09c4754cd0fc6bcdac4b47e3f99d8bd2c40ee9b2bb510095a41721d0dae0d3edb56c36d9e9ef72ece4c69a01298c7f34fe96ccf4883372b1fd
 SHA512 
25a37c6dd7fa23b0599d7e92da78805e1da1605c998edf00777113c8467b1703f634223dff57627337da51e565cf2d1e475698a5a2310966f1f6dcf6687671d1

diff --git a/sys-apps/mcstrans/mcstrans-2.9.ebuild 
b/sys-apps/mcstrans/mcstrans-2.9.ebuild
new file mode 100644
index 000..1fb74df9e67
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20190315"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2019-03-31 Thread Jason Zaman
commit: 05f0e690a881e568ec7042d9cb75e6e38249b81f
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Mar 30 17:04:19 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar 31 13:45:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f0e690

sys-apps/mcstrans: update live ebuild

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index ca413b09c85..1fb74df9e67 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20190125"
+MY_RELEASEDATE="20190315"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2019-02-09 Thread Jason Zaman
commit: 7f168e4a385327ccd5112256fc0d099857391e05
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Feb  9 11:32:40 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  9 11:48:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f168e4a

sys-apps/mcstrans: bump to 2.9_rc1

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

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.9_rc1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 7146a2aeab2..22a8e21c1d0 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
+DIST mcstrans-2.9-rc1.tar.gz 41364 BLAKE2B 
a98e2130d4471d5cf72391c738978193e4be220ea5ae3d548ae68548f62529bbc4be4393b4eb9f0f4ec75dd413553090bfd463a9ea12acf3c4c672c04092f960
 SHA512 
8bac33be160fadbf03268f4eb009c679ecf5c178cc6dd69e593fafb1f5236d875495a9fcde95df4e79857b084983e8bc6711c1797748545f7e38a3e3a09a38ac

diff --git a/sys-apps/mcstrans/mcstrans-2.9_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-2.9_rc1.ebuild
new file mode 100644
index 000..ca413b09c85
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.9_rc1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20190125"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2019-02-09 Thread Jason Zaman
commit: 0f27f87a9ab7c5ae596ee88cae60b7d49c0f7d3e
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Feb  9 11:29:39 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  9 11:48:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f27f87a

sys-apps/mcstrans: update live ebuild

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

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 7de09ec4120..ca413b09c85 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.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_RELEASEDATE="20180524"
+MY_RELEASEDATE="20190125"
 
 MY_P="${P//_/-}"
 IUSE=""
@@ -15,7 +15,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 ~arm ~arm64 ~mips ~x86"
S="${WORKDIR}/${MY_P}"
 fi



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

2018-06-25 Thread Jason Zaman
commit: 129ff73664e089522945e1d6052124d79d325605
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 26 02:05:24 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 26 02:07:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129ff736

sys-apps/mcstrans: stable 2.8

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/mcstrans/mcstrans-2.8.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8.ebuild
index 7de09ec4120..f6bf04c6353 100644
--- a/sys-apps/mcstrans/mcstrans-2.8.ebuild
+++ b/sys-apps/mcstrans/mcstrans-2.8.ebuild
@@ -16,7 +16,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 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-05-25 Thread Jason Zaman
commit: 0646b5af1566da1a0c6eea298e1f533a06ab2a0c
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 25 04:30:49 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 25 07:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0646b5af

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.39, Repoman-2.3.9

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 16d98aa7301..7de09ec4120 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20180510"
+MY_RELEASEDATE="20180524"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2018-05-25 Thread Jason Zaman
commit: ee1d4e2f9dda8803dbc2620bbfd50782f0a74747
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 25 06:50:10 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 25 07:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1d4e2f

sys-apps/mcstrans: drop old

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/mcstrans/Manifest|  3 --
 sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild | 54 ---
 sys-apps/mcstrans/mcstrans-2.8_rc2.ebuild | 54 ---
 sys-apps/mcstrans/mcstrans-2.8_rc3.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index e985230ffa4..7146a2aeab2 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,5 +1,2 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
-DIST mcstrans-2.8-rc1.tar.gz 41385 BLAKE2B 
7aa05d9ec7230e5a2c0b368c46af31a5f92318300a07db3242ae18c7855225dd399f2874c2ba09ecbbebcdec686c20f604c2a86e104900b1eaaf50460a44
 SHA512 
6927d3b06012fb351d04558f26e602c084058911ca095891d49286976cc9f96446476057c09c044564eba25aca920bc99f2218182551a957d0dac6ce1a9bc2db
-DIST mcstrans-2.8-rc2.tar.gz 41387 BLAKE2B 
ddded091b0167ae6c465d7459a70da3e5567e1a548992c206785dc99f8c23568dfd00575ecdc5518d2825a88a8199fca42798a912a0f506a51c6919b2dca865d
 SHA512 
3b4cb62eece6db434272a3d0c30b2b8b982793008aad6f02b73dd88822ae50e91aa422d972c92f58d3e132a1bc6f871924ba144078d26c72a2f95098cf3a20f9
-DIST mcstrans-2.8-rc3.tar.gz 41392 BLAKE2B 
31c08eea9f9866da2fc16d734f8ced6a1acc6c0b0d5294cc3cfb07085535d7ed6202662f45b43b42aaa28642194c19b1d26fb5b98dda42e259562b6729e2956d
 SHA512 
d25ab36b9b764abf8805764a457f870659e92ef440990d8b442caf64eaff082d7717b9b5c0b731fc1fd2ab4def9ea9ac82090b5cc5c0a63631418c6831ea2c72
 DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39

diff --git a/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild
deleted file mode 100644
index 06e7b08fbd9..000
--- a/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20180419"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !

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

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

sys-apps/mcstrans: bump to 2.8

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 193b590ed2c..e985230ffa4 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -2,3 +2,4 @@ DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75
 DIST mcstrans-2.8-rc1.tar.gz 41385 BLAKE2B 
7aa05d9ec7230e5a2c0b368c46af31a5f92318300a07db3242ae18c7855225dd399f2874c2ba09ecbbebcdec686c20f604c2a86e104900b1eaaf50460a44
 SHA512 
6927d3b06012fb351d04558f26e602c084058911ca095891d49286976cc9f96446476057c09c044564eba25aca920bc99f2218182551a957d0dac6ce1a9bc2db
 DIST mcstrans-2.8-rc2.tar.gz 41387 BLAKE2B 
ddded091b0167ae6c465d7459a70da3e5567e1a548992c206785dc99f8c23568dfd00575ecdc5518d2825a88a8199fca42798a912a0f506a51c6919b2dca865d
 SHA512 
3b4cb62eece6db434272a3d0c30b2b8b982793008aad6f02b73dd88822ae50e91aa422d972c92f58d3e132a1bc6f871924ba144078d26c72a2f95098cf3a20f9
 DIST mcstrans-2.8-rc3.tar.gz 41392 BLAKE2B 
31c08eea9f9866da2fc16d734f8ced6a1acc6c0b0d5294cc3cfb07085535d7ed6202662f45b43b42aaa28642194c19b1d26fb5b98dda42e259562b6729e2956d
 SHA512 
d25ab36b9b764abf8805764a457f870659e92ef440990d8b442caf64eaff082d7717b9b5c0b731fc1fd2ab4def9ea9ac82090b5cc5c0a63631418c6831ea2c72
+DIST mcstrans-2.8.tar.gz 41385 BLAKE2B 
08cdb2588ab2cb48824816fd3eb578a77bfb6696f00fac7b808250ae88a5c85ae02824f047ac6cd6f3653d4b8550352f3570b63969ebfef5b396478ef191b97c
 SHA512 
b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39

diff --git a/sys-apps/mcstrans/mcstrans-2.8.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8.ebuild
new file mode 100644
index 000..7de09ec4120
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20180524"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2018-05-13 Thread Jason Zaman
commit: 20a1d237e44f208911185f3a4cdb39019400c7d0
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun May 13 16:51:16 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May 13 17:28:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a1d237

sys-apps/mcstrans: bump to 2.8_rc3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.8_rc3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index f53702461fe..193b590ed2c 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,4 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 DIST mcstrans-2.8-rc1.tar.gz 41385 BLAKE2B 
7aa05d9ec7230e5a2c0b368c46af31a5f92318300a07db3242ae18c7855225dd399f2874c2ba09ecbbebcdec686c20f604c2a86e104900b1eaaf50460a44
 SHA512 
6927d3b06012fb351d04558f26e602c084058911ca095891d49286976cc9f96446476057c09c044564eba25aca920bc99f2218182551a957d0dac6ce1a9bc2db
 DIST mcstrans-2.8-rc2.tar.gz 41387 BLAKE2B 
ddded091b0167ae6c465d7459a70da3e5567e1a548992c206785dc99f8c23568dfd00575ecdc5518d2825a88a8199fca42798a912a0f506a51c6919b2dca865d
 SHA512 
3b4cb62eece6db434272a3d0c30b2b8b982793008aad6f02b73dd88822ae50e91aa422d972c92f58d3e132a1bc6f871924ba144078d26c72a2f95098cf3a20f9
+DIST mcstrans-2.8-rc3.tar.gz 41392 BLAKE2B 
31c08eea9f9866da2fc16d734f8ced6a1acc6c0b0d5294cc3cfb07085535d7ed6202662f45b43b42aaa28642194c19b1d26fb5b98dda42e259562b6729e2956d
 SHA512 
d25ab36b9b764abf8805764a457f870659e92ef440990d8b442caf64eaff082d7717b9b5c0b731fc1fd2ab4def9ea9ac82090b5cc5c0a63631418c6831ea2c72

diff --git a/sys-apps/mcstrans/mcstrans-2.8_rc3.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8_rc3.ebuild
new file mode 100644
index 000..16d98aa7301
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.8_rc3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20180510"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2018-05-13 Thread Jason Zaman
commit: 3f9f11c5478275435071b3739f84581d4432652d
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun May 13 16:41:46 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May 13 17:28:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9f11c5

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 79dc30ee803..16d98aa7301 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20180426"
+MY_RELEASEDATE="20180510"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2018-04-26 Thread Jason Zaman
commit: 071f8b007d4f6fdc4df72f9867abb5bae43648e8
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 27 03:55:11 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 27 04:44:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f8b00

sys-apps/mcstrans: bump to 2.8_rc2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.8_rc2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 279be10ca11..f53702461fe 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 DIST mcstrans-2.8-rc1.tar.gz 41385 BLAKE2B 
7aa05d9ec7230e5a2c0b368c46af31a5f92318300a07db3242ae18c7855225dd399f2874c2ba09ecbbebcdec686c20f604c2a86e104900b1eaaf50460a44
 SHA512 
6927d3b06012fb351d04558f26e602c084058911ca095891d49286976cc9f96446476057c09c044564eba25aca920bc99f2218182551a957d0dac6ce1a9bc2db
+DIST mcstrans-2.8-rc2.tar.gz 41387 BLAKE2B 
ddded091b0167ae6c465d7459a70da3e5567e1a548992c206785dc99f8c23568dfd00575ecdc5518d2825a88a8199fca42798a912a0f506a51c6919b2dca865d
 SHA512 
3b4cb62eece6db434272a3d0c30b2b8b982793008aad6f02b73dd88822ae50e91aa422d972c92f58d3e132a1bc6f871924ba144078d26c72a2f95098cf3a20f9

diff --git a/sys-apps/mcstrans/mcstrans-2.8_rc2.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8_rc2.ebuild
new file mode 100644
index 000..79dc30ee803
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.8_rc2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20180426"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2018-04-26 Thread Jason Zaman
commit: adc800302ca27ccb61305312629075136074d73f
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 27 03:51:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 27 04:44:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc80030

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 06e7b08fbd9..79dc30ee803 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20180419"
+MY_RELEASEDATE="20180426"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2018-04-26 Thread Jason Zaman
commit: 29130f2e26273af3296251b05f655ac55da7cf79
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Apr 26 10:51:16 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Apr 26 11:22:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29130f2e

sys-apps/mcstrans: bump to 2.8_rc1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 3cc5cd5c594..279be10ca11 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1 +1,2 @@
 DIST mcstrans-2.7.tar.gz 41137 BLAKE2B 
83f195dee4bf61c36f65b009cf40dd58459e01d75222fbd7fe15c61ae7942315373a4a0e9a1cd0a654efcf471c3c7166f76c87837085ef6a4136567d4b52fc73
 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
+DIST mcstrans-2.8-rc1.tar.gz 41385 BLAKE2B 
7aa05d9ec7230e5a2c0b368c46af31a5f92318300a07db3242ae18c7855225dd399f2874c2ba09ecbbebcdec686c20f604c2a86e104900b1eaaf50460a44
 SHA512 
6927d3b06012fb351d04558f26e602c084058911ca095891d49286976cc9f96446476057c09c044564eba25aca920bc99f2218182551a957d0dac6ce1a9bc2db

diff --git a/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild
new file mode 100644
index 000..06e7b08fbd9
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.8_rc1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20180419"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2018-04-26 Thread Jason Zaman
commit: 367bed18e4cd1229b4b4a0e270f3154154416118
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 25 12:20:51 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Apr 26 11:22:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367bed18

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/mcstrans/mcstrans-.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 2f7feeef011..06e7b08fbd9 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.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_RELEASEDATE="20170804"
+MY_RELEASEDATE="20180419"
 
 MY_P="${P//_/-}"
 IUSE=""
@@ -41,15 +41,12 @@ src_prepare() {
 }
 
 src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   LIBDIR="\$(PREFIX)/$(get_libdir)"
+   tc-export CC
+   default
 }
 
 src_install() {
-   emake DESTDIR="${D}" \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \
-   install
+   emake DESTDIR="${D}" install
 
rm -rf "${D}/etc/rc.d" || die
 



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

2017-09-22 Thread Jason Zaman
commit: 06f9d738b506dc19b312835bdf92933bb7b90f17
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 22 16:12:34 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 23 02:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f9d738

sys-apps/mcstrans: stablize 2.7

Package-Manager: Portage-2.3.8, Repoman-2.3.1

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

diff --git a/sys-apps/mcstrans/mcstrans-2.7.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7.ebuild
index 2f7feeef011..48b476249e7 100644
--- a/sys-apps/mcstrans/mcstrans-2.7.ebuild
+++ b/sys-apps/mcstrans/mcstrans-2.7.ebuild
@@ -16,7 +16,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 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2017-09-22 Thread Jason Zaman
commit: 388fb09b1aa57ba5c206844ef8128e39a5058a5f
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 22 16:23:17 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 23 02:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388fb09b

sys-apps/mcstrans: drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 sys-apps/mcstrans/Manifest|  3 --
 sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild | 57 ---
 sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild | 57 ---
 sys-apps/mcstrans/mcstrans-2.7_rc5.ebuild | 57 ---
 4 files changed, 174 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index 4a7f489362b..3e620f2d003 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,4 +1 @@
-DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 
5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 
c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa
 WHIRLPOOL 
b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740
-DIST mcstrans-2.7-rc4.tar.gz 41154 SHA256 
0548cc928609b17a2cfe0cac62146b79c44f86ec553ba41d8a9dae7876a9ae2b SHA512 
6f6e5843a8932e6a37d978a6af4fb64bddfad8e34afff7bd7e2ba8d92954c7cc7abd390104a5fba8e98d43e40de5c7cc3e48ba2f6c4c599df7905f84448c7e3d
 WHIRLPOOL 
5868ffa1d44b873307c2fe3a7637ae2ad90ba22a2133eb1c416d435436d18ebfa4bca7886eb6a1bf4f20cc6d73f6102b1bdab41193bba3677db8dad7fea3c15b
-DIST mcstrans-2.7-rc5.tar.gz 41156 SHA256 
726b1727ddfa43f34dcf9f68dee29792b1cfb075f3202c9828c0b2c45570d9e6 SHA512 
9936a72eb36cdac1a8e0f93ee56160ba9e028d7831293bc5acf0866907613299bbfde76f1dd12c103fbeeb2ff07705098f9c7981b2a9a71cbdcca93009d49f0d
 WHIRLPOOL 
fdd1ea31e4e7fa5661ba13d908041b19e99e301fbc04742e6e1d2b239b68122f8f3c3fca551f967a8771d683c0474d804a9e3637b2088ef652edda4cead9dd97
 DIST mcstrans-2.7.tar.gz 41137 SHA256 
cdca003282d160b50ad695ab5b013c05ca21387a419b2f89288534184d16e1e2 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 WHIRLPOOL 
0a63443d0a0c1e11a000c923b9c23e8b6e128543665c11b84d122bcd8afec298617680b9543110ae5d44a9ea64564a2c361a8a9426f65c17505848c91f6ca555

diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild
deleted file mode 100644
index b638a53b5ce..000
--- a/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-MY_RELEASEDATE="20170609"
-
-MY_P="${P//_/-}"
-IUSE=""
-
-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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !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 ~arm ~arm64 ~mips ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-libs/libsepol-${PV}:=
-   >=sys-libs/libselinux-${PV}:=
-   dev-libs/libpcre:=
-   >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}
-   !

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

2017-08-07 Thread Jason Zaman
commit: 43e7bcbd792d5497501fb2e87de6d29206e22692
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Aug  7 14:12:38 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Aug  7 16:46:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e7bcbd

sys-apps/mcstrans: bump to 2.7

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.7.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index f028cfc273a..4a7f489362b 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,4 @@
 DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 
5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 
c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa
 WHIRLPOOL 
b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740
 DIST mcstrans-2.7-rc4.tar.gz 41154 SHA256 
0548cc928609b17a2cfe0cac62146b79c44f86ec553ba41d8a9dae7876a9ae2b SHA512 
6f6e5843a8932e6a37d978a6af4fb64bddfad8e34afff7bd7e2ba8d92954c7cc7abd390104a5fba8e98d43e40de5c7cc3e48ba2f6c4c599df7905f84448c7e3d
 WHIRLPOOL 
5868ffa1d44b873307c2fe3a7637ae2ad90ba22a2133eb1c416d435436d18ebfa4bca7886eb6a1bf4f20cc6d73f6102b1bdab41193bba3677db8dad7fea3c15b
 DIST mcstrans-2.7-rc5.tar.gz 41156 SHA256 
726b1727ddfa43f34dcf9f68dee29792b1cfb075f3202c9828c0b2c45570d9e6 SHA512 
9936a72eb36cdac1a8e0f93ee56160ba9e028d7831293bc5acf0866907613299bbfde76f1dd12c103fbeeb2ff07705098f9c7981b2a9a71cbdcca93009d49f0d
 WHIRLPOOL 
fdd1ea31e4e7fa5661ba13d908041b19e99e301fbc04742e6e1d2b239b68122f8f3c3fca551f967a8771d683c0474d804a9e3637b2088ef652edda4cead9dd97
+DIST mcstrans-2.7.tar.gz 41137 SHA256 
cdca003282d160b50ad695ab5b013c05ca21387a419b2f89288534184d16e1e2 SHA512 
2e59f26fad3423a0c8e2ea49d619f99022c72e1aebb00e842defb4fad56f187f9ed0f069ef78d3b209ba76f5ebdcba1668f51ff881b753dada5716ee942519b3
 WHIRLPOOL 
0a63443d0a0c1e11a000c923b9c23e8b6e128543665c11b84d122bcd8afec298617680b9543110ae5d44a9ea64564a2c361a8a9426f65c17505848c91f6ca555

diff --git a/sys-apps/mcstrans/mcstrans-2.7.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7.ebuild
new file mode 100644
index 000..2f7feeef011
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20170804"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2017-08-07 Thread Jason Zaman
commit: 5cabdc3a9ea428774b6ab91275a571694d1814aa
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Aug  7 14:10:16 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Aug  7 16:46:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cabdc3a

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 9deac88931d..2f7feeef011 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20170718"
+MY_RELEASEDATE="20170804"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2017-07-22 Thread Jason Zaman
commit: 9538b784f2c98de08921ca7871136af6e63d2b91
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jul 22 10:20:57 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Jul 22 10:46:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9538b784

sys-apps/mcstrans: bump to 2.7_rc5

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.7_rc5.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index f4e23566db3..f028cfc273a 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,2 +1,3 @@
 DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 
5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 
c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa
 WHIRLPOOL 
b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740
 DIST mcstrans-2.7-rc4.tar.gz 41154 SHA256 
0548cc928609b17a2cfe0cac62146b79c44f86ec553ba41d8a9dae7876a9ae2b SHA512 
6f6e5843a8932e6a37d978a6af4fb64bddfad8e34afff7bd7e2ba8d92954c7cc7abd390104a5fba8e98d43e40de5c7cc3e48ba2f6c4c599df7905f84448c7e3d
 WHIRLPOOL 
5868ffa1d44b873307c2fe3a7637ae2ad90ba22a2133eb1c416d435436d18ebfa4bca7886eb6a1bf4f20cc6d73f6102b1bdab41193bba3677db8dad7fea3c15b
+DIST mcstrans-2.7-rc5.tar.gz 41156 SHA256 
726b1727ddfa43f34dcf9f68dee29792b1cfb075f3202c9828c0b2c45570d9e6 SHA512 
9936a72eb36cdac1a8e0f93ee56160ba9e028d7831293bc5acf0866907613299bbfde76f1dd12c103fbeeb2ff07705098f9c7981b2a9a71cbdcca93009d49f0d
 WHIRLPOOL 
fdd1ea31e4e7fa5661ba13d908041b19e99e301fbc04742e6e1d2b239b68122f8f3c3fca551f967a8771d683c0474d804a9e3637b2088ef652edda4cead9dd97

diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc5.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7_rc5.ebuild
new file mode 100644
index 000..9deac88931d
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.7_rc5.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20170718"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2017-07-22 Thread Jason Zaman
commit: 971c21cc6d4ef8691090849a5cfc7e466c131798
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jul 22 10:17:59 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Jul 22 10:45:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971c21cc

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index 676c323055b..9deac88931d 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20170630"
+MY_RELEASEDATE="20170718"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2017-07-09 Thread Jason Zaman
commit: 5a9af65ae819509877f4ae9ee5b590ed07f97182
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul  9 07:29:44 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul  9 10:02:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9af65a

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index b638a53b5ce..676c323055b 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20170609"
+MY_RELEASEDATE="20170630"
 
 MY_P="${P//_/-}"
 IUSE=""



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

2017-07-09 Thread Jason Zaman
commit: 6ea7b86385afc251c68406d34f298ee6d85ccd00
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul  9 08:07:07 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul  9 10:02:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea7b863

sys-apps/mcstrans: bump to 2.7_rc4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index b5986e55e0c..f4e23566db3 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1 +1,2 @@
 DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 
5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 
c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa
 WHIRLPOOL 
b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740
+DIST mcstrans-2.7-rc4.tar.gz 41154 SHA256 
0548cc928609b17a2cfe0cac62146b79c44f86ec553ba41d8a9dae7876a9ae2b SHA512 
6f6e5843a8932e6a37d978a6af4fb64bddfad8e34afff7bd7e2ba8d92954c7cc7abd390104a5fba8e98d43e40de5c7cc3e48ba2f6c4c599df7905f84448c7e3d
 WHIRLPOOL 
5868ffa1d44b873307c2fe3a7637ae2ad90ba22a2133eb1c416d435436d18ebfa4bca7886eb6a1bf4f20cc6d73f6102b1bdab41193bba3677db8dad7fea3c15b

diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild
new file mode 100644
index 000..676c323055b
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20170630"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2017-06-13 Thread Jason Zaman
commit: 117180f8e0c02d8c734ebc06d8c4805e571d3c07
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 13 05:23:14 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 13 15:11:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117180f8

sys-apps/mcstrans: bump to 2.7_rc1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/mcstrans/Manifest|  1 +
 sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
new file mode 100644
index 000..b5986e55e0c
--- /dev/null
+++ b/sys-apps/mcstrans/Manifest
@@ -0,0 +1 @@
+DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 
5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 
c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa
 WHIRLPOOL 
b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740

diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild 
b/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild
new file mode 100644
index 000..b638a53b5ce
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20170609"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

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

2017-06-13 Thread Jason Zaman
commit: 8cc3f68307904b560e3cf38579dfb3538a788f0a
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 13 05:23:50 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 13 15:11:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc3f683

sys-apps/mcstrans: update live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
index edb29454163..b638a53b5ce 100644
--- a/sys-apps/mcstrans/mcstrans-.ebuild
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit toolchain-funcs
 
-MY_RELEASEDATE="20161014"
+MY_RELEASEDATE="20170609"
 
 MY_P="${P//_/-}"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/, sys-apps/mcstrans/files/

2017-04-26 Thread Jason Zaman
commit: 24edb9749c6742ef94607ec7d0df94d7d740549d
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 18:02:52 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24edb974

sys-apps/mcstrans: New Package split from policycoreutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/mcstrans/files/mcstransd.init | 31 ++
 sys-apps/mcstrans/mcstrans-.ebuild | 57 ++
 sys-apps/mcstrans/metadata.xml | 14 +
 3 files changed, 102 insertions(+)

diff --git a/sys-apps/mcstrans/files/mcstransd.init 
b/sys-apps/mcstrans/files/mcstransd.init
new file mode 100755
index 000..7c90e771b38
--- /dev/null
+++ b/sys-apps/mcstrans/files/mcstransd.init
@@ -0,0 +1,31 @@
+#!/sbin/openrc-run
+# Copyright 2006-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+is_selinux_enabled() {
+   local SE_ENABL="/usr/sbin/selinuxenabled"
+
+   if [ -x "$SE_ENABL" ]; then
+   $SE_ENABL && return 0 || return 1
+   else
+   ewarn "mcstransd: Unable to determine SELinux status"
+   return 1
+   fi
+}
+
+start() {
+   if is_selinux_enabled; then
+   ebegin "Starting mcstransd"
+   checkpath -q -d -m 0755 /run/setrans
+   start-stop-daemon --start --quiet --exec /sbin/mcstransd
+   eend $?
+   fi
+}
+
+stop() {
+   if is_selinux_enabled; then
+   ebegin "Stopping mcstransd"
+   start-stop-daemon --stop --quiet --name mcstransd
+   eend $?
+   fi
+}

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
new file mode 100644
index 000..edb29454163
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20161014"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+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 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+   
+   MCS translation daemon translates SELinux contexts to human 
readable format
+   
+   
+   SELinuxProject/selinux
+   
+