mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/amiwm: Fix implicit declaration of exit() during configure, EAPI 8
Closes: https://bugs.gentoo.org/913625 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST amiwm-0.22.01_p20200826.tar.gz 153787 BLAKE2B eebd61436bff6c063c0946f61632f5a56ba01d62f01e2761de62fed1c2c5049a191dbbaf836ac0b0771b38a84dc6f52a40ee53b9c73666855cfe03b6a829f9a8 SHA512 a4329eb8ea98b631611a6e069f27a6c640bfac94aa5a2c3591c9c35c4b08ea6f123fadcd56597353b27ec67bc079e8268e1b700fe85c0d545c9bb93439362c1b
|
||||
DIST amiwm-0.22.01_p20230904.tar.gz 153778 BLAKE2B 406ebf1ab584c60785c1a56fc367178012aab3166e74825b53e89a0c450263b724a8d1e927b20aab0321b987d0aa5792b0c9e36c66a55b40824e5d91664ecba8 SHA512 a3e385d966d96a84b6a044e489a7cfe0365672eaec7cc3d678cca2d1ebbb625f47beba9373d3361e94f82584bf3f423d9d9b606a7617f8c9d08953c0c9652e1b
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
COMMIT="8b8c956a904fa73edb02d4dc6d45bc0358bff3b3"
|
||||
COMMIT="de6456b0aeca16243ed4c54fdc241be746274bcd"
|
||||
DESCRIPTION="Amiga Workbench inspired window manager for Xorg"
|
||||
HOMEPAGE="https://github.com/redsPL/amiwm"
|
||||
HOMEPAGE="https://github.com/sdomi/amiwm"
|
||||
SRC_URI="https://github.com/chewi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="amiwm"
|
||||
@@ -5,9 +5,12 @@
|
||||
<email>chewi@gentoo.org</email>
|
||||
<name>James Le Cuirot</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sdomi/amiwm</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
amiwm is an X window manager that tries to make your display look and
|
||||
feel like an Amiga Workbench screen. It is fully functional and can do
|
||||
all the usual window manager stuff, like moving and resizing windows.
|
||||
</longdescription>
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user