diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-18 23:08:44 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-18 23:08:44 +0100 |
commit | e2ed095b96abdc83a8e7502fe6fdc9f5909386da (patch) | |
tree | f5a4b10acc71d18ed48d0f3d8da6264365ce7cc6 | |
parent | x11-libs/libva-compat: Marking stable on all arches (diff) | |
download | gentoo-e2ed095b96abdc83a8e7502fe6fdc9f5909386da.tar.gz gentoo-e2ed095b96abdc83a8e7502fe6fdc9f5909386da.tar.bz2 gentoo-e2ed095b96abdc83a8e7502fe6fdc9f5909386da.zip |
games-strategy/hedgewars: Drop obsolete patches in 1.0.0
Closes: https://github.com/gentoo/gentoo/pull/13240
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r-- | games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild (renamed from games-strategy/hedgewars/hedgewars-1.0.0.ebuild) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games-strategy/hedgewars/hedgewars-1.0.0.ebuild b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild index c98f3a05e5de..9e8d0f6b1289 100644 --- a/games-strategy/hedgewars/hedgewars-1.0.0.ebuild +++ b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild @@ -7,12 +7,10 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils xdg-utils MY_P=${PN}-src-${PV} -DEB_PATCH_VER=2 DESCRIPTION="A turn-based strategy, artillery, action and comedy game" HOMEPAGE="https://www.hedgewars.org/" -SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2 - mirror://debian/pool/main/h/${PN}/${PN}_0.9.23-dfsg-${DEB_PATCH_VER}.debian.tar.xz" +SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2" LICENSE="GPL-2 Apache-2.0 FDL-1.3" SLOT="0" @@ -70,10 +68,6 @@ BDEPEND=" S="${WORKDIR}"/${MY_P} -PATCHES=( - "${FILESDIR}"/${PN}-0.9.22-rpath-fix.patch -) - src_configure() { local mycmakeargs=( -DMINIMAL_FLAGS=ON |