summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:29:17 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:29:17 +0200
commit62fab2d9b9d9b848753d81824af4f17a25caa710 (patch)
tree60cc2bef21e969b75509bc34346ed0be49913473 /dev-lang
parentdev-db/vbisam: Remove last-rited pkg (diff)
downloadgentoo-62fab2d9b9d9b848753d81824af4f17a25caa710.tar.gz
gentoo-62fab2d9b9d9b848753d81824af4f17a25caa710.tar.bz2
gentoo-62fab2d9b9d9b848753d81824af4f17a25caa710.zip
dev-lang/gwydion-dylan-bin: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693756 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gwydion-dylan-bin/Manifest1
-rw-r--r--dev-lang/gwydion-dylan-bin/files/20gwydion-dylan-bin4
-rw-r--r--dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild31
-rw-r--r--dev-lang/gwydion-dylan-bin/metadata.xml14
4 files changed, 0 insertions, 50 deletions
diff --git a/dev-lang/gwydion-dylan-bin/Manifest b/dev-lang/gwydion-dylan-bin/Manifest
deleted file mode 100644
index 330880ac2d77..000000000000
--- a/dev-lang/gwydion-dylan-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gwydion-dylan-bin-2.4.0-x86.tbz2 5846864 BLAKE2B 51ed9364636fa1700fe2fa26e5075b02cb376ced9fc568fcb3f2e2635de301b6cd7207d09715dafdabfd1cca72c9e47eac3c292b9c235825b78bc2335fdcd6f2 SHA512 878c68f922fd02a2f5d6a64d94706d878502c143a02e34dc325e68f3881fcbea2a71a81f000ee0d40d494f6e7cf3f4aeef5208ea2efb62b24e6b7afdf7d87070
diff --git a/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan-bin b/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan-bin
deleted file mode 100644
index a5563a220b71..000000000000
--- a/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan-bin
+++ /dev/null
@@ -1,4 +0,0 @@
-PATH="/opt/gwydion-dylan/:/opt/gwydion-dylan/bin"
-ROOTPATH="/opt/gwydion-dylan/:/opt/gwydion-dylan/bin"
-LDPATH="/opt/gwydion-dylan/lib/dylan/2.4.0/x86-linux-gcc33/"
-DYLANDIR="/opt/gwydion-dylan"
diff --git a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild
deleted file mode 100644
index af7bc78d4cb2..000000000000
--- a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="The Dylan Programming Language Compiler"
-HOMEPAGE="http://www.gwydiondylan.org/"
-SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 )"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RESTRICT="strip"
-LOC="/opt/gwydion-dylan"
-
-DEPEND=""
-RDEPEND=">=dev-libs/boehm-gc-6.4"
-
-S="${WORKDIR}"
-
-src_compile() {
- mkdir -p "./${LOC}"
- mv usr/* "./${LOC}"
-}
-
-src_install() {
- cp -pr * "${D}"
- doenvd "${FILESDIR}/20gwydion-dylan-bin"
-}
diff --git a/dev-lang/gwydion-dylan-bin/metadata.xml b/dev-lang/gwydion-dylan-bin/metadata.xml
deleted file mode 100644
index 5f0c3835eb34..000000000000
--- a/dev-lang/gwydion-dylan-bin/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-Dylan is an advanced, object-oriented, dynamic language which supports the rapid
-development of programs. When needed, the programmer can later optimize [his or
-her] programs for more efficient execution by supplying type information to the
-compiler. Nearly all entities in Dylan (including functions, classes, and basic
-data types such as integers) are first class objects. Additionally Dylan
-supports multiple inheritance, polymorphism, multiple dispatch, keyword
-arguments, object introspection, and many other advanced features.
-</longdescription>
-</pkgmetadata>