public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2020-11-16  4:05 Marco Leise
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Leise @ 2020-11-16  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7c40b1cd8947c61580cb9160f9eb1a195ff31d73
Author:     Marco Leise <marco.leise <AT> gmx <DOT> de>
AuthorDate: Mon Nov 16 03:55:20 2020 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Mon Nov 16 04:03:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=7c40b1cd

some dmd versions don't compile with frontend 2.092 as host compiler, these have that option removed now

Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>

 dev-lang/dmd/dmd-2.083.1-r2.ebuild | 2 +-
 dev-lang/dmd/dmd-2.084.1-r2.ebuild | 2 +-
 dev-lang/dmd/dmd-2.088.1-r1.ebuild | 2 +-
 dev-lang/dmd/dmd-2.089.1.ebuild    | 2 +-
 dev-lang/dmd/dmd-2.090.1.ebuild    | 2 +-
 dev-lang/dmd/dmd-2.091.1.ebuild    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/dmd/dmd-2.083.1-r2.ebuild b/dev-lang/dmd/dmd-2.083.1-r2.ebuild
index 54f2016..bd7da2b 100644
--- a/dev-lang/dmd/dmd-2.083.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.083.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2018
-DLANG_VERSION_RANGE="2.073-"
+DLANG_VERSION_RANGE="2.073-2.091"
 
 inherit dmd
 

diff --git a/dev-lang/dmd/dmd-2.084.1-r2.ebuild b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
index 8289941..24f13a1 100644
--- a/dev-lang/dmd/dmd-2.084.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2019
-DLANG_VERSION_RANGE="2.073-"
+DLANG_VERSION_RANGE="2.073-2.091"
 
 inherit dmd
 

diff --git a/dev-lang/dmd/dmd-2.088.1-r1.ebuild b/dev-lang/dmd/dmd-2.088.1-r1.ebuild
index ec01d83..231b877 100644
--- a/dev-lang/dmd/dmd-2.088.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.088.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2019
-DLANG_VERSION_RANGE="2.075-"
+DLANG_VERSION_RANGE="2.075-2.091"
 
 inherit dmd
 

diff --git a/dev-lang/dmd/dmd-2.089.1.ebuild b/dev-lang/dmd/dmd-2.089.1.ebuild
index ec01d83..231b877 100644
--- a/dev-lang/dmd/dmd-2.089.1.ebuild
+++ b/dev-lang/dmd/dmd-2.089.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2019
-DLANG_VERSION_RANGE="2.075-"
+DLANG_VERSION_RANGE="2.075-2.091"
 
 inherit dmd
 

diff --git a/dev-lang/dmd/dmd-2.090.1.ebuild b/dev-lang/dmd/dmd-2.090.1.ebuild
index 41237d0..0a1fb8f 100644
--- a/dev-lang/dmd/dmd-2.090.1.ebuild
+++ b/dev-lang/dmd/dmd-2.090.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2020
-DLANG_VERSION_RANGE="2.076-"
+DLANG_VERSION_RANGE="2.076-2.091"
 
 inherit dmd
 

diff --git a/dev-lang/dmd/dmd-2.091.1.ebuild b/dev-lang/dmd/dmd-2.091.1.ebuild
index 41237d0..0a1fb8f 100644
--- a/dev-lang/dmd/dmd-2.091.1.ebuild
+++ b/dev-lang/dmd/dmd-2.091.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KEYWORDS="-* amd64 x86"
 YEAR=2020
-DLANG_VERSION_RANGE="2.076-"
+DLANG_VERSION_RANGE="2.076-2.091"
 
 inherit dmd
 


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2022-07-15  4:24 Marco Leise
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Leise @ 2022-07-15  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6a8868c75056f896e480f49d70d6fb8defa30dc6
Author:     Horodniceanu Andrei <a.horodniceanu <AT> protonmail <DOT> com>
AuthorDate: Sat Apr 23 20:27:44 2022 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Sat Apr 23 20:27:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=6a8868c7

Fix git build dependency for some dmd ebuilds

Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> protonmail.com>

 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 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-lang/dmd/dmd-2.084.1-r2.ebuild b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
index 24f13a1..016308c 100644
--- a/dev-lang/dmd/dmd-2.084.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.084.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86"
 YEAR=2019
 DLANG_VERSION_RANGE="2.073-2.091"
 
