From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/openocd/
Date: Mon, 25 Dec 2017 19:17:38 +0000 (UTC) [thread overview]
Message-ID: <1514229418.44b41380cdce4547c864c407fd6fe1f5ba44989d.soap@gentoo> (raw)
commit: 44b41380cdce4547c864c407fd6fe1f5ba44989d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 18:44:20 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:16:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b41380
dev-embedded/openocd: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-embedded/openocd/openocd-0.10.0.ebuild | 7 +++----
dev-embedded/openocd/openocd-0.5.0.ebuild | 11 +++++------
dev-embedded/openocd/openocd-0.6.1.ebuild | 11 +++++------
dev-embedded/openocd/openocd-0.7.0-r1.ebuild | 10 ++++------
dev-embedded/openocd/openocd-0.8.0.ebuild | 7 +++----
dev-embedded/openocd/openocd-0.9.0.ebuild | 7 +++----
dev-embedded/openocd/openocd-9999.ebuild | 7 +++----
7 files changed, 26 insertions(+), 34 deletions(-)
diff --git a/dev-embedded/openocd/openocd-0.10.0.ebuild b/dev-embedded/openocd/openocd-0.10.0.ebuild
index 2fee2af1d44..57ba7a8c69e 100644
--- a/dev-embedded/openocd/openocd-0.10.0.ebuild
+++ b/dev-embedded/openocd/openocd-0.10.0.ebuild
@@ -6,10 +6,9 @@ EAPI="5"
inherit eutils multilib flag-o-matic toolchain-funcs udev user
# One ebuild to rule them all
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
diff --git a/dev-embedded/openocd/openocd-0.5.0.ebuild b/dev-embedded/openocd/openocd-0.5.0.ebuild
index 5704e4db3ef..aae09088d93 100644
--- a/dev-embedded/openocd/openocd-0.5.0.ebuild
+++ b/dev-embedded/openocd/openocd-0.5.0.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit eutils multilib
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- KEYWORDS=""
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
diff --git a/dev-embedded/openocd/openocd-0.6.1.ebuild b/dev-embedded/openocd/openocd-0.6.1.ebuild
index f53195d0c7d..d065bac6e8d 100644
--- a/dev-embedded/openocd/openocd-0.6.1.ebuild
+++ b/dev-embedded/openocd/openocd-0.6.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit eutils multilib flag-o-matic toolchain-funcs
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- KEYWORDS=""
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
diff --git a/dev-embedded/openocd/openocd-0.7.0-r1.ebuild b/dev-embedded/openocd/openocd-0.7.0-r1.ebuild
index cbe0594cec5..6ea9209b57f 100644
--- a/dev-embedded/openocd/openocd-0.7.0-r1.ebuild
+++ b/dev-embedded/openocd/openocd-0.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -6,11 +6,9 @@ EAPI="5"
inherit eutils multilib flag-o-matic toolchain-funcs
# One ebuild to rule them all
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- KEYWORDS=""
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
diff --git a/dev-embedded/openocd/openocd-0.8.0.ebuild b/dev-embedded/openocd/openocd-0.8.0.ebuild
index 362bf3eecd2..637aac7abd1 100644
--- a/dev-embedded/openocd/openocd-0.8.0.ebuild
+++ b/dev-embedded/openocd/openocd-0.8.0.ebuild
@@ -6,10 +6,9 @@ EAPI="5"
inherit eutils multilib flag-o-matic toolchain-funcs udev user
# One ebuild to rule them all
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
diff --git a/dev-embedded/openocd/openocd-0.9.0.ebuild b/dev-embedded/openocd/openocd-0.9.0.ebuild
index 39ee7af6b85..7a694fd3a84 100644
--- a/dev-embedded/openocd/openocd-0.9.0.ebuild
+++ b/dev-embedded/openocd/openocd-0.9.0.ebuild
@@ -6,10 +6,9 @@ EAPI="5"
inherit eutils multilib flag-o-matic toolchain-funcs udev user
# One ebuild to rule them all
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
diff --git a/dev-embedded/openocd/openocd-9999.ebuild b/dev-embedded/openocd/openocd-9999.ebuild
index 2fee2af1d44..57ba7a8c69e 100644
--- a/dev-embedded/openocd/openocd-9999.ebuild
+++ b/dev-embedded/openocd/openocd-9999.ebuild
@@ -6,10 +6,9 @@ EAPI="5"
inherit eutils multilib flag-o-matic toolchain-funcs udev user
# One ebuild to rule them all
-if [[ ${PV} == "9999" ]] ; then
- inherit autotools git-2
- EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
- EGIT_PROJECT="${PN}"
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
else
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
next reply other threads:[~2017-12-25 19:17 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-25 19:17 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 2:12 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/openocd/ Yixun Lan
2023-11-14 11:14 Yixun Lan
2023-11-14 11:14 Yixun Lan
2023-06-08 11:23 Viorel Munteanu
2023-04-22 13:14 Viorel Munteanu
2023-04-22 13:02 Sam James
2023-04-22 11:34 Sam James
2023-01-20 11:49 Yixun Lan
2023-01-04 0:38 Yixun Lan
2023-01-04 0:38 Yixun Lan
2022-12-19 1:09 Yixun Lan
2022-08-12 20:36 Yixun Lan
2022-04-23 19:44 Sven Wegener
2021-10-27 6:37 Agostino Sarubbo
2021-10-27 6:35 Agostino Sarubbo
2021-03-10 6:08 Yixun Lan
2021-03-10 6:08 Yixun Lan
2021-02-13 10:14 David Seifert
2021-02-12 15:10 Sam James
2021-02-11 9:31 Sam James
2021-02-11 7:54 Sam James
2020-12-28 14:16 David Seifert
2020-12-28 14:16 David Seifert
2020-01-15 21:03 Göktürk Yüksek
2019-09-13 12:58 Michał Górny
2019-08-31 12:16 Sergei Trofimovich
2019-02-18 9:08 Sergei Trofimovich
2019-02-18 9:08 Sergei Trofimovich
2018-05-30 11:31 Jason Zaman
2018-05-29 12:40 Thomas Deutschmann
2017-01-24 21:54 Richard Farina
2017-01-24 20:27 Richard Farina
2017-01-24 16:53 Richard Farina
2016-10-30 20:05 Sven Wegener
2016-01-10 11:17 Sven Wegener
2016-01-10 9:31 Sven Wegener
2016-01-10 9:31 Sven Wegener
2016-01-10 9:31 Sven Wegener
2016-01-10 9:31 Sven Wegener
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514229418.44b41380cdce4547c864c407fd6fe1f5ba44989d.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox