diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest index bb187789095d3..b5f95b4583331 100644 --- a/app-misc/mc/Manifest +++ b/app-misc/mc/Manifest @@ -1,2 +1,2 @@ DIST mc-4.8.24.tar.xz 2434988 BLAKE2B 18bd730d5bfbad19fa5e70fb578cf587a3df8da33885543b3d316548ac0d29bd67e4683d32b2751471e148e89390c7658edb622fd741eae054b7fae774996b60 SHA512 ec9e40198455e7001bb1d06ea060b9b4c32ad3a3750d0cc9bac334b53eb666df1746335bfcd411213fa4386b23e516f6026fe3d74ad9119b2340b26c63ccd4fc -DIST mc-4.8.25_rc1.tar.xz 2487732 BLAKE2B 18bbff9e44bdd2996e5e4dc44389167a90798bc03098850f3df70b8451951e95f66fdd58416e9f44289e072729d4217be7ecf20e65fb4f507e44669d76c13589 SHA512 61e21d905dd28ea732d62c75cb5a18e67f90c7c85376ceb2240089ff7b5d724bcf2cb7de4d89709a44b795cdcbbf123648a302552bd370972e23f0967a3a1353 +DIST mc-4.8.25.tar.xz 2488324 BLAKE2B 47047c85fbe3ce1c54b9a3477c35fb05d76b3688205bfd13db03844bb9d8b3e74498ef4d6b449cfcf79c0188687accd93602274b7e8c0cbffc5247d433e33272 SHA512 51913fd41df18b49498b97ad8e13aa4365cec24ab24169b1abe93209263e4cfea4b52e0faccaf934182c84e8eb5dc49336c885358b4b66c48d38900f890fde5e diff --git a/app-misc/mc/mc-4.8.25_rc1.ebuild b/app-misc/mc/mc-4.8.25.ebuild similarity index 93% rename from app-misc/mc/mc-4.8.25_rc1.ebuild rename to app-misc/mc/mc-4.8.25.ebuild index 563e47b602e1e..f2506e57245a2 100644 --- a/app-misc/mc/mc-4.8.25_rc1.ebuild +++ b/app-misc/mc/mc-4.8.25.ebuild @@ -3,12 +3,13 @@ EAPI=7 -inherit flag-o-matic vcs-snapshot +inherit flag-o-matic + +MY_P=${P/_/-} DESCRIPTION="GNU Midnight Commander is a text based file manager" HOMEPAGE="https://www.midnight-commander.org" -#SRC_URI="http://ftp.midnight-commander.org/${P}.tar.xz" -SRC_URI="https://www.midnight-commander.org/nopaste/tarball/mc-4.8.24-163-g171957980.tar.xz -> ${P}.tar.xz" +SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" @@ -39,6 +40,8 @@ DEPEND="${RDEPEND} RESTRICT="!test? ( test )" +S=${WORKDIR}/${MY_P} + pkg_pretend() { if use slang && use unicode ; then ewarn "\"unicode\" USE flag only takes effect when the \"slang\" USE flag is disabled."