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 243B2139694 for ; Fri, 7 Jul 2017 09:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB4D2340F7; Fri, 7 Jul 2017 09:06:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BB022340F7 for ; Fri, 7 Jul 2017 09:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 67338341766 for ; Fri, 7 Jul 2017 09:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0756D74A2 for ; Fri, 7 Jul 2017 09:06:36 +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: <1499418404.0812268985edecf4fe59eac8e7282a7eea8c8fea.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/aspectl/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/aspectl/aspectl-0.74.ebuild dev-lisp/aspectl/aspectl-0.75.0.ebuild X-VCS-Directories: dev-lisp/aspectl/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 0812268985edecf4fe59eac8e7282a7eea8c8fea X-VCS-Branch: master Date: Fri, 7 Jul 2017 09:06:36 +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: 05ef9733-86b1-4aa6-9906-d5b4e45e7adb X-Archives-Hash: 4cda4b6bfe3dffb71b81b7b059aecd29 commit: 0812268985edecf4fe59eac8e7282a7eea8c8fea Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 09:06:44 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 09:06:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=08122689 dev-lisp/aspectl: Drops old version. Updates header dev-lisp/aspectl/aspectl-0.74.ebuild | 28 ---------------------------- dev-lisp/aspectl/aspectl-0.75.0.ebuild | 3 +-- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/dev-lisp/aspectl/aspectl-0.74.ebuild b/dev-lisp/aspectl/aspectl-0.74.ebuild deleted file mode 100644 index 771197f0..00000000 --- a/dev-lisp/aspectl/aspectl-0.74.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -MY_P=${PN}_${PV} - -DESCRIPTION="Library that provides aspect-oriented extensions for Common Lisp/CLOS." -HOMEPAGE="http://common-lisp.net/project/closer/" -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/lw-compat - dev-lisp/closer-mop - dev-lisp/contextl" - -S="${WORKDIR}"/${MY_P} - -src_install() { - common-lisp-install *.{lisp,asd} tests/*.lisp - common-lisp-symlink-asdf -} diff --git a/dev-lisp/aspectl/aspectl-0.75.0.ebuild b/dev-lisp/aspectl/aspectl-0.75.0.ebuild index cb43f767..f267e3e1 100644 --- a/dev-lisp/aspectl/aspectl-0.75.0.ebuild +++ b/dev-lisp/aspectl/aspectl-0.75.0.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6