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 AD23A138010 for ; Tue, 16 Feb 2016 01:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3350EE080D; Tue, 16 Feb 2016 01:38:17 +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 7263BE080D for ; Tue, 16 Feb 2016 01:38:16 +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 65A1B340A8E for ; Tue, 16 Feb 2016 01:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 191A715FB for ; Tue, 16 Feb 2016 01:38:12 +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: <1455586650.e65e440875bf1e218cc2cf5083fa73cde331dc99.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-image/Manifest media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild X-VCS-Directories: media-libs/sdl2-image/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: e65e440875bf1e218cc2cf5083fa73cde331dc99 X-VCS-Branch: master Date: Tue, 16 Feb 2016 01:38:12 +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: b10b248d-5140-4f9b-8c0a-0b39555b4bce X-Archives-Hash: d1b6b27e6258f5f1a927f3ddc0a4b667 commit: e65e440875bf1e218cc2cf5083fa73cde331dc99 Author: Michael Sterrett gentoo org> AuthorDate: Tue Feb 16 00:49:55 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Feb 16 01:37:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65e4408 media-libs/sdl2-image: clean old Package-Manager: portage-2.2.26 media-libs/sdl2-image/Manifest | 1 - media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild | 60 ------------------------ 2 files changed, 61 deletions(-) diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest index 146403b..3fe572f 100644 --- a/media-libs/sdl2-image/Manifest +++ b/media-libs/sdl2-image/Manifest @@ -1,2 +1 @@ -DIST SDL2_image-2.0.0.tar.gz 8398016 SHA256 b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 SHA512 300ff078c4c9a74ccc143692630e9c97e25a223bf80661cd5e7d684a25c6ad7760b20778d492d6cc41521dcd2a00e4a76947cf6dffc679fdbd54f430b3906ea6 WHIRLPOOL d2b89f0bcb25eeda168a6a4622777f3d9bd6343dc1f87f50aec69afb85fef71dc28e56ed29e30d906ff999f291cf3ec887d20f471bd870eb734f273fd68b4303 DIST SDL2_image-2.0.1.tar.gz 7797848 SHA256 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 SHA512 99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f WHIRLPOOL ba4a78ae19ba1921b0d11208f93390cc0ec31aed86f302c2b8d4ac8c55a8e783c29a3180d8557309b2874d74a081734256e9cb0d8215b369090abddf64bd0a7c diff --git a/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild deleted file mode 100644 index 973dce6..0000000 --- a/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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_image-${PV} -DESCRIPTION="Image file loading library" -HOMEPAGE="http://www.libsdl.org/projects/SDL_image/" -SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gif jpeg png static-libs tiff webp" - -RDEPEND=" - >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) - jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) - tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] ) - webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable static-libs static) \ - --disable-sdltest \ - --enable-bmp \ - $(use_enable gif) \ - $(use_enable jpeg jpg) \ - --disable-jpg-shared \ - --enable-lbm \ - --enable-pcx \ - $(use_enable png) \ - --disable-png-shared \ - --enable-pnm \ - --enable-tga \ - $(use_enable tiff tif) \ - --disable-tif-shared \ - --enable-xcf \ - --enable-xpm \ - --enable-xv \ - $(use_enable webp) \ - --disable-webp-shared -} - -multilib_src_install() { - emake DESTDIR="${D}" install - multilib_is_native_abi && newbin .libs/showimage showimage2 -} - -multilib_src_install_all() { - dodoc {CHANGES,README}.txt - use static-libs || prune_libtool_files -}