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 1Sg5Wd-00066S-1Q for garchives@archives.gentoo.org; Sun, 17 Jun 2012 02:47:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 233C5E0B32; Sun, 17 Jun 2012 02:47:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1D9DE0B32 for ; Sun, 17 Jun 2012 02:47:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4934E1B4002 for ; Sun, 17 Jun 2012 02:47:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2288) id F05C72004C; Sun, 17 Jun 2012 02:47:26 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ispc-1.2.2.ebuild ChangeLog X-VCS-Directories: dev-lang/ispc X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Message-Id: <20120617024726.F05C72004C@flycatcher.gentoo.org> Date: Sun, 17 Jun 2012 02:47:26 +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: 248ad556-f862-4ef5-b54d-3ca6179b2025 X-Archives-Hash: 36eb829b450316a82deb9e42d0f58353 ottxor 12/06/17 02:47:26 Modified: ispc-1.2.2.ebuild ChangeLog Log: fixed redundant license (bug #421401) =20 (Portage version: 2.2.0_alpha110/cvs/Linux i686) Revision Changes Path 1.2 dev-lang/ispc/ispc-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc= -1.2.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc= -1.2.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc= -1.2.2.ebuild?r1=3D1.1&r2=3D1.2 Index: ispc-1.2.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ispc-1.2.2.ebuild 14 Jun 2012 17:31:34 -0000 1.1 +++ ispc-1.2.2.ebuild 17 Jun 2012 02:47:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.1= 2012/06/14 17:31:34 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.2= 2012/06/17 02:47:26 ottxor Exp $ =20 EAPI=3D4 GITHUB_ID=3D"2c75ac1" @@ -12,7 +12,7 @@ SRC_URI=3D"https://github.com/ispc/ispc/tarball/v${PV} -> ${PN}-git-${PV= }.tgz" S=3D"${WORKDIR}/${PN}-${PN}-${GITHUB_ID}" =20 -LICENSE=3D"ispc" +LICENSE=3D"BSD BSD-2 UoI-NCSA" SLOT=3D"0" KEYWORDS=3D"~x86" IUSE=3D"examples" 1.2 dev-lang/ispc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/Chan= geLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/Chan= geLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/Chan= geLog?r1=3D1.1&r2=3D1.2 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 14 Jun 2012 17:31:34 -0000 1.1 +++ ChangeLog 17 Jun 2012 02:47:26 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ispc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.1 2012/06= /14 17:31:34 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.2 2012/06= /17 02:47:26 ottxor Exp $ + + 17 Jun 2012; Christoph Junghans ispc-1.2.2.ebuild: + fixed redundant license (bug #421401) =20 *ispc-1.2.2 (14 Jun 2012) =20