diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-04 02:37:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-04 02:37:47 +0000 |
commit | 8e86385166f0dc7f03bd825d9be4df2fd968ff7a (patch) | |
tree | 93743c33a1cc850ddbbcd7c32cd47e62f3a6e0d3 /media-libs/libsdl | |
parent | Use multiline PATCHES array and drop unnecessary directory argument for tests. (diff) | |
download | gentoo-2-8e86385166f0dc7f03bd825d9be4df2fd968ff7a.tar.gz gentoo-2-8e86385166f0dc7f03bd825d9be4df2fd968ff7a.tar.bz2 gentoo-2-8e86385166f0dc7f03bd825d9be4df2fd968ff7a.zip |
no base eclass, thanks
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r4.ebuild | 19 |
2 files changed, 12 insertions, 12 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index e25137ee88b5..994d71bb1c4a 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.202 2013/06/02 20:33:18 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.203 2013/06/04 02:37:47 mr_bones_ Exp $ + + 04 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.15-r4.ebuild: + no base eclass, thanks *libsdl-1.2.15-r4 (02 Jun 2013) diff --git a/media-libs/libsdl/libsdl-1.2.15-r4.ebuild b/media-libs/libsdl/libsdl-1.2.15-r4.ebuild index 367b8c641b65..d264da7606fd 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r4.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v 1.1 2013/06/02 20:33:18 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v 1.2 2013/06/04 02:37:47 mr_bones_ Exp $ EAPI=5 -inherit autotools base flag-o-matic multilib toolchain-funcs eutils +inherit autotools flag-o-matic multilib toolchain-funcs eutils DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" @@ -52,25 +52,22 @@ DEPEND="${RDEPEND} x86? ( || ( >=dev-lang/yasm-0.6.0 >=dev-lang/nasm-0.98.39-r3 ) )" S=${WORKDIR}/SDL-${PV} -PATCHES=( - "${FILESDIR}"/${P}-sdl-config.patch - "${FILESDIR}"/${P}-resizing.patch - "${FILESDIR}"/${P}-joystick.patch - "${FILESDIR}"/${P}-gamma.patch - "${FILESDIR}"/${P}-const-xdata32.patch -) pkg_setup() { if use custom-cflags ; then ewarn "Since you've chosen to use possibly unsafe CFLAGS," ewarn "don't bother filing libsdl-related bugs until trying to remerge" ewarn "libsdl without the custom-cflags use flag in USE." - epause 10 fi } src_prepare() { - base_src_prepare + epatch \ + "${FILESDIR}"/${P}-sdl-config.patch \ + "${FILESDIR}"/${P}-resizing.patch \ + "${FILESDIR}"/${P}-joystick.patch \ + "${FILESDIR}"/${P}-gamma.patch \ + "${FILESDIR}"/${P}-const-xdata32.patch AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf } |