summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2022-10-06 21:11:26 +0100
committerSam James <sam@gentoo.org>2022-10-07 11:26:36 +0100
commitd20da82c02b66acbed7bf42e21126379c13934ac (patch)
treefcb85153c216bfda7f8780c19771e7fd24155957 /sys-devel/gnuconfig
parentsci-astronomy/kstars: drop 3.5.5 (diff)
downloadgentoo-d20da82c02b66acbed7bf42e21126379c13934ac.tar.gz
gentoo-d20da82c02b66acbed7bf42e21126379c13934ac.tar.bz2
gentoo-d20da82c02b66acbed7bf42e21126379c13934ac.zip
sys-devel/gnuconfig: drop obsolete 0001-add-ps2-targets-to-config.sub.patch
This patch is no longer required for modern PS2 Linux and I can't find another reason to keep this patch hanging around so it should be dropped. Closes: https://bugs.gentoo.org/851045 Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r--sys-devel/gnuconfig/gnuconfig-99999999.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
index 3c5c54ade825..efbb8b28b5db 100644
--- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
+++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
@@ -26,8 +26,6 @@ maint_pkg_create() {
local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
- cp "${FILESDIR}"/${PV}/*.patch . || die
-
local tar="${T}/gnuconfig-${ver}.tar.xz"
tar -Jcf "${tar}" ./* || die "creating tar failed"
einfo "Packaged tar now available:"
@@ -43,12 +41,6 @@ src_unpack() {
fi
}
-src_prepare() {
- default
-
- eapply "${S}"/*.patch
-}
-
src_test() {
emake check
}