summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2022-11-26 16:14:09 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-12-09 08:53:59 +0200
commit425fdd4a020ecff998e19036cd41ddf70c56d54d (patch)
tree7da8400234204b88a52a505af7001519811535ab /app-arch/qpress/files
parentapp-arch/qpress: add 20220819 version (diff)
downloadgentoo-425fdd4a020ecff998e19036cd41ddf70c56d54d.tar.gz
gentoo-425fdd4a020ecff998e19036cd41ddf70c56d54d.tar.bz2
gentoo-425fdd4a020ecff998e19036cd41ddf70c56d54d.zip
app-arch/qpress: drop 1.1-r1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Bug: https://bugs.gentoo.org/882781 Closes: https://github.com/gentoo/gentoo/pull/28438 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/qpress/files')
-rw-r--r--app-arch/qpress/files/qpress-1.1-fix-build-system.patch7
-rw-r--r--app-arch/qpress/files/qpress-1.1-fix-includes.patch7
2 files changed, 0 insertions, 14 deletions
diff --git a/app-arch/qpress/files/qpress-1.1-fix-build-system.patch b/app-arch/qpress/files/qpress-1.1-fix-build-system.patch
deleted file mode 100644
index b6f7c0f2841b..000000000000
--- a/app-arch/qpress/files/qpress-1.1-fix-build-system.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- a/makefile
-+++ b/makefile
-@@ -1,2 +1 @@
--g++: qpress.cpp aio.cpp quicklz.c utilities.cpp
-- g++ -O3 -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread
-\ No newline at end of file
-+qpress: aio.o quicklz.o utilities.o
diff --git a/app-arch/qpress/files/qpress-1.1-fix-includes.patch b/app-arch/qpress/files/qpress-1.1-fix-includes.patch
deleted file mode 100644
index 51bfee465aa9..000000000000
--- a/app-arch/qpress/files/qpress-1.1-fix-includes.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- a/qpress.cpp
-+++ b/qpress.cpp
-@@ -1,3 +1,4 @@
-+#include <unistd.h>
- /*
- qpress - portable high-speed file archiver
- Copyright Lasse Reinhold 2006-2010