* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2020-09-16 16:10 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-09-16 16:10 UTC (permalink / raw
To: gentoo-commits
commit: ec430dce08575bc89dc69ca469b6af26945dfb87
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 16:09:52 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 16:09:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec430dce
dev-embedded/include: Port to EAPI 7
Closes: https://bugs.gentoo.org/742182
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-embedded/include/include-0.4.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-embedded/include/include-0.4.2.ebuild b/dev-embedded/include/include-0.4.2.ebuild
index 98e9687d0b9..dfa827f0951 100644
--- a/dev-embedded/include/include-0.4.2.ebuild
+++ b/dev-embedded/include/include-0.4.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
DESCRIPTION="A collection of useful, independent include files for C/Assembler developers"
HOMEPAGE="http://openwince.sourceforge.net/include/"
@@ -10,4 +10,3 @@ SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2023-06-08 11:23 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-06-08 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 9a0a63bc2713fece306c2383039650d332ef5a89
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun 7 17:12:57 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 11:19:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0a63bc
dev-embedded/include: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-embedded/include/include-0.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-embedded/include/include-0.4.2.ebuild b/dev-embedded/include/include-0.4.2.ebuild
index dfa827f0951c..4ea322985dfe 100644
--- a/dev-embedded/include/include-0.4.2.ebuild
+++ b/dev-embedded/include/include-0.4.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A collection of useful, independent include files for C/Assembler developers"
-HOMEPAGE="http://openwince.sourceforge.net/include/"
+HOMEPAGE="https://openwince.sourceforge.net/include/"
SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-02-15 16:03 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-02-15 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 8eff8a11d857f22b03fc493490552f2b248221b1
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Fri Feb 14 20:28:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 16:02:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eff8a11
dev-embedded/include: update EAPI 7 -> 8, run autoreconf
Closes: https://bugs.gentoo.org/900689
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40576
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-embedded/include/include-0.4.2-r1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-embedded/include/include-0.4.2-r1.ebuild b/dev-embedded/include/include-0.4.2-r1.ebuild
new file mode 100644
index 000000000000..6301d5760c51
--- /dev/null
+++ b/dev-embedded/include/include-0.4.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A collection of useful, independent include files for C/Assembler developers"
+HOMEPAGE="https://openwince.sourceforge.net/include/"
+SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-04-03 19:24 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-04-03 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 9297487cae7a7939f34f1e5dba2890f675419ba8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 19:23:56 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 19:23:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9297487c
dev-embedded/include: Stabilize 0.4.2-r1 x86, #953093
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-embedded/include/include-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-embedded/include/include-0.4.2-r1.ebuild b/dev-embedded/include/include-0.4.2-r1.ebuild
index 6301d5760c51..c81646596eda 100644
--- a/dev-embedded/include/include-0.4.2-r1.ebuild
+++ b/dev-embedded/include/include-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-04-03 19:24 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-04-03 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 82ec62e9ea4dc9c3513c42b89d780cb362f6ca43
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 19:23:56 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 19:23:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ec62e9
dev-embedded/include: Stabilize 0.4.2-r1 amd64, #953093
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-embedded/include/include-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-embedded/include/include-0.4.2-r1.ebuild b/dev-embedded/include/include-0.4.2-r1.ebuild
index c81646596eda..b8cad782f85f 100644
--- a/dev-embedded/include/include-0.4.2-r1.ebuild
+++ b/dev-embedded/include/include-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-04-03 22:25 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-04-03 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 93409a2535d992b886079ec86c4986a11707ad92
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 22:24:32 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 22:24:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93409a25
dev-embedded/include: Stabilize 0.4.2-r1 sparc, #953093
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-embedded/include/include-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-embedded/include/include-0.4.2-r1.ebuild b/dev-embedded/include/include-0.4.2-r1.ebuild
index b8cad782f85f..5c3a3823599a 100644
--- a/dev-embedded/include/include-0.4.2-r1.ebuild
+++ b/dev-embedded/include/include-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-04-05 4:36 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-04-05 4:36 UTC (permalink / raw
To: gentoo-commits
commit: e2c21d0311d5cf32acc905ddced26990787c5b18
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 04:36:10 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 04:36:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c21d03
dev-embedded/include: Stabilize 0.4.2-r1 ppc, #953093
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-embedded/include/include-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-embedded/include/include-0.4.2-r1.ebuild b/dev-embedded/include/include-0.4.2-r1.ebuild
index 5c3a3823599a..e899ee78640d 100644
--- a/dev-embedded/include/include-0.4.2-r1.ebuild
+++ b/dev-embedded/include/include-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/
@ 2025-04-12 16:27 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2025-04-12 16:27 UTC (permalink / raw
To: gentoo-commits
commit: f5d088bc4ca73cf22caa96dbed505d511db115a2
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 16:09:40 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 16:27:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d088bc
dev-embedded/include: drop 0.4.2
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-embedded/include/include-0.4.2.ebuild | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/dev-embedded/include/include-0.4.2.ebuild b/dev-embedded/include/include-0.4.2.ebuild
deleted file mode 100644
index daf988f2f4e6..000000000000
--- a/dev-embedded/include/include-0.4.2.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A collection of useful, independent include files for C/Assembler developers"
-HOMEPAGE="https://openwince.sourceforge.net/include/"
-SRC_URI="https://downloads.sourceforge.net/openwince/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-04-12 16:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03 22:25 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/include/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 16:27 Viorel Munteanu
2025-04-05 4:36 Arthur Zamarin
2025-04-03 19:24 Arthur Zamarin
2025-04-03 19:24 Arthur Zamarin
2025-02-15 16:03 Sam James
2023-06-08 11:23 Viorel Munteanu
2020-09-16 16:10 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox