diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:36 +0200 |
commit | ec7079c0c95dd1dac40e7b67fba9383a5498dcb8 (patch) | |
tree | 6eb1dba2c2ead27248000017adc912b6ada44446 /app-shells | |
parent | games-board/freedoko: Drop old (diff) | |
download | gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.gz gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.bz2 gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.zip |
Remove masked for removal package
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/scsh-install-lib/Manifest | 1 | ||||
-rw-r--r-- | app-shells/scsh-install-lib/metadata.xml | 11 | ||||
-rw-r--r-- | app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild | 24 | ||||
-rw-r--r-- | app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild | 23 |
4 files changed, 0 insertions, 59 deletions
diff --git a/app-shells/scsh-install-lib/Manifest b/app-shells/scsh-install-lib/Manifest deleted file mode 100644 index 68c6caf76176..000000000000 --- a/app-shells/scsh-install-lib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scsh-install-lib-1.3.0.tar.gz 142852 BLAKE2B 9c01264ea9d32ece575425666b396c6a2f9cc7bd82a04ff4c8d214a9cc84ddac65ad45f67e92e52909aa8cd0f43a65c79f4731d238e666e94be5c3d7055127a0 SHA512 ec9069e7ceb6fe316c8b0d1baf1903f2ce1fa2f3f79dc1bf8356b8064c0596e92c8bbc889c7d27b6456a2a0c49dde984536a05987baccc05f4724992cf90ca98 diff --git a/app-shells/scsh-install-lib/metadata.xml b/app-shells/scsh-install-lib/metadata.xml deleted file mode 100644 index 927b82bf6309..000000000000 --- a/app-shells/scsh-install-lib/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> -</maintainer> -<use> - <flag name="scsh">Use a non-FHS directory layout</flag> -</use> -</pkgmetadata> diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild deleted file mode 100644 index 9425632d4ca4..000000000000 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.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 - -inherit scsh - -DESCRIPTION="Installation tool for the Scheme Untergrund Library" -HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/" -SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=app-shells/scsh-0.6.6" - -src_install() { - dodir "${SCSH_MODULES_PATH}" - ./install.scm ${SCSH_LAYOUT_CONF} \ - --bindir /usr/bin \ - --force \ - || die "./install.scm failed" -} diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild deleted file mode 100644 index c3192ab1ff53..000000000000 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit scsh - -DESCRIPTION="Installation tool for the Scheme Untergrund Library" -HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/" -SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=app-shells/scsh-0.6.6" - -src_install() { - dodir $SCSH_MODULES_PATH - ./install.scm ${SCSH_LAYOUT_CONF} \ - --bindir /usr/bin \ - --force \ - || die "./install.scm failed" -} |