From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6AD091381F3 for ; Thu, 16 May 2013 00:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6A1E07E8; Thu, 16 May 2013 00:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4D78E07E8 for ; Thu, 16 May 2013 00:43:36 +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 6F8D233DF48 for ; Thu, 16 May 2013 00:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 19BF7E5308 for ; Thu, 16 May 2013 00:43:34 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1368664962.02edd413b13d9c184918680b672449da7694a3de.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-0.95.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 02edd413b13d9c184918680b672449da7694a3de X-VCS-Branch: master Date: Thu, 16 May 2013 00:43:34 +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: cc55358d-84da-4dab-8a6e-cfa674e31feb X-Archives-Hash: 97595c6d97602c6baf22e10a6b29d727 commit: 02edd413b13d9c184918680b672449da7694a3de Author: David Heidelberger ixit cz> AuthorDate: Thu May 16 00:42:42 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Thu May 16 00:42:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=02edd413 minor cleanups, licence fix for weston.Wayland git is only MIT now. Package-Manager: portage-2.2.0_alpha174 --- dev-libs/weston/weston-0.95.0.ebuild | 4 ++-- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/weston/weston-0.95.0.ebuild b/dev-libs/weston/weston-0.95.0.ebuild index 07b5e2d..8908303 100644 --- a/dev-libs/weston/weston-0.95.0.ebuild +++ b/dev-libs/weston/weston-0.95.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -22,7 +22,7 @@ else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" fi -LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" +LICENSE="MIT CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 84e2ba3..3537ee0 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -22,7 +22,7 @@ else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" fi -LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" +LICENSE="MIT CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+clients debug +drm +simple-clients static-libs +tablet +wayland-compositor +x11"