commit: 6ef862c6f007e080ac7052a12053cf5a310b8f87 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Mar 23 21:42:02 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Mar 23 21:42:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6ef862c6
dev-lisp/trivial-backtrace: Drops version 1.0.2 .../trivial-backtrace-1.0.2.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild deleted file mode 100644 index e4fc5495..00000000 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils - -DESCRIPTION="A simple library for generating a backtrace portably." -HOMEPAGE="http://common-lisp.net/project/trivial-backtrace" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="MIT BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -CLSYSTEMS="${PN} ${PN}-test" - -src_install() { - common-lisp-install-sources dev test - common-lisp-install-asdf - dodoc *.config -}