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 C25F61384B4 for ; Mon, 4 Jan 2016 02:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F1CFE086C; Mon, 4 Jan 2016 02:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7499E086C for ; Mon, 4 Jan 2016 02:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B880233D3CA for ; Mon, 4 Jan 2016 02:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D6EB2F for ; Mon, 4 Jan 2016 02:56:59 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1451876157.ce85baf9a9a59e6e6fafba6af2a5c5eeb727bb80.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-net/Manifest media-libs/sdl2-net/sdl2-net-2.0.1.ebuild X-VCS-Directories: media-libs/sdl2-net/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: ce85baf9a9a59e6e6fafba6af2a5c5eeb727bb80 X-VCS-Branch: master Date: Mon, 4 Jan 2016 02:56:59 +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: 0464b36c-2de0-4eda-b0b8-62826c7bd8f1 X-Archives-Hash: cb9807699ff0bef5a8247c9e1a98b0d6 commit: ce85baf9a9a59e6e6fafba6af2a5c5eeb727bb80 Author: Michael Sterrett gentoo org> AuthorDate: Mon Jan 4 02:55:57 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Mon Jan 4 02:55:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce85baf9 media-libs/sdl2-net: version bump Package-Manager: portage-2.2.24 media-libs/sdl2-net/Manifest | 1 + media-libs/sdl2-net/sdl2-net-2.0.1.ebuild | 36 +++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-libs/sdl2-net/Manifest b/media-libs/sdl2-net/Manifest index 29c223f..9e54def 100644 --- a/media-libs/sdl2-net/Manifest +++ b/media-libs/sdl2-net/Manifest @@ -1 +1,2 @@ DIST SDL2_net-2.0.0.tar.gz 345724 SHA256 d715be30783cc99e541626da52079e308060b21d4f7b95f0224b1d06c1faacab SHA512 bf91f18bb1c62f00cccc3aa459c18c120afc3d8e16ee92c01762ef890f620b5346b1b62ca48ae0b848a062b49656e5f7a4c27d74788a8788357b5e36c1a767a2 WHIRLPOOL 7c5fc3f1df0a1467ca7869eb1a26028f84a44c35fe308a36b08bce938230ed9532f4d105683fb3752de59ca739025261cdaf3f9e795fe6027db6e063b6bd620d +DIST SDL2_net-2.0.1.tar.gz 347436 SHA256 15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21 SHA512 d27faee3cddc3592dae38947e6c1df0cbaa95f82fde9c87db6d11f6312d868cea74f6830ad07ceeb3d0d75e9424cebf39e54fddf9a1147e8d9e664609de92b7a WHIRLPOOL bd704fe9b3bae9ca0c4da474b57a6f944a9bc75f7054c91eff279d6039ead5f41cf9bf5dc3092bdc84494d2ac092aa7877df88368fc4b51c0adbc06b9c24f27e diff --git a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild new file mode 100644 index 0000000..33e3f90 --- /dev/null +++ b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils multilib-minimal + +MY_P=SDL2_net-${PV} +DESCRIPTION="Simple Direct Media Layer Network Support Library" +HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html" +SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]" +DEPEND=${RDEPEND} + +S=${WORKDIR}/${MY_P} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-gui \ + $(use_enable static-libs static) +} + +multilib_src_install() { + emake DESTDIR="${D}" install +} + +multilib_src_install_all() { + dodoc {CHANGES,README}.txt + prune_libtool_files +}