summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-08 19:24:47 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-08 19:47:11 +0100
commit24918749d0774c6acdfbbf5c5678bf44623a03dd (patch)
tree29cf7a6d1941cfac5cbdd2c23deb434ed32767b3 /dev-games/irrlicht/irrlicht-1.8.4.ebuild
parentapp-office/abiword: [QA] Move patches to a distfile (diff)
downloadgentoo-24918749d0774c6acdfbbf5c5678bf44623a03dd.tar.gz
gentoo-24918749d0774c6acdfbbf5c5678bf44623a03dd.tar.bz2
gentoo-24918749d0774c6acdfbbf5c5678bf44623a03dd.zip
dev-games/irrlicht: [QA] Move patches to distfiles
Closes: https://bugs.gentoo.org/620552
Diffstat (limited to 'dev-games/irrlicht/irrlicht-1.8.4.ebuild')
-rw-r--r--dev-games/irrlicht/irrlicht-1.8.4.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-games/irrlicht/irrlicht-1.8.4.ebuild b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
index 6b5499de12e2..28387a3eab48 100644
--- a/dev-games/irrlicht/irrlicht-1.8.4.ebuild
+++ b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
@@ -6,7 +6,8 @@ inherit eutils toolchain-funcs
DESCRIPTION="open source high performance realtime 3D engine written in C++"
HOMEPAGE="http://irrlicht.sourceforge.net/"
-SRC_URI="mirror://sourceforge/irrlicht/${P}.zip"
+SRC_URI="mirror://sourceforge/irrlicht/${P}.zip
+ https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
LICENSE="ZLIB"
SLOT="0"
@@ -27,11 +28,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/source/${PN^}
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch
- "${FILESDIR}"/${P}-config.patch
- "${FILESDIR}"/${P}-demoMake.patch
- "${FILESDIR}"/${P}-mesa-10.x.patch
- "${FILESDIR}"/${P}-jpeg-9a.patch )
+PATCHES=( "${WORKDIR}"/${P}-patchset/${P}-gentoo.patch
+ "${WORKDIR}"/${P}-patchset/${P}-config.patch
+ "${WORKDIR}"/${P}-patchset/${P}-demoMake.patch
+ "${WORKDIR}"/${P}-patchset/${P}-mesa-10.x.patch
+ "${WORKDIR}"/${P}-patchset/${P}-jpeg-9a.patch )
DOCS=( changes.txt readme.txt )