diff options
author | Marco Leise <marco.leise@gmx.de> | 2021-05-17 17:01:24 +0200 |
---|---|---|
committer | Marco Leise <marco.leise@gmx.de> | 2021-05-17 17:01:24 +0200 |
commit | fff004c8f33dc7e877fe223833cf9d147c720e54 (patch) | |
tree | 203fa65fa248bd053695615348a42a8f47a08e89 /dev-lang | |
parent | stabilization sweep (diff) | |
download | dlang-fff004c8f33dc7e877fe223833cf9d147c720e54.tar.gz dlang-fff004c8f33dc7e877fe223833cf9d147c720e54.tar.bz2 dlang-fff004c8f33dc7e877fe223833cf9d147c720e54.zip |
dmd-2.096.1 & dub-1.25.0
Signed-off-by: Marco Leise <marco.leise@gmx.de>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/dmd/Manifest | 3 | ||||
-rw-r--r-- | dev-lang/dmd/dmd-2.095.1.ebuild (renamed from dev-lang/dmd/dmd-2.095.0.ebuild) | 0 | ||||
-rw-r--r-- | dev-lang/dmd/dmd-2.096.1.ebuild | 14 |
3 files changed, 16 insertions, 1 deletions
diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest index 94bf35f..7f3af99 100644 --- a/dev-lang/dmd/Manifest +++ b/dev-lang/dmd/Manifest @@ -30,4 +30,5 @@ DIST dmd.2.091.1.linux.tar.xz 23977732 BLAKE2B 4db4c1733ecfdaa79a396039b8be735c2 DIST dmd.2.092.1.linux.tar.xz 24354760 BLAKE2B dd342c7cbb22f081720719a9aa2af40adb6bd9b6f25257eb85dc1e8b977dc80de87475b7fd9652c0c1cbba0e5115febd69969dce1f883e1a87e0f2a45b105d82 SHA512 df02256148a06bdab1427bed4428230b804da45e5241e6289f72fbc2bbf64020fe63a84b7aa91c36acb60ea8fb048933dc5a8c31f954df2637fd44a2964da0a3 DIST dmd.2.093.1.linux.tar.xz 24506488 BLAKE2B 101edbe659ddb3ce6ed0d66762a0d476d839c9baf3de8aa9e0bfbe67345c6a35412313070a77169e20bfe1b7a1dced2aade1d0f67f9a866ca0037dee425d3fab SHA512 47b366c5f3ebfc52324706d79a595daf61bc9a95d8a12237ff2920795dea165daccce659a30cd89dfd221ebfae43f9ce6234a37bd10af63c20222fe9e4482c5d DIST dmd.2.094.2.linux.tar.xz 22232888 BLAKE2B ba3116f3a9fd9516cd1ac792f950d4ba6c27a51631e2f48698f92506daa77b0cb45e238292b0200a85def5013e5272a9d2725f74b85e5cbe1cfabf8fcdb568eb SHA512 a880928aeb6f16dc1dea7ac406cca2f8dfa75030725e5cefc9a48c1cc3e5c884800367efc293d7f9eaceb3c6c6cae2e3baea781786ccb438231c0734267ad0f0 -DIST dmd.2.095.0.linux.tar.xz 22597556 BLAKE2B c32ae6f76831dd89b63cb46b420735c7e999b4c3cb7572f73b121c974f7c7f719a93b5849fd84c8df91dfccdd0f030a09567a26bc208622c06af5eb29d78fbb4 SHA512 cf4b14dfe70e52bfc92b688a0eccb7c2e35c21ace9180fb14db93620a5c32d5dfd1d2e2b7dde2568024f8e2ba5b0bb9c431e75c77a757e9282114a75ff44bcd0 +DIST dmd.2.095.1.linux.tar.xz 22602160 BLAKE2B 874f28ab25b486c68707c4b8723ace3be5507162ce36a6c69550b3202b7deeab448bcc5b72e7492a20f9dd01648ed174506baf7460a26cf572db710e62cbf892 SHA512 5bb25551d6e2e9456225d00d9c082db1464e2ebf238f5781abb18daf29d42e62591603b0a044d9f63ddd0407e908f86c370806610d427c5cd7a100f8fbc74cee +DIST dmd.2.096.1.linux.tar.xz 22825496 BLAKE2B 2a7973aaa9c713bfd29e783b459c97f6b6a68e2ce5d0674477997236f15b623ce45517c0ff59e33252e69aa3a70862ca0ec5cb7d077a050dddffef26fda02106 SHA512 de6d291f0abdd9a504522d0094a8d20beb94f6a8bd2c2b92d90267b5494ccd11f8df436b7c4ecc00d56cea0bdbb09d02376c8453e08c636ca92af38ca8fa0dbe diff --git a/dev-lang/dmd/dmd-2.095.0.ebuild b/dev-lang/dmd/dmd-2.095.1.ebuild index 1701d93..1701d93 100644 --- a/dev-lang/dmd/dmd-2.095.0.ebuild +++ b/dev-lang/dmd/dmd-2.095.1.ebuild diff --git a/dev-lang/dmd/dmd-2.096.1.ebuild b/dev-lang/dmd/dmd-2.096.1.ebuild new file mode 100644 index 0000000..1701d93 --- /dev/null +++ b/dev-lang/dmd/dmd-2.096.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KEYWORDS="-* ~amd64 ~x86" +YEAR=2021 +DLANG_VERSION_RANGE="2.076-" + +inherit dmd + +PATCHES=( + "${FILESDIR}/2.078-link-32-bit-shared-lib-with-ld.bfd.patch" +) |