Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/
Date: Wed, 27 Sep 2017 19:30:46
Message-Id: 1506540638.44d8e66a31224b92acb92e1bcdfbf290752a4132.nimiux@gentoo
1 commit: 44d8e66a31224b92acb92e1bcdfbf290752a4132
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 19:30:20 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:30:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d8e66a
7
8 dev-lisp/trivial-gray-streams: Drops old version
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 dev-lisp/trivial-gray-streams/Manifest | 1 -
13 .../trivial-gray-streams-20081102.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-lisp/trivial-gray-streams/Manifest b/dev-lisp/trivial-gray-streams/Manifest
17 index d4ad223f9e5..eb7f748b73f 100644
18 --- a/dev-lisp/trivial-gray-streams/Manifest
19 +++ b/dev-lisp/trivial-gray-streams/Manifest
20 @@ -1,2 +1 @@
21 -DIST trivial-gray-streams-2008-11-02.tar.gz 3522 SHA256 827eff9528b469f18c332d0dec68a2498ca9261950635b1cd8e589a492b589a4 SHA512 81ca798988511237a5a4c9ae4e0b15253404c47e245cc644211ffc58015fd46fa1623fecf7f07ea5df7acf80fff24782410ef832f08fd55f71c57daad6ced787 WHIRLPOOL 07b4ba232c7a6156667a084adf56684c3d04ace96d56a282298fd7e284760b60c1fefa09f90053e1400fed5c2d6cb25dbb2756697c08ad15b2647fd72933e26e
22 DIST trivial-gray-streams-20170830.tar.bz2 7520 SHA256 0aa3640bb5862b3427950d6732c0d3cef18a7b3d401d50f2ec8537017bd9db07 SHA512 4fbcfff5f2875daaf9c9bb286e2f753fccbb9840bb3c3593b9755204475aaf34241c1ffc2c93b5bf2c3428400e91082b01f15812eb51251afcabe9a57d5df3fa WHIRLPOOL 0d18affea069d4871277cbe64d6e09a2b90ee6de189e3108fdd6c7b76faf84021b191509958dc3ffcc71af9f9ad5a8983ba4d3c7dc773b0e24981cabf02746fe
23
24 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
25 deleted file mode 100644
26 index 5623bd14680..00000000000
27 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit common-lisp-3
36 -
37 -MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
38 -MY_P=${PN}-${MY_PV}
39 -
40 -DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
41 -HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
42 -SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="!dev-lisp/cl-${PN}"
50 -
51 -S="${WORKDIR}"/${MY_P}
52 -
53 -src_unpack() {
54 - unpack ${A}
55 - rm "${S}"/Makefile
56 -}