summaryrefslogtreecommitdiff
path: root/dev-lisp/hyperspec
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-lisp/hyperspec
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-lisp/hyperspec')
-rw-r--r--dev-lisp/hyperspec/Manifest3
-rw-r--r--dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild24
-rw-r--r--dev-lisp/hyperspec/metadata.xml8
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-lisp/hyperspec/Manifest b/dev-lisp/hyperspec/Manifest
deleted file mode 100644
index 192ad02e13cb..000000000000
--- a/dev-lisp/hyperspec/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST HyperSpec-7-0.tar.gz 2032830 BLAKE2B ec72b57fdcf669fe400dc2729191cc7c387172035d0663816fcc18450543052d3a958bd9042ef67bc70a1ccb07e74b189d32e1c790cdd1b721e8d74a6a88412d SHA512 1b9058fe1ae2e283f4a68211dc659021e04bd10373d7c2392f4fa496543e2454f96c7eb671bcb1e72c906456792f8a265a5e34bac24d01e2c0e7fb1ce359c370
-EBUILD hyperspec-7.0-r1.ebuild 587 BLAKE2B 958e0d4f003439ba1266cae1d25f2965aa0c204e2ab3a7971d39b4c05a2695ebb444795896a191deeb3eda852286ce4eab0f8cc95bb9360592ae333b02952ed7 SHA512 8c3dcdc237fdacb71889f9e28daeca2e6dc92347843bab5a82ae6a00d483e2cb053c0ec8ba5445ae344658cf6533424ac4b744280ce833ecab113103d4708aa3
-MISC metadata.xml 261 BLAKE2B 161dea7ab371cbcbc08b8aac63e402f9fe994c08d55f2291360e900bf73e21f2c2ea67b6fcc3cb000f1cef03d1c41c6d2e5e16dd06d6916ec90d4e54a1ba3dd7 SHA512 fb754c4ed3579db5dbe303197a05647b7cfab0a3fe47fd2140d5f77641be752d10ccf49a9c267406a0f3ba3dcda8831f778b9596d723f65aff10142bfad60d3d
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
deleted file mode 100644
index b11c8d53f3b2..000000000000
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/./-}
-MY_P=HyperSpec-${MY_PV}
-
-DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
-HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/"
-SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz"
-LICENSE="HyperSpec"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND=""
-
-S=${WORKDIR}/
-
-src_install() {
- dodir /usr/share/doc/${P}
- cp -r HyperSpec* "${D}/usr/share/doc/${P}"
- dosym /usr/share/doc/${P} /usr/share/doc/hyperspec
-}
diff --git a/dev-lisp/hyperspec/metadata.xml b/dev-lisp/hyperspec/metadata.xml
deleted file mode 100644
index 7ea645c67e72..000000000000
--- a/dev-lisp/hyperspec/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>common-lisp@gentoo.org</email>
- <name>Gentoo Common Lisp Project</name>
-</maintainer>
-</pkgmetadata>