]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
sip: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 13:13:25 +0000 (13:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 13:13:25 +0000 (13:13 +0000)
Nothing depends on this any longer

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
sip/patches/disable-rpaths.patch [deleted file]
sip/patches/fix-linking.patch [deleted file]
sip/patches/no-strip.patch [deleted file]
sip/sip.nm [deleted file]

diff --git a/sip/patches/disable-rpaths.patch b/sip/patches/disable-rpaths.patch
deleted file mode 100644 (file)
index 6f15c54..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/siputils.py
-+++ b/siputils.py
-@@ -737,6 +737,7 @@ class Makefile:
-         rpaths is the cannonical list of rpaths.
-         """
-         flags = []
-+        return flags
-         prefix = self.optional_string("RPATH")
-         if prefix:
diff --git a/sip/patches/fix-linking.patch b/sip/patches/fix-linking.patch
deleted file mode 100644 (file)
index b4a5fae..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/specs/linux-g++  2009/08/31 11:59:37     1.1
-+++ b/specs/linux-g++  2009/08/31 12:00:19
-@@ -53,7 +53,7 @@
- QMAKE_LFLAGS          =
- QMAKE_LFLAGS_RELEASE  =
- QMAKE_LFLAGS_DEBUG    =
--QMAKE_LFLAGS_SHLIB    = -shared
-+QMAKE_LFLAGS_SHLIB    = -shared -lpython2.7
- QMAKE_LFLAGS_PLUGIN   = $$QMAKE_LFLAGS_SHLIB
- QMAKE_LFLAGS_SONAME   = -Wl,-soname,
- QMAKE_LFLAGS_THREAD   =
diff --git a/sip/patches/no-strip.patch b/sip/patches/no-strip.patch
deleted file mode 100644 (file)
index 033b54f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: sip-4.8.2/specs/linux-g++
-===================================================================
---- sip-4.8.2.orig/specs/linux-g++
-+++ sip-4.8.2/specs/linux-g++
-@@ -83,7 +83,7 @@ QMAKE_COPY_DIR          = $(COPY) -r
- QMAKE_MOVE            = mv -f
- QMAKE_DEL_FILE                = rm -f
- QMAKE_DEL_DIR         = rmdir
--QMAKE_STRIP             = strip
-+QMAKE_STRIP             =
- QMAKE_STRIPFLAGS_LIB  += --strip-unneeded
- QMAKE_CHK_DIR_EXISTS  = test -d
- QMAKE_MKDIR           = mkdir -p
-Index: sip-4.8.2/specs/linux-lsb
-===================================================================
---- sip-4.8.2.orig/specs/linux-lsb
-+++ sip-4.8.2/specs/linux-lsb
-@@ -83,7 +83,7 @@ QMAKE_COPY_DIR          = $(COPY) -r
- QMAKE_MOVE            = mv -f
- QMAKE_DEL_FILE                = rm -f
- QMAKE_DEL_DIR         = rmdir
--QMAKE_STRIP             = strip
-+QMAKE_STRIP             =
- QMAKE_STRIPFLAGS_LIB  += --strip-unneeded
- QMAKE_CHK_DIR_EXISTS  = test -d
- QMAKE_MKDIR           = mkdir -p
diff --git a/sip/sip.nm b/sip/sip.nm
deleted file mode 100644 (file)
index 85c4be3..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = sip
-version    = %{major_ver}.%{minor_ver}.%{rev_ver}
-release    = 2
-
-major_ver  = 4
-minor_ver  = 18
-rev_ver    = 1
-
-groups     = Development/Tools
-url        = http://www.riverbankcomputing.com/software/sip/intro
-license    = GPLv2 or GPLv3
-summary    = SIP - Python/C++ Bindings Generator.
-
-description
-       SIP is a tool for generating bindings for C++ classes so that they can be \
-       accessed as normal Python classes. SIP takes many of its ideas from SWIG but, \
-       because it is specifically designed for C++ and Python, is able to generate \
-       tighter bindings. SIP is so called because it is a small SWIG.
-end
-
-source_dl  = https://sourceforge.net/projects/pyqt/files/sip/sip-%{major_ver}.%{minor_ver}.%{rev_ver}/
-sources    = %{thisapp}.tar.gz
-
-
-build
-       requires
-               gcc-c++
-               python-devel
-       end
-
-       build
-               python configure.py \
-                       CFLAGS+="%{CFLAGS}" \
-                       CXXFLAGS+="%{CXXFLAGS}" \
-                       LFLAGS+="%{LDFLAGS}"
-
-               make %{PARALLELISMFLAGS}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-
-               files += /usr/bin/sip
-
-               requires = sip
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end