diff options
author | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:53 +0200 |
commit | 26b0c28d7935b167ef189f259e1124266e6e9ea5 (patch) | |
tree | 2a8c06d32d5e8a6b26075de9448296baad66a346 /sys-apps/vbetool | |
parent | sci-astronomy/cdsclient: update EAPI 6 -> 8 (diff) | |
download | gentoo-26b0c28d7935b167ef189f259e1124266e6e9ea5.tar.gz gentoo-26b0c28d7935b167ef189f259e1124266e6e9ea5.tar.bz2 gentoo-26b0c28d7935b167ef189f259e1124266e6e9ea5.zip |
sys-apps/vbetool: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r-- | sys-apps/vbetool/files/vbetool-1.0-build.patch | 14 | ||||
-rw-r--r-- | sys-apps/vbetool/vbetool-1.1-r1.ebuild (renamed from sys-apps/vbetool/vbetool-1.1.ebuild) | 7 |
2 files changed, 9 insertions, 12 deletions
diff --git a/sys-apps/vbetool/files/vbetool-1.0-build.patch b/sys-apps/vbetool/files/vbetool-1.0-build.patch index 69d2f7b341ba..d0b239146184 100644 --- a/sys-apps/vbetool/files/vbetool-1.0-build.patch +++ b/sys-apps/vbetool/files/vbetool-1.0-build.patch @@ -1,8 +1,6 @@ -Index: vbetool-1.0/Makefile.am -=================================================================== ---- vbetool-1.0.orig/Makefile.am -+++ vbetool-1.0/Makefile.am -@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,7 +2,7 @@ sbin_PROGRAMS = vbetool @@ -11,8 +9,10 @@ Index: vbetool-1.0/Makefile.am man_MANS = vbetool.1 vbetool_SOURCES = vbetool.c $(x86) -@@ -14,4 +14,3 @@ maintainer-clean-local: +@@ -13,5 +13,4 @@ + maintainer-clean-local: $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure - AM_CFLAGS = -g -Wall -pedantic -std=gnu99 +-AM_CFLAGS = -g -Wall -pedantic -std=gnu99 -AM_LDFLAGS = -lz -lx86 ++AM_CFLAGS = -Wall -pedantic -std=gnu99 diff --git a/sys-apps/vbetool/vbetool-1.1.ebuild b/sys-apps/vbetool/vbetool-1.1-r1.ebuild index 6001b998a371..e6dc1e224d99 100644 --- a/sys-apps/vbetool/vbetool-1.1.ebuild +++ b/sys-apps/vbetool/vbetool-1.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -12,7 +12,6 @@ SRC_URI="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" sys-libs/zlib @@ -24,8 +23,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.0-build.patch ) src_prepare() { default - - eaclocal # temp fix for #439614 eautoreconf } |