From: "Horodniceanu Andrei" <a.horodniceanu@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
Date: Fri, 17 Nov 2023 21:44:44 +0000 (UTC) [thread overview]
Message-ID: <1700254448.9084575cdd22a0df7b06a4db24a5201fe26968d0.a.horodniceanu@gentoo> (raw)
commit: 9084575cdd22a0df7b06a4db24a5201fe26968d0
Author: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Wed Oct 11 11:50:15 2023 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Fri Nov 17 20:54:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=9084575c
dev-lang/dmd: upgrade to EAPI 8
Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> proton.me>
dev-lang/dmd/dmd-2.064.2-r7.ebuild | 6 +++---
dev-lang/dmd/dmd-2.065.0-r7.ebuild | 6 +++---
dev-lang/dmd/dmd-2.066.1-r7.ebuild | 6 +++---
dev-lang/dmd/dmd-2.067.1-r8.ebuild | 6 +++---
dev-lang/dmd/dmd-2.068.2-r9.ebuild | 4 ++--
dev-lang/dmd/dmd-2.069.2-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.070.2-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.071.2-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.072.2-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.073.2-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.074.1-r6.ebuild | 4 ++--
dev-lang/dmd/dmd-2.075.1-r4.ebuild | 4 ++--
dev-lang/dmd/dmd-2.076.1-r4.ebuild | 4 ++--
dev-lang/dmd/dmd-2.077.1-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.078.3-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.079.1-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.080.1-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.081.2-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.082.1-r3.ebuild | 4 ++--
dev-lang/dmd/dmd-2.083.1-r2.ebuild | 4 ++--
dev-lang/dmd/dmd-2.084.1-r2.ebuild | 4 ++--
dev-lang/dmd/dmd-2.085.1-r2.ebuild | 4 ++--
dev-lang/dmd/dmd-2.086.1-r1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.087.1-r1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.088.1-r1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.089.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.090.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.091.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.092.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.093.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.094.2.ebuild | 4 ++--
dev-lang/dmd/dmd-2.095.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.096.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.097.2.ebuild | 4 ++--
dev-lang/dmd/dmd-2.098.1.ebuild | 4 ++--
dev-lang/dmd/dmd-2.099.1.ebuild | 2 +-
dev-lang/dmd/dmd-2.100.2.ebuild | 2 +-
dev-lang/dmd/dmd-2.101.2.ebuild | 2 +-
dev-lang/dmd/dmd-2.102.2.ebuild | 2 +-
dev-lang/dmd/dmd-2.103.1.ebuild | 2 +-
dev-lang/dmd/dmd-2.104.2.ebuild | 2 +-
dev-lang/dmd/dmd-2.105.2.ebuild | 2 +-
42 files changed, 81 insertions(+), 81 deletions(-)
diff --git a/dev-lang/dmd/dmd-2.064.2-r7.ebuild b/dev-lang/dmd/dmd-2.064.2-r7.ebuild
index ae2bce8..d72d933 100644
--- a/dev-lang/dmd/dmd-2.064.2-r7.ebuild
+++ b/dev-lang/dmd/dmd-2.064.2-r7.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2013
ARCHIVE="zip"
SONAME="libphobos2.so.0.64.0"
-inherit dmd eutils
+inherit dmd
PATCHES=(
"${FILESDIR}/2.064-no-narrowing.patch"
diff --git a/dev-lang/dmd/dmd-2.065.0-r7.ebuild b/dev-lang/dmd/dmd-2.065.0-r7.ebuild
index 72fb854..0ef1466 100644
--- a/dev-lang/dmd/dmd-2.065.0-r7.ebuild
+++ b/dev-lang/dmd/dmd-2.065.0-r7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2014
ARCHIVE="linux.zip"
-inherit dmd eutils
+inherit dmd
PATCHES=(
"${FILESDIR}/2.065-no-narrowing.patch"
diff --git a/dev-lang/dmd/dmd-2.066.1-r7.ebuild b/dev-lang/dmd/dmd-2.066.1-r7.ebuild
index d57af7a..6671811 100644
--- a/dev-lang/dmd/dmd-2.066.1-r7.ebuild
+++ b/dev-lang/dmd/dmd-2.066.1-r7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2014
ARCHIVE="linux.zip"
-inherit dmd eutils
+inherit dmd
PATCHES=(
"${FILESDIR}/2.066-no-narrowing.patch"
diff --git a/dev-lang/dmd/dmd-2.067.1-r8.ebuild b/dev-lang/dmd/dmd-2.067.1-r8.ebuild
index c385efc..074b6e9 100644
--- a/dev-lang/dmd/dmd-2.067.1-r8.ebuild
+++ b/dev-lang/dmd/dmd-2.067.1-r8.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2015
ARCHIVE="linux.zip"
-inherit dmd eutils
+inherit dmd
PATCHES=(
"${FILESDIR}/2.067-no-narrowing.patch"
diff --git a/dev-lang/dmd/dmd-2.068.2-r9.ebuild b/dev-lang/dmd/dmd-2.068.2-r9.ebuild
index 3c20019..5b0f624 100644
--- a/dev-lang/dmd/dmd-2.068.2-r9.ebuild
+++ b/dev-lang/dmd/dmd-2.068.2-r9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2015
diff --git a/dev-lang/dmd/dmd-2.069.2-r6.ebuild b/dev-lang/dmd/dmd-2.069.2-r6.ebuild
index c873226..6a3537f 100644
--- a/dev-lang/dmd/dmd-2.069.2-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.069.2-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2015
diff --git a/dev-lang/dmd/dmd-2.070.2-r6.ebuild b/dev-lang/dmd/dmd-2.070.2-r6.ebuild
index 7c3408b..d7bcfd3 100644
--- a/dev-lang/dmd/dmd-2.070.2-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.070.2-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2016
diff --git a/dev-lang/dmd/dmd-2.071.2-r6.ebuild b/dev-lang/dmd/dmd-2.071.2-r6.ebuild
index df435e4..7b61dab 100644
--- a/dev-lang/dmd/dmd-2.071.2-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.071.2-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2016
diff --git a/dev-lang/dmd/dmd-2.072.2-r6.ebuild b/dev-lang/dmd/dmd-2.072.2-r6.ebuild
index df435e4..7b61dab 100644
--- a/dev-lang/dmd/dmd-2.072.2-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.072.2-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2016
diff --git a/dev-lang/dmd/dmd-2.073.2-r6.ebuild b/dev-lang/dmd/dmd-2.073.2-r6.ebuild
index 2b4f9e1..b19377d 100644
--- a/dev-lang/dmd/dmd-2.073.2-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.073.2-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2017
diff --git a/dev-lang/dmd/dmd-2.074.1-r6.ebuild b/dev-lang/dmd/dmd-2.074.1-r6.ebuild
index 124c1c1..83f064c 100644
--- a/dev-lang/dmd/dmd-2.074.1-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.074.1-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2017
diff --git a/dev-lang/dmd/dmd-2.075.1-r4.ebuild b/dev-lang/dmd/dmd-2.075.1-r4.ebuild
index d1358be..2a89c37 100644
--- a/dev-lang/dmd/dmd-2.075.1-r4.ebuild
+++ b/dev-lang/dmd/dmd-2.075.1-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2017
diff --git a/dev-lang/dmd/dmd-2.076.1-r4.ebuild b/dev-lang/dmd/dmd-2.076.1-r4.ebuild
index 41e4493..f27baa0 100644
--- a/dev-lang/dmd/dmd-2.076.1-r4.ebuild
+++ b/dev-lang/dmd/dmd-2.076.1-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2017
diff --git a/dev-lang/dmd/dmd-2.077.1-r3.ebuild b/dev-lang/dmd/dmd-2.077.1-r3.ebuild
index 41e4493..f27baa0 100644
--- a/dev-lang/dmd/dmd-2.077.1-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.077.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2017
diff --git a/dev-lang/dmd/dmd-2.078.3-r3.ebuild b/dev-lang/dmd/dmd-2.078.3-r3.ebuild
index 932c83e..a91e4d7 100644
--- a/dev-lang/dmd/dmd-2.078.3-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.078.3-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.079.1-r3.ebuild b/dev-lang/dmd/dmd-2.079.1-r3.ebuild
index 932c83e..a91e4d7 100644
--- a/dev-lang/dmd/dmd-2.079.1-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.079.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.080.1-r3.ebuild b/dev-lang/dmd/dmd-2.080.1-r3.ebuild
index d7a6ae7..a260d74 100644
--- a/dev-lang/dmd/dmd-2.080.1-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.080.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.081.2-r3.ebuild b/dev-lang/dmd/dmd-2.081.2-r3.ebuild
index 1635594..2f54529 100644
--- a/dev-lang/dmd/dmd-2.081.2-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.081.2-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.082.1-r3.ebuild b/dev-lang/dmd/dmd-2.082.1-r3.ebuild
index e60d41b..d967287 100644
--- a/dev-lang/dmd/dmd-2.082.1-r3.ebuild
+++ b/dev-lang/dmd/dmd-2.082.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.083.1-r2.ebuild b/dev-lang/dmd/dmd-2.083.1-r2.ebuild
index e60d41b..d967287 100644
--- a/dev-lang/dmd/dmd-2.083.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.083.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2018
diff --git a/dev-lang/dmd/dmd-2.084.1-r2.ebuild b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
index 8d50ba8..e994f59 100644
--- a/dev-lang/dmd/dmd-2.084.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.085.1-r2.ebuild b/dev-lang/dmd/dmd-2.085.1-r2.ebuild
index 8d50ba8..e994f59 100644
--- a/dev-lang/dmd/dmd-2.085.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.085.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.086.1-r1.ebuild b/dev-lang/dmd/dmd-2.086.1-r1.ebuild
index 266fd81..099164c 100644
--- a/dev-lang/dmd/dmd-2.086.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.086.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.087.1-r1.ebuild b/dev-lang/dmd/dmd-2.087.1-r1.ebuild
index 266fd81..099164c 100644
--- a/dev-lang/dmd/dmd-2.087.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.087.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.088.1-r1.ebuild b/dev-lang/dmd/dmd-2.088.1-r1.ebuild
index 539bf2c..298227f 100644
--- a/dev-lang/dmd/dmd-2.088.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.088.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.089.1.ebuild b/dev-lang/dmd/dmd-2.089.1.ebuild
index 539bf2c..298227f 100644
--- a/dev-lang/dmd/dmd-2.089.1.ebuild
+++ b/dev-lang/dmd/dmd-2.089.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2019
diff --git a/dev-lang/dmd/dmd-2.090.1.ebuild b/dev-lang/dmd/dmd-2.090.1.ebuild
index 0a1fb8f..deaf8d1 100644
--- a/dev-lang/dmd/dmd-2.090.1.ebuild
+++ b/dev-lang/dmd/dmd-2.090.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2020
diff --git a/dev-lang/dmd/dmd-2.091.1.ebuild b/dev-lang/dmd/dmd-2.091.1.ebuild
index 0a1fb8f..deaf8d1 100644
--- a/dev-lang/dmd/dmd-2.091.1.ebuild
+++ b/dev-lang/dmd/dmd-2.091.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2020
diff --git a/dev-lang/dmd/dmd-2.092.1.ebuild b/dev-lang/dmd/dmd-2.092.1.ebuild
index 6d4d77a..54f53b9 100644
--- a/dev-lang/dmd/dmd-2.092.1.ebuild
+++ b/dev-lang/dmd/dmd-2.092.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2020
diff --git a/dev-lang/dmd/dmd-2.093.1.ebuild b/dev-lang/dmd/dmd-2.093.1.ebuild
index f1ddc29..a8d16bf 100644
--- a/dev-lang/dmd/dmd-2.093.1.ebuild
+++ b/dev-lang/dmd/dmd-2.093.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2020
diff --git a/dev-lang/dmd/dmd-2.094.2.ebuild b/dev-lang/dmd/dmd-2.094.2.ebuild
index f1ddc29..a8d16bf 100644
--- a/dev-lang/dmd/dmd-2.094.2.ebuild
+++ b/dev-lang/dmd/dmd-2.094.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2020
diff --git a/dev-lang/dmd/dmd-2.095.1.ebuild b/dev-lang/dmd/dmd-2.095.1.ebuild
index 9ede50d..1aff151 100644
--- a/dev-lang/dmd/dmd-2.095.1.ebuild
+++ b/dev-lang/dmd/dmd-2.095.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2021
diff --git a/dev-lang/dmd/dmd-2.096.1.ebuild b/dev-lang/dmd/dmd-2.096.1.ebuild
index 1a44ab7..e18074b 100644
--- a/dev-lang/dmd/dmd-2.096.1.ebuild
+++ b/dev-lang/dmd/dmd-2.096.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2021
diff --git a/dev-lang/dmd/dmd-2.097.2.ebuild b/dev-lang/dmd/dmd-2.097.2.ebuild
index ddf7ac6..ae79c0b 100644
--- a/dev-lang/dmd/dmd-2.097.2.ebuild
+++ b/dev-lang/dmd/dmd-2.097.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2021
diff --git a/dev-lang/dmd/dmd-2.098.1.ebuild b/dev-lang/dmd/dmd-2.098.1.ebuild
index ddf7ac6..ae79c0b 100644
--- a/dev-lang/dmd/dmd-2.098.1.ebuild
+++ b/dev-lang/dmd/dmd-2.098.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2021
diff --git a/dev-lang/dmd/dmd-2.099.1.ebuild b/dev-lang/dmd/dmd-2.099.1.ebuild
index f1afefa..5551d12 100644
--- a/dev-lang/dmd/dmd-2.099.1.ebuild
+++ b/dev-lang/dmd/dmd-2.099.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* amd64 x86"
YEAR=2022
diff --git a/dev-lang/dmd/dmd-2.100.2.ebuild b/dev-lang/dmd/dmd-2.100.2.ebuild
index c39940f..6ed0d65 100644
--- a/dev-lang/dmd/dmd-2.100.2.ebuild
+++ b/dev-lang/dmd/dmd-2.100.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2022
diff --git a/dev-lang/dmd/dmd-2.101.2.ebuild b/dev-lang/dmd/dmd-2.101.2.ebuild
index b347904..e4c61e8 100644
--- a/dev-lang/dmd/dmd-2.101.2.ebuild
+++ b/dev-lang/dmd/dmd-2.101.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2023
diff --git a/dev-lang/dmd/dmd-2.102.2.ebuild b/dev-lang/dmd/dmd-2.102.2.ebuild
index b347904..e4c61e8 100644
--- a/dev-lang/dmd/dmd-2.102.2.ebuild
+++ b/dev-lang/dmd/dmd-2.102.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2023
diff --git a/dev-lang/dmd/dmd-2.103.1.ebuild b/dev-lang/dmd/dmd-2.103.1.ebuild
index 59e6dc8..14dd04d 100644
--- a/dev-lang/dmd/dmd-2.103.1.ebuild
+++ b/dev-lang/dmd/dmd-2.103.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2023
diff --git a/dev-lang/dmd/dmd-2.104.2.ebuild b/dev-lang/dmd/dmd-2.104.2.ebuild
index 59e6dc8..14dd04d 100644
--- a/dev-lang/dmd/dmd-2.104.2.ebuild
+++ b/dev-lang/dmd/dmd-2.104.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2023
diff --git a/dev-lang/dmd/dmd-2.105.2.ebuild b/dev-lang/dmd/dmd-2.105.2.ebuild
index 8ebc82b..57f8108 100644
--- a/dev-lang/dmd/dmd-2.105.2.ebuild
+++ b/dev-lang/dmd/dmd-2.105.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
KEYWORDS="-* ~amd64 ~x86"
YEAR=2023
next reply other threads:[~2023-11-17 21:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-17 21:44 Horodniceanu Andrei [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 9:03 [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/ Horodniceanu Andrei
2024-07-12 18:59 Horodniceanu Andrei
2024-06-02 5:29 Horodniceanu Andrei
2024-05-30 17:28 Horodniceanu Andrei
2024-05-30 17:28 Horodniceanu Andrei
2024-05-30 17:28 Horodniceanu Andrei
2024-05-30 17:28 Horodniceanu Andrei
2024-05-07 23:18 Horodniceanu Andrei
2022-07-15 4:24 Marco Leise
2020-11-16 4:05 Marco Leise
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=1700254448.9084575cdd22a0df7b06a4db24a5201fe26968d0.a.horodniceanu@gentoo \
--to=a.horodniceanu@proton.me \
--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