commit: 5bf1711bd01ddd0f88f334e54b40b652fbca13a0 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 16:45:16 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 16:45:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5bf1711b
dev-lisp/xlunit: Drops package dev-lisp/xlunit/xlunit-0.6.3.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-lisp/xlunit/xlunit-0.6.3.ebuild b/dev-lisp/xlunit/xlunit-0.6.3.ebuild deleted file mode 100644 index 345db15f..00000000 --- a/dev-lisp/xlunit/xlunit-0.6.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit." -HOMEPAGE="http://www.cliki.net/xlunit" -SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz" -LICENSE="BSD" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_prepare() { - rm -f Makefile -}
