Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/uiop/
Date: Tue, 04 Apr 2017 17:48:57
Message-Id: 1491328143.317ae9ec44c3623794a1e86dfdc9264f1df4da9e.nimiux@gentoo
1 commit: 317ae9ec44c3623794a1e86dfdc9264f1df4da9e
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 17:49:03 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 17:49:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=317ae9ec
7
8 dev-lisp/uiop: Drops old version
9
10 dev-lisp/uiop/uiop-2.33.ebuild | 24 ------------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/dev-lisp/uiop/uiop-2.33.ebuild b/dev-lisp/uiop/uiop-2.33.ebuild
14 deleted file mode 100644
15 index f513c7a5..00000000
16 --- a/dev-lisp/uiop/uiop-2.33.ebuild
17 +++ /dev/null
18 @@ -1,24 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=3
24 -inherit eutils common-lisp-3
25 -
26 -DESCRIPTION="UIOP is a portability layer spun off ASDF3"
27 -HOMEPAGE="http://common-lisp.net/project/asdf/"
28 -SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
29 -
30 -LICENSE="MIT"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="~dev-lisp/asdf-${PV}"
36 -
37 -S="${WORKDIR}/${PN}"
38 -
39 -src_install() {
40 - common-lisp-install-sources -t all contrib *.lisp version.lisp-expr
41 - common-lisp-install-asdf uiop.asd asdf-driver.asd
42 -}