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 CDECA1381F3 for ; Wed, 29 May 2013 14:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52AF2E09B5; Wed, 29 May 2013 14:50:18 +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 95B19E09DA for ; Wed, 29 May 2013 14:50:17 +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 7B8EE33E188 for ; Wed, 29 May 2013 14:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0A1BCE5309 for ; Wed, 29 May 2013 14:50:15 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1369838983.3b1ad3140a287659974412c1e73b4fc8a7b9b00a.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsdl/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libsdl/libsdl-2.0.0.ebuild media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild X-VCS-Directories: media-libs/libsdl/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 3b1ad3140a287659974412c1e73b4fc8a7b9b00a X-VCS-Branch: master Date: Wed, 29 May 2013 14:50:15 +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: dc7f8ca8-2333-43d1-808d-8afe0fd08aeb X-Archives-Hash: 451afe457b93e7fef5045b6093682cce commit: 3b1ad3140a287659974412c1e73b4fc8a7b9b00a Author: Azamat H. Hackimov gmail com> AuthorDate: Wed May 29 14:49:43 2013 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Wed May 29 14:49:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3b1ad314 [media-libs/libsdl] New 2.0.0. Officially. (Technically this is 2.0.0 RC1, but who cares?) Package-Manager: portage-2.1.11.62 Manifest-Sign-Key: A018DE8C --- .../{libsdl-2.0.0_pre7024.ebuild => libsdl-2.0.0.ebuild} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild b/media-libs/libsdl/libsdl-2.0.0.ebuild similarity index 94% rename from media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild rename to media-libs/libsdl/libsdl-2.0.0.ebuild index bf335b3..7d92c7f 100644 --- a/media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild +++ b/media-libs/libsdl/libsdl-2.0.0.ebuild @@ -10,8 +10,7 @@ MY_PV=${PV/_pre/-} DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" -SRC_URI="http://www.libsdl.org/tmp/SDL-${MY_PV}.tar.gz" - +SRC_URI="http://www.libsdl.org/tmp/release/SDL2-${MY_PV}.tar.gz" LICENSE="ZLIB" SLOT="2" KEYWORDS="~amd64 ~x86" @@ -64,9 +63,9 @@ DEPEND="${RDEPEND} xscreensaver? ( x11-proto/scrnsaverproto ) " -S="${WORKDIR}/SDL-${MY_PV}" +S="${WORKDIR}/SDL2-${MY_PV}" -DOCS=( BUGS CREDITS README README.HG README-SDL.txt TODO WhatsNew ) +DOCS=( BUGS.txt CREDITS.txt README.txt README-hg.txt README-SDL.txt TODO.txt WhatsNew.txt ) src_prepare() { # Currently cmake produce libsdl2.so targets, @@ -117,7 +116,3 @@ src_configure() { ) cmake-multilib_src_configure } - -#src_install() { -# cmake-multilib_src_install -#}