public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2018-03-06 19:59 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2018-03-06 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bfad65bf874204c009b6efa52548bdd8c12b3f30
Author:     Virgil Dupras <hsoft <AT> hardcoded <DOT> net>
AuthorDate: Mon Feb 12 20:14:28 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 19:58:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfad65bf

dev-embedded/arduino-ctags: new package

This package is needed for the bump of dev-embedded/arduino to 1.8.5. It
uses its own private fork of ctags and when using dev-util/ctags,
arduino produces non-functioning executables.

Bug: https://bugs.gentoo.org/525882
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-embedded/arduino-ctags/Manifest                |  1 +
 .../arduino-ctags/arduino-ctags-20161123.ebuild    | 30 ++++++++++++++++++++++
 dev-embedded/arduino-ctags/metadata.xml            | 17 ++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-embedded/arduino-ctags/Manifest b/dev-embedded/arduino-ctags/Manifest
new file mode 100644
index 00000000000..8398798df86
--- /dev/null
+++ b/dev-embedded/arduino-ctags/Manifest
@@ -0,0 +1 @@
+DIST arduino-ctags-20161123.tar.gz 490200 BLAKE2B f51b18a0db420124c5fed2b320c16d9eeb96fce6d0f118cf43a8177f88400daaeb83437c3993353c16b73781961c7476e782e66891582f4b3dc5301c73da64dc SHA512 ae5bde92c3dd0b9a179bc1df998f20312c4ab8b2c9c1840dbe543d23fb4531b9e5524f1399d9922ed9b2de4582bdb74635f7ec576a42c808d152c3fbb84f9687

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
new file mode 100644
index 00000000000..e2bcd0810ab
--- /dev/null
+++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMITHASH="abc8fca7499f44c725122881cd380a88c37abe0e"
+
+DESCRIPTION="Arduino private fork of dev-util/ctags"
+HOMEPAGE="https://github.com/arduino/ctags"
+SRC_URI="https://github.com/arduino/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/ctags-${COMMITHASH}"
+
+src_configure() {
+	econf \
+		--disable-readlib \
+		--disable-etags \
+		--enable-tmpdir="${EPREFIX}"/tmp
+}
+
+src_install() {
+	# This package compiles into a "ctags" executable, but don't want to clash into
+	# actually legitimate ctags implementations.
+	mv ctags arduino-ctags
+	dobin arduino-ctags
+}

diff --git a/dev-embedded/arduino-ctags/metadata.xml b/dev-embedded/arduino-ctags/metadata.xml
new file mode 100644
index 00000000000..6e477627615
--- /dev/null
+++ b/dev-embedded/arduino-ctags/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>embedded@gentoo.org</email>
+		<name>Embedded Gentoo</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">arduino/ctags</remote-id>
+	</upstream>
+	<longdescription>
+		Arduino's build process includes a preprocessing phase that involves ctags,
+		but not any version of ctags, *Arduino's* ctags, a private fork that
+		Arduino maintains. We can't use dev-util/ctags because it causes Arduino
+		to produce corrupt executables.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2018-10-17 12:07 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a479d11971ab3d2539e552883728b4bb37414e16
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 11:54:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 11:54:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a479d119

dev-embedded/arduino-ctags: x86 stable (bug #668220)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
index e2bcd0810ab..5fdb6990c1f 100644
--- a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
+++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/arduino/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 S="${WORKDIR}/ctags-${COMMITHASH}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2018-10-24  7:34 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-10-24  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9f89a88d2369aad27c0021bfca5dea9ef76fe54f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 24 07:33:26 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 07:33:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89a88d

dev-embedded/arduino-ctags: amd64 stable wrt bug #668220

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
index 5fdb6990c1f..2e0a463f1c0 100644
--- a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
+++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/arduino/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 S="${WORKDIR}/ctags-${COMMITHASH}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2022-01-02  5:52 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-01-02  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa808d679362be275706fb11f1d8a616d766a0b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 05:51:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 05:51:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa808d6

dev-embedded/arduino-ctags: Stabilize 20161123-r1 amd64, #828550

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild
index 64676af3c7c1..85c99f287ce0 100644
--- a/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild
+++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.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=8
@@ -11,7 +11,7 @@ S="${WORKDIR}/ctags-${MY_COMMIT_HASH}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-20161123-gcc-unused-attribute.patch


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2022-01-02  9:59 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-01-02  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d92f38835633179ef727ace4bef334ab662f639b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 09:58:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 09:58:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92f3883

dev-embedded/arduino-ctags: Stabilize 20161123-r1 x86, #828550

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild
index 85c99f287ce0..116436b6fd42 100644
--- a/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild
+++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123-r1.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/ctags-${MY_COMMIT_HASH}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-20161123-gcc-unused-attribute.patch


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/
@ 2022-08-20 11:40 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-08-20 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     77f9996a1c6873054e2b76251da9890ad9699812
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:39:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 11:40:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f9996a

dev-embedded/arduino-ctags: drop 20161123, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../arduino-ctags/arduino-ctags-20161123.ebuild    | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
deleted file mode 100644
index 2e0a463f1c00..000000000000
--- a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMITHASH="abc8fca7499f44c725122881cd380a88c37abe0e"
-
-DESCRIPTION="Arduino private fork of dev-util/ctags"
-HOMEPAGE="https://github.com/arduino/ctags"
-SRC_URI="https://github.com/arduino/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/ctags-${COMMITHASH}"
-
-src_configure() {
-	econf \
-		--disable-readlib \
-		--disable-etags \
-		--enable-tmpdir="${EPREFIX}"/tmp
-}
-
-src_install() {
-	# This package compiles into a "ctags" executable, but don't want to clash into
-	# actually legitimate ctags implementations.
-	mv ctags arduino-ctags
-	dobin arduino-ctags
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-20 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06 19:59 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-ctags/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2018-10-17 12:07 Thomas Deutschmann
2018-10-24  7:34 Mikle Kolyada
2022-01-02  5:52 Sam James
2022-01-02  9:59 Sam James
2022-08-20 11:40 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox