summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdebase-starttde
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-12-30 20:41:23 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2023-12-31 08:15:09 +0000
commit187e714ba6c40fa9bd349eafa410b8ea9aa555bd (patch)
treef66caf460bdc57365b698c074716e1f504543dc1 /trinity-base/tdebase-starttde
parenteee783cd589b3d93ab7457f73935f885bab1ad87 (diff)
downloadtde-packaging-gentoo-187e714ba6c40fa9bd349eafa410b8ea9aa555bd.tar.gz
tde-packaging-gentoo-187e714ba6c40fa9bd349eafa410b8ea9aa555bd.zip
Removing unused patches
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdebase-starttde')
-rw-r--r--trinity-base/tdebase-starttde/files/tdebase-starttde-14-gentoo.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/trinity-base/tdebase-starttde/files/tdebase-starttde-14-gentoo.patch b/trinity-base/tdebase-starttde/files/tdebase-starttde-14-gentoo.patch
deleted file mode 100644
index 8d91f88c..00000000
--- a/trinity-base/tdebase-starttde/files/tdebase-starttde-14-gentoo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- starttde 2019-01-27 13:01:05.443907841 +0300
-+++ starttde.gentoo 2019-01-27 13:01:48.203621371 +0300
-@@ -178,7 +178,7 @@
-
- # Modify the following environment variables only as necessary.
-
-- if ! is_in_path PATH "$TDEDIR/games" ; then
-+# if ! is_in_path PATH "$TDEDIR/games" ; then
- # Respect the traditional path order. Don't blindly place $TDEDIR/games
- # first in the path. Only place $TDEDIR/games before /usr/games. If packagers
- # are adding $TDEDIR/games elsewhere, then they need to ensure the traditional
-@@ -190,9 +190,9 @@
- else
- export PATH=$TDEDIR/games:$PATH
- fi
-- fi
-+# fi
-
-- if ! is_in_path PATH "$TDEDIR/bin" ]; then
-+# if ! is_in_path PATH "$TDEDIR/bin" ]; then
- # Respect the traditional path order. Don't blindly place $TDEDIR/bin
- # first in the path. Only place $TDEDIR/bin before /usr/bin. This order is
- # consistent with tdelibs/tdesu/stub.cpp. If packagers are adding $TDEDIR/bin
-@@ -204,7 +204,7 @@
- else
- export PATH=$TDEDIR/bin:$PATH
- fi
-- fi
-+# fi
-
- if [ -x /usr/bin/manpath ]; then
- if [ "`manpath 2>/dev/null | grep \"$TDEDIR/share/man\"`" = "" ]; then