dev-cpp/ETL: bump to v1.4.2
This commit is contained in:
28
dev-cpp/ETL/ETL-1.4.2.ebuild
Normal file
28
dev-cpp/ETL/ETL-1.4.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
DESCRIPTION="ETL is a multi-platform class and template library"
|
||||||
|
HOMEPAGE="http://synfig.org"
|
||||||
|
SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}"/${PN}-1.4.1-fix-gcc-flags.patch
|
||||||
|
)
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
@@ -1 +1,2 @@
|
|||||||
DIST ETL-1.4.1.tar.gz 275770 BLAKE2B 5bfe7ff236c2d6b840eb65dc418d010bf36b6c64390bbc06c6c60462d217e28d1a24330dfc05f8ae3478173f8b4bb50b16b671f26ce02c8eaac20b4ef06bb961 SHA512 f40fdf7a15c77542942ed39a1bed4cdaf9d1fe9c50b10b42108d13cbc53827c90aa5fb68c8784ec3f47eb2c806e1c7beb98d55a1dd9e0afe7b480aafd27990ac
|
DIST ETL-1.4.1.tar.gz 275770 BLAKE2B 5bfe7ff236c2d6b840eb65dc418d010bf36b6c64390bbc06c6c60462d217e28d1a24330dfc05f8ae3478173f8b4bb50b16b671f26ce02c8eaac20b4ef06bb961 SHA512 f40fdf7a15c77542942ed39a1bed4cdaf9d1fe9c50b10b42108d13cbc53827c90aa5fb68c8784ec3f47eb2c806e1c7beb98d55a1dd9e0afe7b480aafd27990ac
|
||||||
|
DIST ETL-1.4.2.tar.gz 273617 BLAKE2B 87ae25a3e203f7778f8a5c59fa2da52cf782925f076df0ed6bfe819b43025430512c991b6f42caefb16f237285153daff614dfe02d948987a2192167f87ce427 SHA512 9a6f5adc784396a12ca020440658167e719509ace37b4059beb2376f426902b4b90adfef1f337bd1a376416bc6c34232929229d61ed527b5d8a8e3ee831d5120
|
||||||
|
|||||||
Reference in New Issue
Block a user