summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-13 21:08:01 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-13 21:40:56 +0100
commitad806778f682f6cd766327c653c460dc4534bf4e (patch)
tree5a5ffb79f5295fd78f068cce4cea2f201fe679b8 /dev-python/subunit/files
parentdev-python/subunit: Prepare for rename (diff)
downloadgentoo-ad806778f682f6cd766327c653c460dc4534bf4e.tar.gz
gentoo-ad806778f682f6cd766327c653c460dc4534bf4e.tar.bz2
gentoo-ad806778f682f6cd766327c653c460dc4534bf4e.zip
Rename dev-python/{subunit → python-subunit}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subunit/files')
-rw-r--r--dev-python/subunit/files/subunit-1.4.0-werror.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/subunit/files/subunit-1.4.0-werror.patch b/dev-python/subunit/files/subunit-1.4.0-werror.patch
deleted file mode 100644
index e64f74a655ef..000000000000
--- a/dev-python/subunit/files/subunit-1.4.0-werror.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# https://bugs.gentoo.org/744313
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,11 +4,11 @@
- m4_define([SUBUNIT_VERSION],
- m4_defn([SUBUNIT_MAJOR_VERSION]).m4_defn([SUBUNIT_MINOR_VERSION]).m4_defn([SUBUNIT_MICRO_VERSION]))
- AC_PREREQ([2.59])
- AC_INIT([subunit], [SUBUNIT_VERSION], [subunit-dev@lists.launchpad.net])
- AC_CONFIG_SRCDIR([c/lib/child.c])
--AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
-+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
- AC_CONFIG_MACRO_DIR([m4])
- [SUBUNIT_MAJOR_VERSION]=SUBUNIT_MAJOR_VERSION
- [SUBUNIT_MINOR_VERSION]=SUBUNIT_MINOR_VERSION
- [SUBUNIT_MICRO_VERSION]=SUBUNIT_MICRO_VERSION
- [SUBUNIT_VERSION]=SUBUNIT_VERSION
-@@ -26,14 +26,14 @@
- AC_PROG_LIBTOOL
- AM_PATH_PYTHON
-
- AS_IF([test "$GCC" = "yes"],
- [
-- SUBUNIT_CFLAGS="-Wall -Werror -Wextra -Wstrict-prototypes "
-+ SUBUNIT_CFLAGS="-Wall -Wextra -Wstrict-prototypes "
- SUBUNIT_CFLAGS="$SUBUNIT_CFLAGS -Wmissing-prototypes -Wwrite-strings "
- SUBUNIT_CFLAGS="$SUBUNIT_CFLAGS -Wno-variadic-macros "
-- SUBUNIT_CXXFLAGS="-Wall -Werror -Wextra -Wwrite-strings -Wno-variadic-macros"
-+ SUBUNIT_CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wno-variadic-macros"
- ])
-
- AM_CFLAGS="$SUBUNIT_CFLAGS -I\$(top_srcdir)/c/include"
- AM_CXXFLAGS="$SUBUNIT_CXXFLAGS -I\$(top_srcdir)/c/include"
- AC_SUBST(AM_CFLAGS)