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 1Sg5On-0004xm-4l for garchives@archives.gentoo.org; Sun, 17 Jun 2012 02:39:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8A0E0B2C; Sun, 17 Jun 2012 02:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7B03E0B2C for ; Sun, 17 Jun 2012 02:39:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13D641B400C for ; Sun, 17 Jun 2012 02:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 05187E5431 for ; Sun, 17 Jun 2012 02:39:22 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1339900751.c9c084567c4caa1456b2da668ff060deebab4ce7.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ispc/ChangeLog dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c9c084567c4caa1456b2da668ff060deebab4ce7 X-VCS-Branch: master Date: Sun, 17 Jun 2012 02:39:22 +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: 0c6dfd87-4764-430b-8b85-a02b3416f8c5 X-Archives-Hash: d55395750d7446c4966b82ae526484f9 commit: c9c084567c4caa1456b2da668ff060deebab4ce7 Author: Christoph Junghans gentoo org> AuthorDate: Sun Jun 17 02:39:11 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Jun 17 02:39:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc9c08456 fixed redundant license (bug #421401) (Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit= ) --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index d441c79..04f5d93 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 17 Jun 2012; Christoph Junghans ispc-9999.ebuild: + fixed redundant license (bug #421401) + *ispc-9999 (14 Jun 2012) =20 14 Jun 2012; Christoph Junghans +ispc-9999.ebuild, diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebu= ild index f45d860..3931052 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -12,7 +12,7 @@ SRC_URI=3D"" =20 EGIT_REPO_URI=3D"git://github.com/ispc/ispc.git" =20 -LICENSE=3D"ispc" +LICENSE=3D"BSD BSD-2 UoI-NCSA" SLOT=3D"0" KEYWORDS=3D"~x86" IUSE=3D"examples"