diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-08-24 23:14:49 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-08-24 23:14:49 +0000 |
commit | 5cdd90af8f899cea923b5ee0dd21f93a8ac8f5b0 (patch) | |
tree | 0d04e2f9a51e77570cdb45a6316f2e89fdba16bb /media-libs/sdl-gfx | |
parent | stabilize (diff) | |
download | gentoo-2-5cdd90af8f899cea923b5ee0dd21f93a8ac8f5b0.tar.gz gentoo-2-5cdd90af8f899cea923b5ee0dd21f93a8ac8f5b0.tar.bz2 gentoo-2-5cdd90af8f899cea923b5ee0dd21f93a8ac8f5b0.zip |
stabilize
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild | 39 |
3 files changed, 7 insertions, 42 deletions
diff --git a/media-libs/sdl-gfx/ChangeLog b/media-libs/sdl-gfx/ChangeLog index 919c807ab166..b105b9f80565 100644 --- a/media-libs/sdl-gfx/ChangeLog +++ b/media-libs/sdl-gfx/ChangeLog @@ -1,6 +1,10 @@ # 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.101 2014/08/24 23:12:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.102 2014/08/24 23:14:49 hasufell Exp $ + + 24 Aug 2014; Julian Ospald <hasufell@gentoo.org> -sdl-gfx-2.0.24.ebuild, + sdl-gfx-2.0.24-r2.ebuild: + stabilize *sdl-gfx-2.0.24-r3 (24 Aug 2014) *sdl-gfx-2.0.24-r2 (24 Aug 2014) diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild index 60bf312260c4..8e1f0c4bae9f 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild,v 1.2 2014/08/24 23:14:49 hasufell Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz -> ${MY_P}- 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" +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]" diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild deleted file mode 100644 index 0e461314f258..000000000000 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 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.ebuild,v 1.10 2013/02/02 22:52:27 ago 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" - -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 -} |