From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QoNbq-0005b7-G7 for garchives@archives.gentoo.org; Tue, 02 Aug 2011 22:38:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E00A21C086; Tue, 2 Aug 2011 22:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2229D21C086 for ; Tue, 2 Aug 2011 22:38:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99A0B1BC0CC for ; Tue, 2 Aug 2011 22:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 059763C004 for ; Tue, 2 Aug 2011 22:38:38 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/bordeaux-threads/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/bordeaux-threads/bordeaux-threads-0.7.0-r1.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild X-VCS-Directories: dev-lisp/bordeaux-threads/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: b5941277d42a128f15fbc4a4d727d3e316a6e74b Date: Tue, 2 Aug 2011 22:38:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1e234be2a80ff6bc50d3603408fe59fb commit: b5941277d42a128f15fbc4a4d727d3e316a6e74b Author: Stelian Ionescu cddr org> AuthorDate: Tue Aug 2 22:38:23 2011 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Tue Aug 2 22:38:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3Db5941277 dev-lisp/bordeaux-threads: bump to 0.8.1 --- ...7.0-r1.ebuild =3D> bordeaux-threads-0.8.1.ebuild} | 16 +++++-------= ---- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.7.0-r1.ebuild b= /dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild similarity index 74% rename from dev-lisp/bordeaux-threads/bordeaux-threads-0.7.0-r1.ebuild rename to dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild index 04d5c36..93452f2 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.7.0-r1.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -14,22 +14,16 @@ KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" IUSE=3D"" =20 RDEPEND=3D"dev-lisp/alexandria - dev-lisp/lift" + dev-lisp/fiveam" =20 CLSYSTEMS=3D"bordeaux-threads bordeaux-threads-test" =20 src_install() { common-lisp-install *.asd src version.lisp-expr test common-lisp-symlink-asdf - dodoc CONTRIBUTORS -} - -pkg_postinst() { - while read line; do einfo ${line}; done < README <