commit: 228936ac54851b546dcb9061475783f9be66c919
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:40:52 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:40:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=228936ac
dev-lisp/trivial-garbage: Updates to common-lisp-3 eclass
.../trivial-garbage/trivial-garbage-0.19.ebuild | 22 ----------------------
.../trivial-garbage/trivial-garbage-0.20.ebuild | 5 ++---
2 files changed, 2 insertions(+), 25 deletions(-)
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
deleted file mode 100644
index b137dc52..00000000
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-2
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and
weak pointers."
-HOMEPAGE="http://www.cliki.net/trivial-garbage"
-SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz ->
${PF}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
index 94e9c785..b34c5f78 100644
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3