From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1010704-garchives=archives.gentoo.org@lists.gentoo.org> 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 E86BF138333 for <garchives@archives.gentoo.org>; Sun, 18 Mar 2018 22:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A158E08EA; Sun, 18 Mar 2018 22:23:57 +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 72636E08EA for <gentoo-commits@lists.gentoo.org>; Sun, 18 Mar 2018 22:23:57 +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 13AC3335D5D for <gentoo-commits@lists.gentoo.org>; Sun, 18 Mar 2018 22:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92332242 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Mar 2018 22:23:54 +0000 (UTC) From: "José María Alonso" <nimiux@gentoo.org> 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" <nimiux@gentoo.org> Message-ID: <1521411850.f39ba8bef8f0041c5bdc8c2662cd2e5374a68f62.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-bitcomp/, dev-lisp/rsm-bitcomp/files/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild X-VCS-Directories: dev-lisp/rsm-bitcomp/files/ dev-lisp/rsm-bitcomp/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: f39ba8bef8f0041c5bdc8c2662cd2e5374a68f62 X-VCS-Branch: master Date: Sun, 18 Mar 2018 22:23:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e440018f-0cf5-4dcf-8fab-3a9d88adec6d X-Archives-Hash: 3e43f5f371ab10e7ab8c0e4e3fb32d13 commit: f39ba8bef8f0041c5bdc8c2662cd2e5374a68f62 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 22:24:10 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 22:24:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f39ba8be dev-lisp/rsm-bitcomp: Drops package .../files/1.3-gentoo-fix-defconstant.patch | 12 -------- dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild | 36 ---------------------- 2 files changed, 48 deletions(-) diff --git a/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch b/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch deleted file mode 100644 index b2a58ee4..00000000 --- a/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur cl-rsm-bitcomp.orig/bitcomp.lisp cl-rsm-bitcomp/bitcomp.lisp ---- cl-rsm-bitcomp.orig/bitcomp.lisp 2008-03-13 22:09:40.000000000 +0100 -+++ cl-rsm-bitcomp/bitcomp.lisp 2008-12-16 00:38:59.000000000 +0100 -@@ -22,7 +22,7 @@ - (:report (lambda (condition stream) - (format stream "Warning: ~a~%" (message condition)))))) - --(defconstant +null-rep+ (make-condition 'null-compressed)) -+(defvar +null-rep+ (make-condition 'null-compressed)) - - ;;;; - ;;;; Representation Layer. diff --git a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild b/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild deleted file mode 100644 index 7ad621ed..00000000 --- a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils - -DESCRIPTION="McIntire's Common Lisp Bit Compression Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bitcomp" -SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/rsm-queue" - -S="${WORKDIR}"/cl-${PN} - -src_unpack() { - unpack ${A} -} - -src_prepare() { - eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch - eapply_user - -} - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dohtml ${PN}.html -}