hasufell 14/08/24 23:12:11 Modified: ChangeLog Added: sdl-gfx-2.0.24-r3.ebuild sdl-gfx-2.0.24-r2.ebuild Removed: sdl-gfx-2.0.24-r1.ebuild Log: fix broken checksum wrt #520358 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.101 media-libs/sdl-gfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 18 Jun 2014 19:55:52 -0000 1.100 +++ ChangeLog 24 Aug 2014 23:12:11 -0000 1.101 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/sdl-gfx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.100 2014/06/18 19:55:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.101 2014/08/24 23:12:11 hasufell Exp $ + +*sdl-gfx-2.0.24-r3 (24 Aug 2014) +*sdl-gfx-2.0.24-r2 (24 Aug 2014) + + 24 Aug 2014; Julian Ospald <[email protected]> -sdl-gfx-2.0.24-r1.ebuild, + +sdl-gfx-2.0.24-r2.ebuild, +sdl-gfx-2.0.24-r3.ebuild: + fix broken checksum wrt #520358 18 Jun 2014; Michał Górny <[email protected]> sdl-gfx-2.0.24-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 1.1 media-libs/sdl-gfx/sdl-gfx-2.0.24-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r3.ebuild?rev=1.1&content-type=text/plain Index: sdl-gfx-2.0.24-r3.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-r3.ebuild,v 1.1 2014/08/24 23:12:11 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 -> ${MY_P}-1.tar.gz" # 520358 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-1.2.15-r4[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 } 1.1 media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild?rev=1.1&content-type=text/plain Index: sdl-gfx-2.0.24-r2.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-r2.ebuild,v 1.1 2014/08/24 23:12:11 hasufell Exp $ EAPI=2 inherit autotools eutils 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 -> ${MY_P}-1.tar.gz" # 520358 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" DEPEND="media-libs/libsdl[video]" S=${WORKDIR}/${MY_P} src_prepare() { sed -i -e 's/-O //' configure.in || die eautoreconf } src_configure() { econf \ --disable-dependency-tracking \ $(use_enable mmx) \ $(use_enable static-libs static) } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README use doc && dohtml -r Docs/* prune_libtool_files }
