summaryrefslogtreecommitdiff
path: root/games-emulation/mamory
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 02:54:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 02:54:28 +0100
commit2995a1ea3e0d9c72087365b0278eb7b5f7a509fd (patch)
treee640a2eca99555fab882bc502927e624ec2c0758 /games-emulation/mamory
parent3018b5a4bd4777c51e2793818305d7af2409a7fd (diff)
gentoo auto-resync : 24:07:2023 - 02:54:28
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r--games-emulation/mamory/Manifest2
-rw-r--r--games-emulation/mamory/mamory-0.2.25-r1.ebuild13
2 files changed, 7 insertions, 8 deletions
diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest
index 7f72295f06b9..fc3f4ea50ba6 100644
--- a/games-emulation/mamory/Manifest
+++ b/games-emulation/mamory/Manifest
@@ -1,3 +1,3 @@
DIST mamory-0.2.25.tar.gz 437223 BLAKE2B 2893595245ac3fde7c049448f7dc1cbe0ac24767a7efdcf22b5000154026961ef9b700844cc53d4808e7f90b5042f192d0d2a9338cb47e42d6f9d534f5946044 SHA512 d59539646fa61a3964e46123e0c8d09170f5561355e57b8c93dc89c11d99af1a2edeb60389e7f42b14f431c9c495c6ce20c70517ac4977ccaef62f0ed47f0d76
-EBUILD mamory-0.2.25-r1.ebuild 1051 BLAKE2B ddb02d41af08032313a818b8f066645f28775331a5e08f846f3b8e8c9ac797fe2959bdd528711609e30701428d42987142cb6888cc5d7fb1aca1707951ad9ad5 SHA512 b917e62eb8f075291e5e9dec9c481a60a99eb333bfc8d02e66efee9da457068e92531bd4c743df35ce0fb5133e3f8dd00e47e70e3bbc52f10657bcd65df8278f
+EBUILD mamory-0.2.25-r1.ebuild 1043 BLAKE2B e135f6ad7fd5ff3f621b0c8116db4245884fb4ec73369c5fda045653f548ff25b2363e8d04a483c43c7ee0e280fec4eb16fb17ed2b612afb3f17234ea896d8ca SHA512 6c5b1a89aae72f063530c15c6a5a67e5eb30a477f329c6de713d5eadc3326f3af13dc9c0307dca6fb47086a1bb6ea35b33170816635ce55da0624cac42466807
MISC metadata.xml 330 BLAKE2B 51833d3afcfa73aea860b33457c6f62e8bcce24421278b03a1b2ef84ea4d3e28498e76c7ba68e55f9761e8b52486cbaf94559335f5ab8b16c4b7d7fb3c015191 SHA512 099f89c6c662145f56d2beb31a1f79994da2c5d75c6961d4a4cb05847dbca6bc1f4c6af2a7f68213c7ccd8b9dbbb227cd7ccb7dc216883352db8a34d2ea30320
diff --git a/games-emulation/mamory/mamory-0.2.25-r1.ebuild b/games-emulation/mamory/mamory-0.2.25-r1.ebuild
index cccd915c6f27..a869f3eea1a9 100644
--- a/games-emulation/mamory/mamory-0.2.25-r1.ebuild
+++ b/games-emulation/mamory/mamory-0.2.25-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit autotools flag-o-matic
DESCRIPTION="ROM management tools and library"
-HOMEPAGE="http://mamory.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/mamory/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="dev-libs/expat"
RDEPEND="${DEPEND}"
@@ -40,8 +40,7 @@ src_prepare() {
src_configure() {
econf \
- --includedir=/usr/include \
- --disable-static
+ --includedir="${EPREFIX}"/usr/include
}
src_install() {