summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-05-21 00:04:57 +0300
committerJames Le Cuirot <chewi@gentoo.org>2021-06-28 23:12:44 +0100
commit789df6d85b151afd12798f37517bb7d85033de1b (patch)
treea42868fc467933ea90a563924bb0325a2ec3db7c /games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild
parentdev-perl/Mail-ListDetector: EAPI=8 bump (diff)
downloadgentoo-789df6d85b151afd12798f37517bb7d85033de1b.tar.gz
gentoo-789df6d85b151afd12798f37517bb7d85033de1b.tar.bz2
gentoo-789df6d85b151afd12798f37517bb7d85033de1b.zip
games-util/grfcodec: drop unused DEPEND, fix HOMEPAGE
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild')
-rw-r--r--games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild b/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild
index 29b89e829a39..cab32f9d8228 100644
--- a/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild
+++ b/games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild
@@ -8,18 +8,15 @@ inherit cmake
COMMIT=045774dee7cab1a618a3e0d9b39bff78a12b6efa
DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files"
-HOMEPAGE="https://dev.openttdcoop.org/projects/grfcodec"
+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"
-IUSE=""
RDEPEND="media-libs/libpng:0"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
+DEPEND="${RDEPEND}
dev-libs/boost
"