diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 02:02:22 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 02:11:36 -0500 |
commit | 82af7d1ec93c45ce307b075c1628c37805fa36ec (patch) | |
tree | 59044ac5bab7170b37ffb074c1aac6c1aea83745 /games-util | |
parent | games-fps/yamagi-quake2: drop 8.01 (diff) | |
download | gentoo-82af7d1ec93c45ce307b075c1628c37805fa36ec.tar.gz gentoo-82af7d1ec93c45ce307b075c1628c37805fa36ec.tar.bz2 gentoo-82af7d1ec93c45ce307b075c1628c37805fa36ec.zip |
games-util/grfcodec: drop 6.0.6_p20210310
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild b/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild deleted file mode 100644 index cab32f9d8228..000000000000 --- a/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -COMMIT=045774dee7cab1a618a3e0d9b39bff78a12b6efa - -DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" -HOMEPAGE="https://github.com/OpenTTD/grfcodec" -SRC_URI="https://github.com/OpenTTD/grfcodec/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -RDEPEND="media-libs/libpng:0" -DEPEND="${RDEPEND} - dev-libs/boost -" - -S="${WORKDIR}/grfcodec-${COMMIT}" - -src_configure() { - local mycmakeargs=( - # Make sure we don't use git by accident. - # Build system does not care much if it's - # executed successfully and populates - # YEARS / VERSION with empty values. - -DGIT_EXECUTABLE=/bin/do-not-use-git-executable - ) - - cmake_src_configure -} - -src_install() { - dobin "${BUILD_DIR}"/{grfcodec,grfid,grfstrip,nforenum} - doman docs/*.1 - dodoc changelog.txt docs/*.txt -} |