aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-02-04 17:54:55 +0200
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-02-04 17:54:55 +0200
commitc602181cf5e7d8a92c396dacbf80549f295f9515 (patch)
tree470808e432a5179ce104178be33634d5ff890250
parentdev-util/dub: drop 1.33.0 (diff)
downloaddlang-c602181cf5e7d8a92c396dacbf80549f295f9515.tar.gz
dlang-c602181cf5e7d8a92c396dacbf80549f295f9515.tar.bz2
dlang-c602181cf5e7d8a92c396dacbf80549f295f9515.zip
app-eselect/eselect-dlang: drop 20190608
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r--app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild b/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild
deleted file mode 100644
index 5bd7ec9..0000000
--- a/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Eselect module for management of multiple D versions"
-HOMEPAGE="https://github.com/gentoo/dlang"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="app-admin/eselect"
-DEPEND=""
-
-S="${FILESDIR}"
-
-src_install() {
- insinto /usr/share/eselect/modules
- newins dlang.eselect-${PV} dlang.eselect
- dodir /usr/include/dlang
-}