commit: 3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Apr 8 13:13:51 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 13:13:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7fbc11
dev-lisp/asdf-binary-locations: Drop last rited package Bug: https://bugs.gentoo.org/646742 dev-lisp/asdf-binary-locations/Manifest | 1 - .../asdf-binary-locations-20061018.ebuild | 26 ---------------------- dev-lisp/asdf-binary-locations/metadata.xml | 8 ------- profiles/package.mask | 1 - 4 files changed, 36 deletions(-) diff --git a/dev-lisp/asdf-binary-locations/Manifest b/dev-lisp/asdf-binary-locations/Manifest deleted file mode 100644 index d0305a7ee5a..00000000000 --- a/dev-lisp/asdf-binary-locations/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asdf-binary-locations_20061018.tar.gz 7504 BLAKE2B fbcb89b9e3400c96cc924c96385020edd315d01633610e01810f4c2e6da3562ab34aff19cc098b2ce1e2d58bdde17e3337309e11972d9962a55c74093dcada77 SHA512 3ce92f85763f65331debabd2fd6e2874e331552fda8a6657630b5696bacdb7282f00a5d98ecf2768087a7502a883582abc468de38a6d7aeef8ae0f03423653e0 diff --git a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild b/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild deleted file mode 100644 index 4459b60001c..00000000000 --- a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" -inherit common-lisp - -DESCRIPTION="ASDF-Extension to specify where Common Lisp binaries (FASL files) should go" -HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/" -SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN}_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -DEPEND="dev-lisp/asdf" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" -CLPACKAGE=${PN} - -src_install() { - insinto $CLSOURCEROOT/$CLPACKAGE/dev - doins dev/*.lisp - common-lisp-install *.asd - common-lisp-system-symlink -} diff --git a/dev-lisp/asdf-binary-locations/metadata.xml b/dev-lisp/asdf-binary-locations/metadata.xml deleted file mode 100644 index 7ea645c67e7..00000000000 --- a/dev-lisp/asdf-binary-locations/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>[email protected]</email> - <name>Gentoo Common Lisp Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 215c30716fc..448ca030bf3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -599,7 +599,6 @@ app-i18n/libguess # Obsolete package # Masked for removal in 30 days. Bug #646742 dev-lisp/common-lisp-controller -dev-lisp/asdf-binary-locations # Brian Evans <[email protected]> (06 Mar 2018) # MariaDB MaxScale 1.x depends on the deprecated libmysqld
