public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2015-06-04 17:49 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2015-06-04 17:49 UTC (permalink / raw
  To: gentoo-commits

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 <mr_bones_@gentoo.org> +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 <mr_bones_@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-04 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 17:49 [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 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox