diff options
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/kmuddy/Manifest | 1 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch | 84 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch | 11 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch | 30 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch | 11 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch | 29 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch | 24 | ||||
-rw-r--r-- | games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild | 37 | ||||
-rw-r--r-- | games-mud/kmuddy/metadata.xml | 12 |
9 files changed, 0 insertions, 239 deletions
diff --git a/games-mud/kmuddy/Manifest b/games-mud/kmuddy/Manifest deleted file mode 100644 index b31f47eb47fa..000000000000 --- a/games-mud/kmuddy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kmuddy-1.0.1.tar.gz 1435657 BLAKE2B e8b6926aae0beb395e0803603541dd91cf18f8b8dabe63bdd1603214489a654fe0c2c48b4009996c9522548d69767cc0ce8e59d70d335bf225449bf0176d9745 SHA512 e797db9509c3dfabbbcf829d76733cceda0be53c20dc56a7f576a1562512ab23769b668b5ed08a6363c3de81577969d89a2027492560ab1731bff8fb6f3d54a2 diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch deleted file mode 100644 index 899ec0838b85..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch +++ /dev/null @@ -1,84 +0,0 @@ ---- a/kmuddy/kmuddy.desktop -+++ b/kmuddy/kmuddy.desktop -@@ -1,6 +1,5 @@ - [Desktop Entry] - Version=1.0 --Encoding=UTF-8 - Name=KMuddy - Type=Application - Exec=kmuddy -caption "%c" %i %m ---- a/libs/kmuddyplugin.desktop -+++ b/libs/kmuddyplugin.desktop -@@ -1,6 +1,6 @@ - [Desktop Entry] --Encoding=UTF-8 - Type=ServiceType -+Name=KMuddy Plugins - X-KDE-ServiceType=KMuddy/Plugin - X-KDE-Derived=KPluginInfo - Comment=KMuddy Plugin ---- a/plugins/converter/kmuddyconverterplugin.desktop -+++ b/plugins/converter/kmuddyconverterplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Profile Converter - Comment=This plug-in converts profiles from old KMuddy versions. - ServiceTypes=KMuddy/Plugin ---- a/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop -+++ b/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop -@@ -1,6 +1,5 @@ - [Desktop Entry] - Type=Service --Comment=The standard mapper tools and views - Name=Standard - Comment=The standard mapper tools and views - ServiceTypes=KMuddy/Mapper/Plugin ---- a/plugins/scripting/kmuddyscriptingplugin.desktop -+++ b/plugins/scripting/kmuddyscriptingplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=External Scripting - Comment=Adds support for external scripting. - ServiceTypes=KMuddy/Plugin ---- a/plugins/strings/kmuddystringsplugin.desktop -+++ b/plugins/strings/kmuddystringsplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Strings - Comment=This plug-in adds many strings functions. - ServiceTypes=KMuddy/Plugin ---- a/plugins/test/kmuddytestplugin.desktop -+++ b/plugins/test/kmuddytestplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Testing Plug-in - Comment=Testing Plug-in - ServiceTypes=KMuddy/Plugin ---- a/plugins/vartrigs/kmuddyvartrigplugin.desktop -+++ b/plugins/vartrigs/kmuddyvartrigplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Variable Triggers - Comment=Adds supports for triggers that fire off variable changes. - ServiceTypes=KMuddy/Plugin ---- a/plugins/varviewer/kmuddyvarviewerplugin.desktop -+++ b/plugins/varviewer/kmuddyvarviewerplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Variable Viewer - Comment=This plug-in provides a variable viewer window. - ServiceTypes=KMuddy/Plugin ---- a/template/kmuddyplugintemplate.desktop -+++ b/template/kmuddyplugintemplate.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Plugin Template - Comment=Plugin Template - ServiceTypes=KMuddy/Plugin diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch deleted file mode 100644 index 67d2acd90c74..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:09.000000000 +0200 -+++ b/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:49.000000000 +0200 -@@ -215,7 +215,7 @@ - - // Set room properties - room->setUseDefaultCol(in_room.useDefaultCol); -- room->setColor(QColor::QColor(in_room.red,in_room.green,in_room.blue)); -+ room->setColor(QColor(in_room.red,in_room.green,in_room.blue)); - room->setLabel(label); - room->setDescription(description); - diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch deleted file mode 100644 index a198d141b10e..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch +++ /dev/null @@ -1,30 +0,0 @@ -Bug: https://bugs.gentoo.org/612760 -Commits: https://cgit.kde.org/kmuddy.git/commit/kmuddy/dialogs/dlgappsettings.cpp?id=5def190b6b3baa7502999275aac469440ec261cc - https://cgit.kde.org/kmuddy.git/commit/plugins/mapper/dialogs/dlgmappathproperties.cpp?id=0255f21b46a0f83e2e455fd2ba5c015a3b46e98a - ---- a/kmuddy/dialogs/dlgappsettings.cpp -+++ b/kmuddy/dialogs/dlgappsettings.cpp -@@ -554,7 +554,7 @@ - //page 8 - //layout ensures that the widget fills entire available space... - QHBoxLayout *keylayout = new QHBoxLayout (frmshortcuts); -- keys = new KShortcutsEditor (cActionManager::self()->getACol (), frmshortcuts, false); -+ keys = new KShortcutsEditor (cActionManager::self()->getACol (), frmshortcuts); - keylayout->addWidget (keys); - - cActionManager::self()->invokeEvent ("dialog-create", 0, "app-prefs"); ---- a/plugins/mapper/dialogs/dlgmappathproperties.cpp -+++ b/plugins/mapper/dialogs/dlgmappathproperties.cpp -@@ -242,9 +242,9 @@ - { - properties.writeEntry("SrcBeforeCommand",txtSrcBefore->text().trimmed()); - properties.writeEntry("SrcAfterCommand",txtSrcAfter->text().trimmed()); -- properties.writeEntry("SrcDir",(int)getSrcDirection(),0); -- properties.writeEntry("DestDir",(int)getDestDirection(),0); -- properties.writeEntry("SpecialExit",chkSpecial->isChecked(),false); -+ properties.writeEntry("SrcDir",(int)getSrcDirection()); -+ properties.writeEntry("DestDir",(int)getDestDirection()); -+ properties.writeEntry("SpecialExit",chkSpecial->isChecked()); - properties.writeEntry("SpecialCmdSrc",txtSpecialSrc->text().trimmed()); - - if (properties.hasKey("PathTwoWay")) diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch deleted file mode 100644 index 3a0c1b0f038b..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch +++ /dev/null @@ -1,11 +0,0 @@ -http://bugs.gentoo.org/331317 - ---- a/doc/kmuddy/index.docbook -+++ b/doc/kmuddy/index.docbook -@@ -1,5 +1,5 @@ - <?xml version="1.0" ?> --<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [ -+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kmuddy '<application>KMuddy</application>'> - <!ENTITY kapp "&kmuddy;"> - <!ENTITY % addindex "IGNORE"> diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch deleted file mode 100644 index 0d2d3f45b862..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/plugins/scripting/cunixsocket.cpp -+++ b/plugins/scripting/cunixsocket.cpp -@@ -40,12 +40,21 @@ - varlist = 0; - connected = false; - -- //first of all, we need a file name -- char *fname = tempnam ("/tmp", "km"); -- if (fname != 0) //only if it didn't fail -+ //22 = strlen(form) + strlen(/sock) + 1 -+ char form[]="/tmp/kmuddyXXXXXX", *dirname, sockname[22]; -+ dirname = mkdtemp(form); -+ -+ if (dirname != NULL) //only if it didn't fail - { -- name = fname; -- free (fname); -+ -+ strcpy(sockname, dirname); -+ strcat(dirname, "/sock"); -+ -+ name = dirname; -+ free (form); -+ free (dirname); -+ free (sockname); -+ - //now that we have the name, we create a socket and set some parameters - id = socket (PF_UNIX, SOCK_STREAM, 0); - sa.sun_family = AF_UNIX; diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch deleted file mode 100644 index 18c68c4742df..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN kmuddy-1.0.1.orig/kmuddy/CMakeLists.txt kmuddy-1.0.1/kmuddy/CMakeLists.txt ---- kmuddy-1.0.1.orig/kmuddy/CMakeLists.txt 2009-03-14 13:24:55.000000000 +0100 -+++ kmuddy-1.0.1/kmuddy/CMakeLists.txt 2012-01-01 11:40:31.000000000 +0100 -@@ -49,7 +49,7 @@ - - kde4_add_executable(kmuddy ${kmuddy_SRCS}) - --set (KMUDDY_LIBRARIES kmuddycore dialogs ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KDE3SUPPORT_LIBS}) -+set (KMUDDY_LIBRARIES kmuddycore dialogs ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KDE3SUPPORT_LIBS} z) - - if (MXP_FOUND) - set (KMUDDY_LIBRARIES ${KMUDDY_LIBRARIES} ${MXP_LIBRARIES}) -diff -ruN kmuddy-1.0.1.orig/plugins/mapper/plugins/speedwalk/CMakeLists.txt kmuddy-1.0.1/plugins/mapper/plugins/speedwalk/CMakeLists.txt ---- kmuddy-1.0.1.orig/plugins/mapper/plugins/speedwalk/CMakeLists.txt 2009-01-10 12:40:59.000000000 +0100 -+++ kmuddy-1.0.1/plugins/mapper/plugins/speedwalk/CMakeLists.txt 2012-01-01 13:15:35.000000000 +0100 -@@ -17,7 +17,7 @@ - - kde4_add_plugin(kmuddymapper_speedwalk WITH_PREFIX ${kmuddymapper_speedwalk_PART_SRCS}) - --target_link_libraries(kmuddymapper_speedwalk ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kmuddymapper ) -+target_link_libraries(kmuddymapper_speedwalk kmuddymapper kmuddycore ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ) - - install(TARGETS kmuddymapper_speedwalk DESTINATION ${PLUGIN_INSTALL_DIR} ) - diff --git a/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild b/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild deleted file mode 100644 index a1ceff0715d5..000000000000 --- a/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -QT3SUPPORT_REQUIRED="true" -KDE_LINGUAS="es" -KDE_DOC_DIRS="doc/${PN}" -KDE_HANDBOOK=optional -inherit kde4-base - -DESCRIPTION="MUD client by KDE" -HOMEPAGE="https://cgit.kde.org/kmuddy.git/" -SRC_URI="http://www.kmuddy.com/releases/stable/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DOC=( AUTHORS README CHANGELOG Scripting-HOWTO TODO DESIGN ) - -PATCHES=( - "${FILESDIR}"/${P}-{gcc,kde}45.patch - "${FILESDIR}"/${P}-underlinking.patch - "${FILESDIR}"/${P}-tempnam.patch - "${FILESDIR}"/${P}-desktopvalidation.patch - "${FILESDIR}"/${P}-gcc6.patch -) - -src_configure() { - # not in portage yet - local mycmakeargs=( - -DWITH_MXP=OFF - ) - kde4-base_src_configure -} diff --git a/games-mud/kmuddy/metadata.xml b/games-mud/kmuddy/metadata.xml deleted file mode 100644 index 9242b066b361..000000000000 --- a/games-mud/kmuddy/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -<maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> -</maintainer> -</pkgmetadata> |