+DEPEND='dev-vcs/git'
+
 inherit dmd
 
 PATCHES=(

diff --git a/dev-lang/dmd/dmd-2.085.1-r2.ebuild b/dev-lang/dmd/dmd-2.085.1-r2.ebuild
index 8289941..615db5f 100644
--- a/dev-lang/dmd/dmd-2.085.1-r2.ebuild
+++ b/dev-lang/dmd/dmd-2.085.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86"
 YEAR=2019
 DLANG_VERSION_RANGE="2.073-"
 
+DEPEND='dev-vcs/git'
+
 inherit dmd
 
 PATCHES=(

diff --git a/dev-lang/dmd/dmd-2.086.1-r1.ebuild b/dev-lang/dmd/dmd-2.086.1-r1.ebuild
index 728dce9..eb4cf3b 100644
--- a/dev-lang/dmd/dmd-2.086.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.086.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86"
 YEAR=2019
 DLANG_VERSION_RANGE="2.073-"
 
+DEPEND='dev-vcs/git'
+
 inherit dmd
 
 PATCHES=(

diff --git a/dev-lang/dmd/dmd-2.087.1-r1.ebuild b/dev-lang/dmd/dmd-2.087.1-r1.ebuild
index 11fbc18..e1046c8 100644
--- a/dev-lang/dmd/dmd-2.087.1-r1.ebuild
+++ b/dev-lang/dmd/dmd-2.087.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86"
 YEAR=2019
 DLANG_VERSION_RANGE="2.075-"
 
+DEPEND='dev-vcs/git'
+
 inherit dmd
 
 PATCHES=(


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2023-11-17 21:44 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2023-11-17 21:44 UTC (permalink / raw
  To: gentoo-commits

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


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-05-07 23:18 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-05-07 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e1447e5adf99d1384904d0893ad038884f4124d5
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Tue May  7 23:17:55 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Tue May  7 23:17:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=e1447e5a

dev-lang/dmd: add 2.108.1

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/Manifest           |  3 +++
 dev-lang/dmd/dmd-2.108.1.ebuild | 13 +++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
index 5bb998c..9169afe 100644
--- a/dev-lang/dmd/Manifest
+++ b/dev-lang/dmd/Manifest
@@ -1,5 +1,6 @@
 DIST dmd-2.107.0.tar.gz 5947524 BLAKE2B 11f7d5f75842b1a2657a8687f69e7bf442aff55f1fef01c96f5cfa27c2b9952196692b6e520bb8eaa156b76d298291d8c514bcbb1d632cd42224ab4d7fb5840c SHA512 2d4392d2c423773dfb4a38a0b8e58de26770d148a5a0a31eecc0623276eacd0e4b3cac3e0d3b20ac444cd2676f44ff623268db8cfc41590db2bc546762d973dc
 DIST dmd-2.108.0.tar.gz 5984336 BLAKE2B 46bddb4bd0555c0db0f2ee242cc97bde8b673ddf07f11562f5459ee600939661715925fe9c93cf8b8c6b65668d5fecbb83486a92c99ff38efaebd3b09b78a3f0 SHA512 760fabcccc5538a1d2f91c9900a121ca196264f56625c609a9bb23f778448f29731ecd6b3fcbfd1fc7facf401e9a6b2acb21dceed7404690b3014bf00395fc43
+DIST dmd-2.108.1.tar.gz 5984240 BLAKE2B 839dd385389590ec47450f4bcb56b48c3fcdcbda545ad2649b02ae5e491946515ca320f638e96e593b70f4734a72a8b6376b10558affc299a9507d53c0bc6583 SHA512 b2192e3138a0057b40d571b7145dd8a967660e296f1bc1bf7a14cb8f6224b672042195a4896feeba72bc34034566095e6898af21912f15c936411906cb5520b7
 DIST dmd.2.101.2.linux.tar.xz 22666828 BLAKE2B 8233d9f375291d73530a677cd5180153bc758076fd135c420cbb088bf84147fa1f0dc1cd563e94737e781823db26e4e0250af31d68819c3375224a92e53876b6 SHA512 7e1ce980fce7a2a995af92b2e05acdfcb2d8abc14780e11d8234792b80edead68c455e644e1830d360651bdacefa1aace963ce652fbfd3b0951dd9002fcfb87f
 DIST dmd.2.102.2.linux.tar.xz 22699620 BLAKE2B b0a8fc0650bfe5df4a40ccf20d160765a8ed7804915a1049366ff8b4044d7036ca7f27c8bc71146dc33bf60bf03bc09a9bd8758b9850b020480774f130325abd SHA512 a2dab6efe46176bed0dca98fcf590c6823be9e4d5ca89bce0ff088e7c59a63f8eb4bb3742df1975cc90b5efd78c11377e682b0083fe44c394a73161cbb2b3aa3
 DIST dmd.2.103.1.linux.tar.xz 22747324 BLAKE2B b00f41b4ab48be9c5467342314995e69332d4c8bff86083474a940431721d179d5e5ef64734f355df2d96637983de2262d45516594434ad3ad6c4d57a0d7a54c SHA512 854cf08d715506bd36d791c1471f2dd1d834f439bdf4489b4addf0cc5abdecbefceb966baeb764eb5ca816a5830ac7374818ba6fbcad24668d011d56a32a1f15
@@ -8,5 +9,7 @@ DIST dmd.2.105.3.linux.tar.xz 22582468 BLAKE2B bbff951452a3fa0ba8fd30ad4a24720ee
 DIST dmd.2.106.1.linux.tar.xz 22778396 BLAKE2B 66ff621beed21ef4fada3562380fe000d57aa7ca962c53b0b4c18520a47a76a9c405fe7074d17e2882e03313cdef47c67e6f690442e8f6ada8baf8e1589a4579 SHA512 2f287c1774196ad35d48288eef0ab87670b3b470ebd4b4707388197fc79ccbc9af0c6e839b9ffd3d2f3f06624fabbedb9bf4fc1c0a670a2131f700be572a244f
 DIST dmd.2.107.0.linux.tar.xz 22438472 BLAKE2B 551b2a723256b61b4c07fe44ace55c91c92f796fbd67aa5012c0efa9cb8c79010c1dcd9039dd85a19cb3c09163221792c1eb2200ecc6c1c9d74019df717f6fd1 SHA512 888369938fbf6dbcaf0c534ed899ffe055cef363e47282374fd45a3a702d97f96a7c7ce9a55a199915e5cc86e4b78ff86fccbd6334c4a4f1a940be5fa2872d11
 DIST dmd.2.108.0.linux.tar.xz 22553348 BLAKE2B 6011e3175c2813b2e515d554780f9a2f1688bd8b887a9038becc4fcb8f9139493972ca62b1835b1dae2586002cc1ad8d3f05f97a425a53d4b45db5e1ca35e9c8 SHA512 4d24969289df08216f1111a98d4fa211e585f811d76da24a216c35bf80bb1368300b594de7ede4ebdbad348e209d71dd749d28285c6571fd85bfd124b72b1391
+DIST dmd.2.108.1.linux.tar.xz 22554596 BLAKE2B 9442455e84061fe832f93ae2658089156f567639850bd58d3a8df0f1678138c1cd1fe607d67ac5ace6fa41a930211140cba13b421fa0cff4fd9e781e1ee90025 SHA512 8b7388f5d0d1bde7cfd9c19edad99e951c8d38ccd524e876b3294509fff4436d9652aaba44dd8e2fd2fbb329075af09519b3e48b4bec7d2a85b2a58da785526f
 DIST phobos-2.107.0.tar.gz 2756892 BLAKE2B 604d19254e453f0a04e6659e46de187837f5ab82278f8a52ae9714b91d3554e3cc166086860ca32e39d722847c4e962762e26e8226ce685064d5dcc10d3a708b SHA512 4002878851673bc4deaec66dd35d2dc3cfe5f72b7050e2b454bf53aeaa8b4a68fc425d248eab4fbea89f251298b66c726166c41666a69a5508092fd30a9903d5
 DIST phobos-2.108.0.tar.gz 2749686 BLAKE2B 7b57005d40b3e27bddbdafdb7054cbecde4b6ad3c8a886d5c3b9fb1e92560b7221b3693f79f1b6aea3a6a155f15236c5e4b9e1698a84921dc5bad8b89a61c0e6 SHA512 072ba8e97bf79cf6adca0bfd8ff40f6947ff1797676d7a9bfc299a0618694e3eafa2568ef10b01a84bb6d095e72341001072c7ef25f426b3442c6553d2dfb601
+DIST phobos-2.108.1.tar.gz 2749901 BLAKE2B dcf5117d5a25b458f2eca77441ffbfb1778e559c11726730682662601035dd4c5202934d244604fdc8cfecc5aa36a92a7ad1f842014c8a77b9c43aa0ce6a9876 SHA512 0267a0efabe1f447198810e71b11cee16f0cf7cfada7907a29133ca0483c5ce4f647b7afbf627d34b746f8afbf9bafa26183b3decf2c67d2c1329ad7b81bfad5

diff --git a/dev-lang/dmd/dmd-2.108.1.ebuild b/dev-lang/dmd/dmd-2.108.1.ebuild
new file mode 100644
index 0000000..7c7c41c
--- /dev/null
+++ b/dev-lang/dmd/dmd-2.108.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KEYWORDS="-* ~amd64 ~x86"
+DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..37} )
+
+inherit dmd-r1
+
+PATCHES=(
+	"${FILESDIR}/2.107-dmd-r1-link-32-bit-shared-lib-with-ld.bfd.patch"
+)


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-05-30 17:28 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-05-30 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     424e98ca72da82222cbcdf479baa62c9007c1f71
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu May 30 16:47:16 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu May 30 16:47:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=424e98ca

dev-lang/dmd: drop 2.108.0

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/Manifest           |  3 ---
 dev-lang/dmd/dmd-2.108.0.ebuild | 13 -------------
 2 files changed, 16 deletions(-)

diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
index 9169afe..052096f 100644
--- a/dev-lang/dmd/Manifest
+++ b/dev-lang/dmd/Manifest
@@ -1,5 +1,4 @@
 DIST dmd-2.107.0.tar.gz 5947524 BLAKE2B 11f7d5f75842b1a2657a8687f69e7bf442aff55f1fef01c96f5cfa27c2b9952196692b6e520bb8eaa156b76d298291d8c514bcbb1d632cd42224ab4d7fb5840c SHA512 2d4392d2c423773dfb4a38a0b8e58de26770d148a5a0a31eecc0623276eacd0e4b3cac3e0d3b20ac444cd2676f44ff623268db8cfc41590db2bc546762d973dc
-DIST dmd-2.108.0.tar.gz 5984336 BLAKE2B 46bddb4bd0555c0db0f2ee242cc97bde8b673ddf07f11562f5459ee600939661715925fe9c93cf8b8c6b65668d5fecbb83486a92c99ff38efaebd3b09b78a3f0 SHA512 760fabcccc5538a1d2f91c9900a121ca196264f56625c609a9bb23f778448f29731ecd6b3fcbfd1fc7facf401e9a6b2acb21dceed7404690b3014bf00395fc43
 DIST dmd-2.108.1.tar.gz 5984240 BLAKE2B 839dd385389590ec47450f4bcb56b48c3fcdcbda545ad2649b02ae5e491946515ca320f638e96e593b70f4734a72a8b6376b10558affc299a9507d53c0bc6583 SHA512 b2192e3138a0057b40d571b7145dd8a967660e296f1bc1bf7a14cb8f6224b672042195a4896feeba72bc34034566095e6898af21912f15c936411906cb5520b7
 DIST dmd.2.101.2.linux.tar.xz 22666828 BLAKE2B 8233d9f375291d73530a677cd5180153bc758076fd135c420cbb088bf84147fa1f0dc1cd563e94737e781823db26e4e0250af31d68819c3375224a92e53876b6 SHA512 7e1ce980fce7a2a995af92b2e05acdfcb2d8abc14780e11d8234792b80edead68c455e644e1830d360651bdacefa1aace963ce652fbfd3b0951dd9002fcfb87f
 DIST dmd.2.102.2.linux.tar.xz 22699620 BLAKE2B b0a8fc0650bfe5df4a40ccf20d160765a8ed7804915a1049366ff8b4044d7036ca7f27c8bc71146dc33bf60bf03bc09a9bd8758b9850b020480774f130325abd SHA512 a2dab6efe46176bed0dca98fcf590c6823be9e4d5ca89bce0ff088e7c59a63f8eb4bb3742df1975cc90b5efd78c11377e682b0083fe44c394a73161cbb2b3aa3
@@ -8,8 +7,6 @@ DIST dmd.2.104.2.linux.tar.xz 22478264 BLAKE2B 6af63d7a5c976ae251bb16d4b48fc354d
 DIST dmd.2.105.3.linux.tar.xz 22582468 BLAKE2B bbff951452a3fa0ba8fd30ad4a24720ee2df9538abf123931366f4c596e2a224d2a3792e9d03370f3a285bf3b4f29b126b49a88874da912ea862da8eaf0d5d73 SHA512 6dc46d1d84cac5964eb0027cdae656525601e4e16ecaba8540f7f403182696300c2293e3971886fff6ad966bd440243acd5a1824a66638c8a09f584476b825a8
 DIST dmd.2.106.1.linux.tar.xz 22778396 BLAKE2B 66ff621beed21ef4fada3562380fe000d57aa7ca962c53b0b4c18520a47a76a9c405fe7074d17e2882e03313cdef47c67e6f690442e8f6ada8baf8e1589a4579 SHA512 2f287c1774196ad35d48288eef0ab87670b3b470ebd4b4707388197fc79ccbc9af0c6e839b9ffd3d2f3f06624fabbedb9bf4fc1c0a670a2131f700be572a244f
 DIST dmd.2.107.0.linux.tar.xz 22438472 BLAKE2B 551b2a723256b61b4c07fe44ace55c91c92f796fbd67aa5012c0efa9cb8c79010c1dcd9039dd85a19cb3c09163221792c1eb2200ecc6c1c9d74019df717f6fd1 SHA512 888369938fbf6dbcaf0c534ed899ffe055cef363e47282374fd45a3a702d97f96a7c7ce9a55a199915e5cc86e4b78ff86fccbd6334c4a4f1a940be5fa2872d11
-DIST dmd.2.108.0.linux.tar.xz 22553348 BLAKE2B 6011e3175c2813b2e515d554780f9a2f1688bd8b887a9038becc4fcb8f9139493972ca62b1835b1dae2586002cc1ad8d3f05f97a425a53d4b45db5e1ca35e9c8 SHA512 4d24969289df08216f1111a98d4fa211e585f811d76da24a216c35bf80bb1368300b594de7ede4ebdbad348e209d71dd749d28285c6571fd85bfd124b72b1391
 DIST dmd.2.108.1.linux.tar.xz 22554596 BLAKE2B 9442455e84061fe832f93ae2658089156f567639850bd58d3a8df0f1678138c1cd1fe607d67ac5ace6fa41a930211140cba13b421fa0cff4fd9e781e1ee90025 SHA512 8b7388f5d0d1bde7cfd9c19edad99e951c8d38ccd524e876b3294509fff4436d9652aaba44dd8e2fd2fbb329075af09519b3e48b4bec7d2a85b2a58da785526f
 DIST phobos-2.107.0.tar.gz 2756892 BLAKE2B 604d19254e453f0a04e6659e46de187837f5ab82278f8a52ae9714b91d3554e3cc166086860ca32e39d722847c4e962762e26e8226ce685064d5dcc10d3a708b SHA512 4002878851673bc4deaec66dd35d2dc3cfe5f72b7050e2b454bf53aeaa8b4a68fc425d248eab4fbea89f251298b66c726166c41666a69a5508092fd30a9903d5
-DIST phobos-2.108.0.tar.gz 2749686 BLAKE2B 7b57005d40b3e27bddbdafdb7054cbecde4b6ad3c8a886d5c3b9fb1e92560b7221b3693f79f1b6aea3a6a155f15236c5e4b9e1698a84921dc5bad8b89a61c0e6 SHA512 072ba8e97bf79cf6adca0bfd8ff40f6947ff1797676d7a9bfc299a0618694e3eafa2568ef10b01a84bb6d095e72341001072c7ef25f426b3442c6553d2dfb601
 DIST phobos-2.108.1.tar.gz 2749901 BLAKE2B dcf5117d5a25b458f2eca77441ffbfb1778e559c11726730682662601035dd4c5202934d244604fdc8cfecc5aa36a92a7ad1f842014c8a77b9c43aa0ce6a9876 SHA512 0267a0efabe1f447198810e71b11cee16f0cf7cfada7907a29133ca0483c5ce4f647b7afbf627d34b746f8afbf9bafa26183b3decf2c67d2c1329ad7b81bfad5

diff --git a/dev-lang/dmd/dmd-2.108.0.ebuild b/dev-lang/dmd/dmd-2.108.0.ebuild
deleted file mode 100644
index 183cba0..0000000
--- a/dev-lang/dmd/dmd-2.108.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KEYWORDS="-* ~amd64 ~x86"
-DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..36} )
-
-inherit dmd-r1
-
-PATCHES=(
-	"${FILESDIR}/2.107-dmd-r1-link-32-bit-shared-lib-with-ld.bfd.patch"
-)


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-05-30 17:28 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-05-30 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     654574d62af63c1a918cc1d9f253e92b59cd4d9b
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu May 30 05:22:31 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu May 30 05:22:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=654574d6

dev-lang/dmd: add github upstream metadata

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/dmd/metadata.xml b/dev-lang/dmd/metadata.xml
index 2d7f349..4e06635 100644
--- a/dev-lang/dmd/metadata.xml
+++ b/dev-lang/dmd/metadata.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <upstream>
+    <remote-id type="github">dlang/dmd</remote-id>
+  </upstream>
   <use>
     <flag name="selfhost">Bootstrap dmd using an upstream provided compiler binary</flag>
   </use>


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-05-30 17:28 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-05-30 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b2175f841edbc63025cffc9d7f6e4a415eed41d4
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu May 30 05:15:09 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu May 30 05:15:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=b2175f84

dev-lang/dmd: enable ldc2-1_38

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/dmd-2.108.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/dmd/dmd-2.108.1.ebuild b/dev-lang/dmd/dmd-2.108.1.ebuild
index 7c7c41c..8b16376 100644
--- a/dev-lang/dmd/dmd-2.108.1.ebuild
+++ b/dev-lang/dmd/dmd-2.108.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 KEYWORDS="-* ~amd64 ~x86"
-DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..37} )
+DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..38} )
 
 inherit dmd-r1
 


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-05-30 17:28 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-05-30 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     56f2069d516de983fefbdb286ae090faddfe28c9
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu May 30 16:46:47 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu May 30 16:46:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=56f2069d

