diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-27 22:18:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 13:26:10 +0100 |
commit | 25e0de4fef307f2fe994cc663f976f33c095b534 (patch) | |
tree | 5a747ced5b7e39698442f706b56756fcb0d87073 /games-kids | |
parent | games-engines/openxcom: Drop 1.0.0_p20180317 (r0) (diff) | |
download | gentoo-25e0de4fef307f2fe994cc663f976f33c095b534.tar.gz gentoo-25e0de4fef307f2fe994cc663f976f33c095b534.tar.bz2 gentoo-25e0de4fef307f2fe994cc663f976f33c095b534.zip |
games-kids/memonix: EAPI-7 bump, cmake.eclass, https, drop eutils
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/memonix/memonix-1.6-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-kids/memonix/memonix-1.6-r1.ebuild b/games-kids/memonix/memonix-1.6-r1.ebuild index 72187823716e..cd3307ffbefe 100644 --- a/games-kids/memonix/memonix-1.6-r1.ebuild +++ b/games-kids/memonix/memonix-1.6-r1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit cmake-utils eutils +EAPI=7 + +inherit cmake desktop DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack" -HOMEPAGE="http://www.viewizard.com/memonix/" +HOMEPAGE="https://www.viewizard.com/memonix/" SRC_URI="http://www.viewizard.com/download/${PN}_${PV}_src.tar.bz2" LICENSE="GPL-3" |