[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2023-01-20 Thread Sam James
commit: bb25bee99acf8daae3c42e66ce5366c56be7a40a
Author: Jan Vesely  gmail  com>
AuthorDate: Wed Jan 18 16:47:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 21 06:48:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb25bee9

app-portage/elicense: Sync compatible python versions with sys-apps/portage

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index 72bda2c729c1..971949dc9c52 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( pypy3 python3_{9..10} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2022-06-06 Thread Ulrich Müller
commit: 5ab00d5bd484168cf51d6ad0524260456ba9f867
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun  6 13:33:10 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun  6 13:34:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab00d5b

app-portage/elicense: Drop live version

Signed-off-by: Ulrich Müller  gentoo.org>

 app-portage/elicense/elicense-.ebuild | 36 ---
 1 file changed, 36 deletions(-)

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
deleted file mode 100644
index 6028d25eb4ee..
--- a/app-portage/elicense/elicense-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/Whissi/elicense.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"
-HOMEPAGE="https://github.com/Whissi/elicense;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-
-   local MY_PV=${PV}
-   if [[ ${PV} == "" ]]; then
-   local last_commit=$(git rev-parse HEAD)
-   MY_PV="${last_commit:0:7}-git"
-   fi
-
-   sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
-   elicense || die "Failed to sed in version."
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/, profiles/features/selinux/

2022-06-05 Thread Sam James
commit: 003b014a7c4207ca31999ad4e617b331b0acac5e
Author: Jan Vesely  gmail  com>
AuthorDate: Sat May 28 15:36:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  6 05:14:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b014a

app-portage/elicense: Allow python:3.10 and pypy3

Both pypy3 and python:3.10 are already supported by a stable version of
sys-apps/portage.
Drop python:3.7.
v2: Mask pypy3 useflag on selinux profile (portage with USE pypy3 is not 
available)

Bug: https://bugs.gentoo.org/show_bug.cgi?id=842786

Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25665
Signed-off-by: Sam James  gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 app-portage/elicense/elicense-.ebuild  | 2 +-
 profiles/features/selinux/package.use.mask | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index d564118c306a..aff71477b274 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index 831da3331919..6028d25eb4ee 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then

diff --git a/profiles/features/selinux/package.use.mask 
b/profiles/features/selinux/package.use.mask
index 5a0e4be2a705..7808e7cb7e8d 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -22,6 +22,7 @@ www-servers/uwsgi uwsgi_plugins_systemd_logger
 # Brian Dolbec  (2014-09-17)
 # mask pypy for several utilities due to incompatibility with libselinux
 sys-apps/portage python_targets_pypy3
+app-portage/elicense python_targets_pypy3
 app-portage/elogv python_targets_pypy3
 app-portage/gentoolkit python_targets_pypy3
 app-portage/layman python_targets_pypy3



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2022-04-27 Thread Andreas K. Hüttel
commit: adb7dd4b62c41d71b5b13b99ec8d6d6267a21300
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 27 21:51:40 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Apr 27 21:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb7dd4b

app-portage/elicense: Drop mips keyword

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 4 ++--
 app-portage/elicense/elicense-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index 4c89c0d9be20..d564118c306a 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 mips ppc ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index 7870b58347a6..831da3331919 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2020-09-02 Thread Thomas Deutschmann
commit: c4c13bff673b3609af310c59225170caca4167a7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep  2 15:58:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep  2 15:58:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c13bff

app-portage/elicense: add Python 3.8+ support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 app-portage/elicense/elicense-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index f671d14c41e..3cc632c4a60 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index 62562385f1e..21bffddfdfb 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2020-02-11 Thread Michał Górny
commit: f182a05df39d3500f8ee9c300c8c9b990cf94060
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 11:29:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 11:38:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f182a05d

app-portage/elicense: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 app-portage/elicense/elicense-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index 8fdb3ea349e..4589986419d 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index ca065b514b6..62562385f1e 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-12-30 Thread Thomas Deutschmann
commit: 8697866f2c38b5ceb056522a62ff7aa58edd5afb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 31 03:03:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 31 03:03:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8697866f

app-portage/elicense: move stable keywords

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

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
index a4fe0df6ad1..1c9715d8257 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 ~riscv s390 
sparc x86"
 fi
 
 DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-12-30 Thread Thomas Deutschmann
commit: 744088116aba4191d7622e0e0cfbc37526a241d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 31 03:04:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 31 03:04:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74408811

app-portage/elicense: drop old

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

 app-portage/elicense/Manifest  |  1 -
 app-portage/elicense/elicense-1.0.1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
index 645d82e2c90..72cd655092c 100644
--- a/app-portage/elicense/Manifest
+++ b/app-portage/elicense/Manifest
@@ -1,2 +1 @@
-DIST elicense-1.0.1.tar.gz 9260 BLAKE2B 
b5782412de613bce009ff1d685de6af9a129afadd131a91328cfd02d55c416e5c7549aacf676c4596a4512de4e3a42d2b89c24d2367404177e9675a7fdc35d94
 SHA512 
3b7b412742a9b67b5c4dda10838d6380c1f18199bcaa87458f30b06bff068228f64364d336d1daf4b95df6c1889ae9de7f277dea3defd18dbf74d50fc9381500
 DIST elicense-1.0.2.tar.gz 9262 BLAKE2B 
fd1e808f577269758ed46c8e8965dc1be7649c825a094ff5b2e09dba12af5249a5a73dc5489ed131c8221e88642f92ac8b859ad5185d3a0c095bd1485178cd27
 SHA512 
ac6788e7726d962e72855da053be0c44722a013dfa7f500dc137ae46d946c176a285455ddaa51f6e224d5960aa2a578caa7c3182a5f93d3bbfae8cfd4a93

diff --git a/app-portage/elicense/elicense-1.0.1.ebuild 
b/app-portage/elicense/elicense-1.0.1.ebuild
deleted file mode 100644
index 1c9715d8257..000
--- a/app-portage/elicense/elicense-1.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-inherit distutils-r1
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/Whissi/elicense.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 ~riscv s390 
sparc x86"
-fi
-
-DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"
-HOMEPAGE="https://github.com/Whissi/elicense;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-
-   local MY_PV=${PV}
-   if [[ ${PV} == "" ]]; then
-   local last_commit=$(git rev-parse HEAD)
-   MY_PV="${last_commit:0:7}-git"
-   fi
-
-   sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
-   elicense || die "Failed to sed in version."
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-09-08 Thread Thomas Deutschmann
commit: e00287484bf40d6f0c4083b40c192543f92d9e8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 18:33:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 18:34:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0028748

app-portage/elicense: bump to v1.0.2

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/Manifest  |  1 +
 app-portage/elicense/elicense-1.0.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
index 236ff9976fb..645d82e2c90 100644
--- a/app-portage/elicense/Manifest
+++ b/app-portage/elicense/Manifest
@@ -1 +1,2 @@
 DIST elicense-1.0.1.tar.gz 9260 BLAKE2B 
b5782412de613bce009ff1d685de6af9a129afadd131a91328cfd02d55c416e5c7549aacf676c4596a4512de4e3a42d2b89c24d2367404177e9675a7fdc35d94
 SHA512 
3b7b412742a9b67b5c4dda10838d6380c1f18199bcaa87458f30b06bff068228f64364d336d1daf4b95df6c1889ae9de7f277dea3defd18dbf74d50fc9381500
+DIST elicense-1.0.2.tar.gz 9262 BLAKE2B 
fd1e808f577269758ed46c8e8965dc1be7649c825a094ff5b2e09dba12af5249a5a73dc5489ed131c8221e88642f92ac8b859ad5185d3a0c095bd1485178cd27
 SHA512 
ac6788e7726d962e72855da053be0c44722a013dfa7f500dc137ae46d946c176a285455ddaa51f6e224d5960aa2a578caa7c3182a5f93d3bbfae8cfd4a93

diff --git a/app-portage/elicense/elicense-1.0.2.ebuild 
b/app-portage/elicense/elicense-1.0.2.ebuild
new file mode 100644
index 000..bbba9eea7ef
--- /dev/null
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/Whissi/elicense.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"
+HOMEPAGE="https://github.com/Whissi/elicense;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+
+   local MY_PV=${PV}
+   if [[ ${PV} == "" ]]; then
+   local last_commit=$(git rev-parse HEAD)
+   MY_PV="${last_commit:0:7}-git"
+   fi
+
+   sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
+   elicense || die "Failed to sed in version."
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-05-22 Thread Thomas Deutschmann
commit: 8e053f681cfaf1dcb7e569b43f4f5b214daa9c47
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 22 20:42:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 22 20:42:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e053f68

app-portage/elicense: stablized under ALLARCHES policy

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/elicense-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elicense/elicense-1.0.1.ebuild 
b/app-portage/elicense/elicense-1.0.1.ebuild
index bbba9eea7ef..b6b7af16759 100644
--- a/app-portage/elicense/elicense-1.0.1.ebuild
+++ b/app-portage/elicense/elicense-1.0.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-05-21 Thread Thomas Deutschmann
commit: 324c59cc4f75bcf4eeb6e5f3dec4668f4377f6f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 21 14:50:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 21 14:50:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324c59cc

app-portage/elicense: bump to v1.0.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/Manifest   |  2 +-
 .../{elicense-1.0.0.ebuild => elicense-1.0.1.ebuild}| 13 +
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
index 5d6c85b7d43..236ff9976fb 100644
--- a/app-portage/elicense/Manifest
+++ b/app-portage/elicense/Manifest
@@ -1 +1 @@
-DIST elicense-1.0.0.tar.gz 8719 BLAKE2B 
4d9c06cf3229f5a13ec246080098e1f8389afa951bf95cce48159509c160bbc43da511ec0936139c282f59514419fc4911b6a7c9c89bdce18ccda8d175baacae
 SHA512 
5b81e9256486f42f9060d29c7ba3c9101a23a60bfc1ceed978172a2d6feeda22e42486b950ee181a3fe5166e69cabc0ba29043811076865b38f687c0258e9aa8
+DIST elicense-1.0.1.tar.gz 9260 BLAKE2B 
b5782412de613bce009ff1d685de6af9a129afadd131a91328cfd02d55c416e5c7549aacf676c4596a4512de4e3a42d2b89c24d2367404177e9675a7fdc35d94
 SHA512 
3b7b412742a9b67b5c4dda10838d6380c1f18199bcaa87458f30b06bff068228f64364d336d1daf4b95df6c1889ae9de7f277dea3defd18dbf74d50fc9381500

diff --git a/app-portage/elicense/elicense-1.0.0.ebuild 
b/app-portage/elicense/elicense-1.0.1.ebuild
similarity index 73%
rename from app-portage/elicense/elicense-1.0.0.ebuild
rename to app-portage/elicense/elicense-1.0.1.ebuild
index a7cb3da3c32..bbba9eea7ef 100644
--- a/app-portage/elicense/elicense-1.0.0.ebuild
+++ b/app-portage/elicense/elicense-1.0.1.ebuild
@@ -21,3 +21,16 @@ SLOT="0"
 IUSE=""
 
 RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+
+   local MY_PV=${PV}
+   if [[ ${PV} == "" ]]; then
+   local last_commit=$(git rev-parse HEAD)
+   MY_PV="${last_commit:0:7}-git"
+   fi
+
+   sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
+   elicense || die "Failed to sed in version."
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-05-21 Thread Thomas Deutschmann
commit: 78e5e3edf06b85fbe02628e6b8b1dc943aeea138
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 21 14:48:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 21 14:50:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e5e3ed

app-portage/elicense: update live ebuild

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/elicense-.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index a7cb3da3c32..bbba9eea7ef 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -21,3 +21,16 @@ SLOT="0"
 IUSE=""
 
 RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+
+   local MY_PV=${PV}
+   if [[ ${PV} == "" ]]; then
+   local last_commit=$(git rev-parse HEAD)
+   MY_PV="${last_commit:0:7}-git"
+   fi
+
+   sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
+   elicense || die "Failed to sed in version."
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-05-20 Thread Thomas Deutschmann
commit: 61cb267e6870353fa14451cb3da4fe72b037f83e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 20 22:35:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 20 22:35:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cb267e

app-portage/elicense: fix DESCRIPTION

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/elicense-1.0.0.ebuild | 2 +-
 app-portage/elicense/elicense-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/elicense/elicense-1.0.0.ebuild 
b/app-portage/elicense/elicense-1.0.0.ebuild
index 9d3210d94d9..a7cb3da3c32 100644
--- a/app-portage/elicense/elicense-1.0.0.ebuild
+++ b/app-portage/elicense/elicense-1.0.0.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="A common interface to Gentoo package managers"
+DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"
 HOMEPAGE="https://github.com/Whissi/elicense;
 
 LICENSE="GPL-2"

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
index 9d3210d94d9..a7cb3da3c32 100644
--- a/app-portage/elicense/elicense-.ebuild
+++ b/app-portage/elicense/elicense-.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="A common interface to Gentoo package managers"
+DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted 
license(s)"
 HOMEPAGE="https://github.com/Whissi/elicense;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/

2019-05-20 Thread Thomas Deutschmann
commit: 313461f94be9a8ccc0970440a397d4de6f54b9c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 20 22:27:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 20 22:27:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313461f9

app-portage/elicense: new package

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-portage/elicense/Manifest  |  1 +
 app-portage/elicense/elicense-1.0.0.ebuild | 23 +++
 app-portage/elicense/elicense-.ebuild  | 23 +++
 app-portage/elicense/metadata.xml  | 12 
 4 files changed, 59 insertions(+)

diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
new file mode 100644
index 000..5d6c85b7d43
--- /dev/null
+++ b/app-portage/elicense/Manifest
@@ -0,0 +1 @@
+DIST elicense-1.0.0.tar.gz 8719 BLAKE2B 
4d9c06cf3229f5a13ec246080098e1f8389afa951bf95cce48159509c160bbc43da511ec0936139c282f59514419fc4911b6a7c9c89bdce18ccda8d175baacae
 SHA512 
5b81e9256486f42f9060d29c7ba3c9101a23a60bfc1ceed978172a2d6feeda22e42486b950ee181a3fe5166e69cabc0ba29043811076865b38f687c0258e9aa8

diff --git a/app-portage/elicense/elicense-1.0.0.ebuild 
b/app-portage/elicense/elicense-1.0.0.ebuild
new file mode 100644
index 000..9d3210d94d9
--- /dev/null
+++ b/app-portage/elicense/elicense-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/Whissi/elicense.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/Whissi/elicense;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"

diff --git a/app-portage/elicense/elicense-.ebuild 
b/app-portage/elicense/elicense-.ebuild
new file mode 100644
index 000..9d3210d94d9
--- /dev/null
+++ b/app-portage/elicense/elicense-.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/Whissi/elicense.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/Whissi/elicense;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"

diff --git a/app-portage/elicense/metadata.xml 
b/app-portage/elicense/metadata.xml
new file mode 100644
index 000..a100a0b4e8f
--- /dev/null
+++ b/app-portage/elicense/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+   
+   
+   Whissi/elicense
+   
+