dev-lang/dmd: drop 2.107.0

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/dmd-2.107.0.ebuild | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-lang/dmd/dmd-2.107.0.ebuild b/dev-lang/dmd/dmd-2.107.0.ebuild
deleted file mode 100644
index 56938d4..0000000
--- a/dev-lang/dmd/dmd-2.107.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KEYWORDS="-* ~amd64 ~x86"
-YEAR=2024
-DLANG_VERSION_RANGE="2.100-2.107"
-
-inherit dmd
-
-PATCHES=(
-	"${FILESDIR}/2.105-link-32-bit-shared-lib-with-ld.bfd.patch"
-	# See https://github.com/dlang/phobos/pull/8820
-	"${FILESDIR}/2.107-phobos-change-DMD_DIR-meaning.patch"
-	"${FILESDIR}/2.107-druntime-support-DMD_DIR.patch"
-)


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-06-02  5:29 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-06-02  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     cebd3c2e815237761651bb478153605dc5658703
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sat Jun  1 16:45:34 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Jun  1 16:54:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=cebd3c2e

dev-lang/dmd: enable gdc-14

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/dmd-2.108.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/dmd/dmd-2.108.1.ebuild b/dev-lang/dmd/dmd-2.108.1.ebuild
index 8b16376..4d2b4a2 100644
--- a/dev-lang/dmd/dmd-2.108.1.ebuild
+++ b/dev-lang/dmd/dmd-2.108.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 KEYWORDS="-* ~amd64 ~x86"
-DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..38} )
+DLANG_COMPAT=( dmd-2_{106..108} gdc-1{3,4} ldc2-1_{35..38} )
 
 inherit dmd-r1
 


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

* [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/
@ 2024-07-12 18:59 Horodniceanu Andrei
  0 siblings, 0 replies; 10+ messages in thread
From: Horodniceanu Andrei @ 2024-07-12 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f211f7a8b533fd45f6577d05aa45f2098fe51a7a
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Jul  7 17:17:21 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun Jul  7 17:17:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=f211f7a8

dev-lang/dmd: enable ldc2-1_39

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/dmd/dmd-2.109.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/dmd/dmd-2.109.1.ebuild b/dev-lang/dmd/dmd-2.109.1.ebuild
index 481f807..c41e39d 100644
--- a/dev-lang/dmd/dmd-2.109.1.ebuild
+++ b/dev-lang/dmd/dmd-2.109.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 KEYWORDS="-* ~amd64 ~x86"
-DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..38} )
+DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} )
 
 inherit dmd-r1
 


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

end of thread, other threads:[~2024-07-12 18:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30 17:28 [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/ Horodniceanu Andrei
  -- strict thread matches above, loose matches on Subject: below --
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-07 23:18 Horodniceanu Andrei
2023-11-17 21:44 Horodniceanu Andrei
2022-07-15  4:24 Marco Leise
2020-11-16  4:05 Marco Leise

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