* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2016-08-07 7:52 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2016-08-07 7:52 UTC (permalink / raw
To: gentoo-commits
commit: 8cc62c3b1ebc6e424b4d0c417a43d2a3457b3373
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 07:50:57 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 07:51:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc62c3b
app-portage/euscan: Cleanup per bug #398377
Package-Manager: portage-2.3.0
app-portage/euscan/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-portage/euscan/metadata.xml b/app-portage/euscan/metadata.xml
index 5af8cd2..097975e 100644
--- a/app-portage/euscan/metadata.xml
+++ b/app-portage/euscan/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>iksaif@gentoo.org</email>
- <name>Corentin Chary</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2016-09-24 10:35 Alice Ferrazzi
0 siblings, 0 replies; 7+ messages in thread
From: Alice Ferrazzi @ 2016-09-24 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 2c2cccc07e8d79695b92e66ef4523852bdf07d69
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 10:31:41 2016 +0000
Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 10:34:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2cccc0
app-portage/euscan: add Maintainer
Package-Manager: portage-2.2.28
app-portage/euscan/metadata.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-portage/euscan/metadata.xml b/app-portage/euscan/metadata.xml
index 097975e..2c94ca1 100644
--- a/app-portage/euscan/metadata.xml
+++ b/app-portage/euscan/metadata.xml
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<maintainer type="person">
+ <email>patrick@gentoo.org</email>
+</maintainer>
+<maintainer type="person">
+ <email>alicef@gentoo.org</email>
+ <name>Alice Ferrazzi</name>
+</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2016-10-30 18:27 Mike Gilbert
0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2016-10-30 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 42ccdf48d718287e981c00f25caea2242262906a
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 18:26:39 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 18:27:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ccdf48
app-portage/euscan: replace python_export_best with python_setup
app-portage/euscan/euscan-0.1.1-r1.ebuild | 2 +-
app-portage/euscan/euscan-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild
index 5a5b97a..7b61a7d 100644
--- a/app-portage/euscan/euscan-0.1.1-r1.ebuild
+++ b/app-portage/euscan/euscan-0.1.1-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${DEPEND}
dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]"
python_prepare_all() {
- python_export_best
+ python_setup
echo VERSION="${PV}" "${PYTHON}" setup.py set_version
VERSION="${PV}" "${PYTHON}" setup.py set_version
distutils-r1_python_prepare_all
diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
index 2dae71a..5bc7c33 100644
--- a/app-portage/euscan/euscan-9999.ebuild
+++ b/app-portage/euscan/euscan-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
dev-python/beautifulsoup[${PYTHON_USEDEP}]"
python_prepare_all() {
- python_export_best
+ python_setup
echo VERSION="${PV}" "${PYTHON}" setup.py set_version
VERSION="${PV}" "${PYTHON}" setup.py set_version
distutils-r1_python_prepare_all
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2017-07-30 8:47 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-07-30 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 3dfb78191e257d2dfce42bacca25ee51034d8420
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:29:06 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:46:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfb7819
app-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-portage/euscan/euscan-0.1.1-r1.ebuild | 4 ++--
app-portage/euscan/euscan-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild
index 0fcb9a9c13a..19345bf907e 100644
--- a/app-portage/euscan/euscan-0.1.1-r1.ebuild
+++ b/app-portage/euscan/euscan-0.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
inherit distutils-r1
DESCRIPTION="Ebuild upstream scan utility"
-HOMEPAGE="http://euscan.iksaif.net"
+HOMEPAGE="https://github.com/iksaif/euscan"
SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
index fc1f5b8d208..f502a249b5f 100644
--- a/app-portage/euscan/euscan-9999.ebuild
+++ b/app-portage/euscan/euscan-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,9 +9,9 @@ PYTHON_REQ_USE="xml"
inherit distutils-r1 git-2
DESCRIPTION="Ebuild upstream scan utility"
-HOMEPAGE="http://euscan.iksaif.net"
+HOMEPAGE="https://github.com/iksaif/euscan"
SRC_URI=""
-EGIT_REPO_URI="git://github.com/iksaif/euscan.git"
+EGIT_REPO_URI="https://github.com/iksaif/euscan.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2017-12-25 14:43 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-12-25 14:43 UTC (permalink / raw
To: gentoo-commits
commit: dc19cc47e426de02a947fb5b61381fa15b242563
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 14:25:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 14:42:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc19cc47
app-portage/euscan: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-portage/euscan/euscan-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
index f502a249b5f..2cf8630bb3c 100644
--- a/app-portage/euscan/euscan-9999.ebuild
+++ b/app-portage/euscan/euscan-9999.ebuild
@@ -6,11 +6,10 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Ebuild upstream scan utility"
HOMEPAGE="https://github.com/iksaif/euscan"
-SRC_URI=""
EGIT_REPO_URI="https://github.com/iksaif/euscan.git"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2018-03-21 18:12 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-03-21 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 96fc64387fd387eadcfa2438afa65dacf695c844
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 17:07:36 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 18:12:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fc6438
app-portage/euscan: Support sys-apps/portage-mgorny
.../euscan/{euscan-0.1.1-r1.ebuild => euscan-0.1.1-r2.ebuild} | 8 ++++++--
app-portage/euscan/euscan-9999.ebuild | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r2.ebuild
similarity index 83%
rename from app-portage/euscan/euscan-0.1.1-r1.ebuild
rename to app-portage/euscan/euscan-0.1.1-r2.ebuild
index 19345bf907e..27566cc7555 100644
--- a/app-portage/euscan/euscan-0.1.1-r1.ebuild
+++ b/app-portage/euscan/euscan-0.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,11 @@ IUSE=""
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
+DEPEND="
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"
RDEPEND="${DEPEND}
>=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
index 2cf8630bb3c..c71e1ee07ef 100644
--- a/app-portage/euscan/euscan-9999.ebuild
+++ b/app-portage/euscan/euscan-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,11 @@ IUSE=""
KEYWORDS=""
-DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
+DEPEND="
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"
RDEPEND="${DEPEND}
>=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
@ 2019-05-18 10:02 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-05-18 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 11431166c6684232f982c4f8db39421aa85e78a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:55:50 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 10:02:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11431166
app-portage/euscan: Prune dep on portage-mgorny
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/euscan/euscan-0.1.1-r2.ebuild | 6 +-----
app-portage/euscan/euscan-9999.ebuild | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/app-portage/euscan/euscan-0.1.1-r2.ebuild b/app-portage/euscan/euscan-0.1.1-r2.ebuild
index 27566cc7555..8fdedba92b2 100644
--- a/app-portage/euscan/euscan-0.1.1-r2.ebuild
+++ b/app-portage/euscan/euscan-0.1.1-r2.ebuild
@@ -18,11 +18,7 @@ IUSE=""
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-DEPEND="
- || (
- sys-apps/portage[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- )"
+DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
>=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
index c71e1ee07ef..bd00ac7169a 100644
--- a/app-portage/euscan/euscan-9999.ebuild
+++ b/app-portage/euscan/euscan-9999.ebuild
@@ -18,11 +18,7 @@ IUSE=""
KEYWORDS=""
-DEPEND="
- || (
- sys-apps/portage[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- )"
+DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
>=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-05-18 10:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-25 14:43 [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-05-18 10:02 Michał Górny
2018-03-21 18:12 Michał Górny
2017-07-30 8:47 Michał Górny
2016-10-30 18:27 Mike Gilbert
2016-09-24 10:35 Alice Ferrazzi
2016-08-07 7:52 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox