hasufell 14/04/18 21:05:21 Modified: ChangeLog Added: sdl-gfx-2.0.24-r1.ebuild Log: add multilib support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.99 media-libs/sdl-gfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 2 Feb 2013 22:52:27 -0000 1.98 +++ ChangeLog 18 Apr 2014 21:05:20 -0000 1.99 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/sdl-gfx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.98 2013/02/02 22:52:27 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.99 2014/04/18 21:05:20 hasufell Exp $ + +*sdl-gfx-2.0.24-r1 (18 Apr 2014) + + 18 Apr 2014; Julian Ospald <[email protected]> +sdl-gfx-2.0.24-r1.ebuild: + add multilib support 02 Feb 2013; Agostino Sarubbo <[email protected]> sdl-gfx-2.0.24.ebuild: Add ~arm, wrt bug #449220 1.1 media-libs/sdl-gfx/sdl-gfx-2.0.24-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r1.ebuild?rev=1.1&content-type=text/plain Index: sdl-gfx-2.0.24-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r1.ebuild,v 1.1 2014/04/18 21:05:20 hasufell Exp $ EAPI=5 inherit autotools eutils multilib-minimal MY_P="${P/sdl-/SDL_}" DESCRIPTION="Graphics drawing primitives library for SDL" HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/" SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc mmx static-libs" RDEPEND="media-libs/libsdl[video,${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { sed -i -e 's/-O //' configure.in || die eautoreconf } multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --disable-dependency-tracking \ $(use_enable mmx) \ $(use_enable static-libs static) } multilib_src_install() { emake DESTDIR="${D}" install } multilib_src_install_all() { dodoc AUTHORS ChangeLog README use doc && dohtml -r Docs/* prune_libtool_files }
