From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A35AB1396D0 for ; Wed, 27 Sep 2017 19:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10921E0ECA; Wed, 27 Sep 2017 19:30:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5B57E0ECA for ; Wed, 27 Sep 2017 19:30:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9B143416DA for ; Wed, 27 Sep 2017 19:30:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF3B9083 for ; Wed, 27 Sep 2017 19:30:43 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1506540638.44d8e66a31224b92acb92e1bcdfbf290752a4132.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/trivial-gray-streams/Manifest dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild X-VCS-Directories: dev-lisp/trivial-gray-streams/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 44d8e66a31224b92acb92e1bcdfbf290752a4132 X-VCS-Branch: master Date: Wed, 27 Sep 2017 19:30:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fb0954ca-f2d6-4422-ada9-39150600ebd0 X-Archives-Hash: c0812d5aed1dbf7a11e2fcd75885b66b commit: 44d8e66a31224b92acb92e1bcdfbf290752a4132 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Sep 27 19:30:20 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Sep 27 19:30:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d8e66a dev-lisp/trivial-gray-streams: Drops old version Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-lisp/trivial-gray-streams/Manifest | 1 - .../trivial-gray-streams-20081102.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-lisp/trivial-gray-streams/Manifest b/dev-lisp/trivial-gray-streams/Manifest index d4ad223f9e5..eb7f748b73f 100644 --- a/dev-lisp/trivial-gray-streams/Manifest +++ b/dev-lisp/trivial-gray-streams/Manifest @@ -1,2 +1 @@ -DIST trivial-gray-streams-2008-11-02.tar.gz 3522 SHA256 827eff9528b469f18c332d0dec68a2498ca9261950635b1cd8e589a492b589a4 SHA512 81ca798988511237a5a4c9ae4e0b15253404c47e245cc644211ffc58015fd46fa1623fecf7f07ea5df7acf80fff24782410ef832f08fd55f71c57daad6ced787 WHIRLPOOL 07b4ba232c7a6156667a084adf56684c3d04ace96d56a282298fd7e284760b60c1fefa09f90053e1400fed5c2d6cb25dbb2756697c08ad15b2647fd72933e26e DIST trivial-gray-streams-20170830.tar.bz2 7520 SHA256 0aa3640bb5862b3427950d6732c0d3cef18a7b3d401d50f2ec8537017bd9db07 SHA512 4fbcfff5f2875daaf9c9bb286e2f753fccbb9840bb3c3593b9755204475aaf34241c1ffc2c93b5bf2c3428400e91082b01f15812eb51251afcabe9a57d5df3fa WHIRLPOOL 0d18affea069d4871277cbe64d6e09a2b90ee6de189e3108fdd6c7b76faf84021b191509958dc3ffcc71af9f9ad5a8983ba4d3c7dc773b0e24981cabf02746fe diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild deleted file mode 100644 index 5623bd14680..00000000000 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit common-lisp-3 - -MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" -HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" -SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -S="${WORKDIR}"/${MY_P} - -src_unpack() { - unpack ${A} - rm "${S}"/Makefile -}