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 67FB6138CD8 for ; Thu, 4 Jun 2015 17:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B97E0835; Thu, 4 Jun 2015 17:49:39 +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 20EC2E0835 for ; Thu, 4 Jun 2015 17:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BEFC340D77 for ; Thu, 4 Jun 2015 17:49:38 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 665) id D8196A14; Thu, 4 Jun 2015 17:49:34 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/allegro: allegro-5.0.8-r1.ebuild allegro-4.4.2-r1.ebuild allegro-5.0.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: allegro-5.0.8-r1.ebuild allegro-4.4.2-r1.ebuild allegro-5.0.11.ebuild ChangeLog X-VCS-Directories: media-libs/allegro X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150604174934.D8196A14@oystercatcher.gentoo.org> Date: Thu, 4 Jun 2015 17:49: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: 7bc97ca3-68db-4050-842c-058c31c09d6c X-Archives-Hash: 2197852485ced8002abc339c34d9bd02 mr_bones_ 15/06/04 17:49:34 Modified: allegro-5.0.8-r1.ebuild allegro-4.4.2-r1.ebuild ChangeLog Added: allegro-5.0.11.ebuild Log: version bump; remove unneeded nonfatal (bug #551178) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.10 media-libs/allegro/allegro-5.0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?r1=1.9&r2=1.10 Index: allegro-5.0.8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- allegro-5.0.8-r1.ebuild 1 Jun 2015 22:40:31 -0000 1.9 +++ allegro-5.0.8-r1.ebuild 4 Jun 2015 17:49:34 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.9 2015/06/01 22:40:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.10 2015/06/04 17:49:34 mr_bones_ Exp $ EAPI=5 inherit cmake-multilib @@ -70,7 +70,7 @@ src_install() { cmake-multilib_src_install - nonfatal dodoc CHANGES-5.0.txt - nonfatal dohtml -r docs/html/refman/* - nonfatal doman docs/man/*.3 + dodoc CHANGES-5.0.txt + dohtml -r docs/html/refman/* + doman docs/man/*.3 } 1.11 media-libs/allegro/allegro-4.4.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?r1=1.10&r2=1.11 Index: allegro-4.4.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- allegro-4.4.2-r1.ebuild 1 Jun 2015 22:40:31 -0000 1.10 +++ allegro-4.4.2-r1.ebuild 4 Jun 2015 17:49:34 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v 1.10 2015/06/01 22:40:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v 1.11 2015/06/04 17:49:34 mr_bones_ Exp $ EAPI=5 CMAKE_IN_SOURCE_BUILD=1 @@ -94,7 +94,7 @@ src_install() { cmake-utils_src_install - nonfatal dohtml docs/html/*.html + dohtml docs/html/*.html #176020 (init_dialog.3), #409305 (key.3) pushd docs/man >/dev/null 1.155 media-libs/allegro/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.155&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.155&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.154&r2=1.155 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- ChangeLog 1 Jun 2015 22:40:31 -0000 1.154 +++ ChangeLog 4 Jun 2015 17:49:34 -0000 1.155 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.154 2015/06/01 22:40:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.155 2015/06/04 17:49:34 mr_bones_ Exp $ + +*allegro-5.0.11 (04 Jun 2015) + + 04 Jun 2015; Michael Sterrett +allegro-5.0.11.ebuild, + allegro-4.4.2-r1.ebuild, allegro-5.0.8-r1.ebuild: + version bump; remove unneeded nonfatal (bug #551178) 01 Jun 2015; Michael Sterrett allegro-4.4.2-r1.ebuild, allegro-5.0.8-r1.ebuild: 1.1 media-libs/allegro/allegro-5.0.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.11.ebuild?rev=1.1&content-type=text/plain Index: allegro-5.0.11.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.11.ebuild,v 1.1 2015/06/04 17:49:34 mr_bones_ Exp $ EAPI=5 inherit cmake-multilib DESCRIPTION="A game programming library" HOMEPAGE="http://alleg.sourceforge.net/" SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="BSD ZLIB" SLOT="5" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama" RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) dumb? ( >=media-libs/dumb-0.9.3-r2[${MULTILIB_USEDEP}] ) flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] ) physfs? ( >=dev-games/physfs-2.0.3-r1[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.5.18:0[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] ) >=x11-libs/libXcursor-1.1.14[${MULTILIB_USEDEP}] >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}] >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] gtk? ( >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] ) >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] xinerama? ( >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xf86vidmodeproto-2.3.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-5.0.4-underlink.patch ) MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h ) src_configure() { local mycmakeargs=( $(cmake-utils_use_want alsa) -DWANT_DEMO=OFF -DWANT_EXAMPLES=OFF $(cmake-utils_use_want flac) $(cmake-utils_use_want jpeg IMAGE_JPG) $(cmake-utils_use_want png IMAGE_PNG) $(cmake-utils_use_want dumb MODAUDIO) $(cmake-utils_use_want openal) $(cmake-utils_use_want oss) $(cmake-utils_use_want physfs) $(cmake-utils_use_want pulseaudio) $(cmake-utils_use_want test TESTS) $(cmake-utils_use_want truetype TTF) $(cmake-utils_use_want vorbis) $(cmake-utils_use_want gtk NATIVE_DIALOG) $(cmake-utils_use_want X opengl) $(cmake-utils_use_want xinerama X11_XINERAMA) ) cmake-multilib_src_configure } src_install() { cmake-multilib_src_install dodoc CHANGES-5.0.txt dohtml -r docs/html/refman/* doman docs/man/*.3 }