diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-08-10 20:46:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-08-10 20:46:24 +0000 |
commit | 8c8d3fab00b956505d4ce927d325b0b617fb7bba (patch) | |
tree | d99644addd8caea085c5cf06cec2279fd6739f32 /dev-util/kdevelop/files | |
parent | add --without-des if ! use ssl. Resolve bug #59634. (Manifest recommit) (diff) | |
download | gentoo-2-8c8d3fab00b956505d4ce927d325b0b617fb7bba.tar.gz gentoo-2-8c8d3fab00b956505d4ce927d325b0b617fb7bba.tar.bz2 gentoo-2-8c8d3fab00b956505d4ce927d325b0b617fb7bba.zip |
version bump
Diffstat (limited to 'dev-util/kdevelop/files')
5 files changed, 1 insertions, 115 deletions
diff --git a/dev-util/kdevelop/files/digest-kdevelop-2.1.5 b/dev-util/kdevelop/files/digest-kdevelop-2.1.5 deleted file mode 100644 index c69aa1a731c4..000000000000 --- a/dev-util/kdevelop/files/digest-kdevelop-2.1.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8953caa03c22aabe6707ca494a0d4a41 kdevelop-2.1.5_for_KDE_3.1.tar.bz2 5792839 -MD5 5777e4d2dbfc3e6c2ba9f0ed6ea457f9 c_cpp_reference-2.0.2_for_KDE_3.0.tar.bz2 1096541 -MD5 a15d1f21ea2af5e0dd7e325a32551dfc kdevelop-2.1.3-qt-templates.tar.gz 27385 diff --git a/dev-util/kdevelop/files/digest-kdevelop-3.1.0_rc2 b/dev-util/kdevelop/files/digest-kdevelop-3.1.0_rc2 new file mode 100644 index 000000000000..8f4821b59ee2 --- /dev/null +++ b/dev-util/kdevelop/files/digest-kdevelop-3.1.0_rc2 @@ -0,0 +1 @@ +MD5 c2b51d11ac6079f9b846655ed372a077 kdevelop-3.1.0-rc2.tar.bz2 7918562 diff --git a/dev-util/kdevelop/files/digest-kdevelop-3.1_beta2 b/dev-util/kdevelop/files/digest-kdevelop-3.1_beta2 deleted file mode 100644 index b0eae544f7f1..000000000000 --- a/dev-util/kdevelop/files/digest-kdevelop-3.1_beta2 +++ /dev/null @@ -1 +0,0 @@ -MD5 097b841c2ab1f0355b056ea1a49e4da7 kdevelop-3.0.92.tar.bz2 7919450 diff --git a/dev-util/kdevelop/files/kdevelop-2.1.5-gentoo.diff b/dev-util/kdevelop/files/kdevelop-2.1.5-gentoo.diff deleted file mode 100644 index 4c00537b74dd..000000000000 --- a/dev-util/kdevelop/files/kdevelop-2.1.5-gentoo.diff +++ /dev/null @@ -1,91 +0,0 @@ ---- kdevelop/setup/wizardkdedocpage.cpp 2003-01-14 01:41:20.000000000 +0100 -+++ kdevelop/setup/wizardkdedocpage.cpp 2003-02-04 16:56:00.000000000 +0100 -@@ -39,10 +39,8 @@ - bool kde_docs_found=false; - - QStringList kde_dirs; -- kde_dirs << "/opt/kde2/share/doc/HTML/en/kdelibs" // normal dist --//!? conflict with KDE-1.x << "/opt/kde/share/doc/HTML/en/kdelibs" // normal dist -- << "/usr/share/doc/kdelibs" // Redhat 6.0 -- << "/usr/local/kde/share/doc/kdelibs" // other locations -+ kde_dirs << "/usr/kde/3.1/share/doc/HTML/en/kdelibs-apidocs" -+ << "/usr/kde/3.2/share/doc/HTML/en/kdelibs-apidocs" - << KDELIBS_DOCDIR; // autoconf said - - // first check the autoconfified path ---- kdevelop/setup/ccreatedocdatabasedlg.cpp 2002-06-07 01:45:09.000000000 +0200 -+++ kdevelop/setup/ccreatedocdatabasedlg.cpp 2003-02-04 17:32:26.000000000 +0100 -@@ -192,7 +192,7 @@ - - void CCreateDocDatabaseDlg::slotOkClicked() - { -- if(!QFile::exists(m_kdeDocDir + "/kdeui/KDialog.html") && kde_checkbox->isChecked()){ -+ if(!QFile::exists(m_kdeDocDir + "/kdeui/html/classKDialog.html") && kde_checkbox->isChecked()){ - KMessageBox::error(0,i18n("The KDE-Documentation-Path isn't set correctly."),i18n("No Database created!")); - return; - } ---- kdevelop/setup/wizardcreatekdedocpage.cpp 2002-07-18 02:38:17.000000000 +0200 -+++ kdevelop/setup/wizardcreatekdedocpage.cpp 2003-02-04 17:42:10.000000000 +0100 -@@ -65,7 +65,7 @@ - // kde_dir->mkdir(".kde/share/apps/kdevelop",false); - // kde_dir->mkdir(".kde/share/apps/kdevelop/KDE-Documentation",false); - -- if(!QFile::exists(m_pInstallState->kde + "/kdeui/KDialog.html")) { -+ if(!QFile::exists(m_pInstallState->kde + "/kdeui/html/classKDialog.html")) { - m_pInstallState->kde = docDir; - } - pDlg = new CUpdateKDEDocDlg(m_pInstallState->shell_process, docDir, m_pInstallState->qt, wdg, false, "test"); ---- kdevelop/setup/ckdevinstall.cpp 2002-07-18 02:38:17.000000000 +0200 -+++ kdevelop/setup/ckdevinstall.cpp 2003-02-04 17:43:36.000000000 +0100 -@@ -62,7 +62,7 @@ - m_config->setGroup("Doc_Location"); - QString qtDocuPath = m_config->readEntry("doc_qt", QT_DOCDIR); - QString kdeDocuPath = m_config->readEntry("doc_kde", KDELIBS_DOCDIR); -- if(!QFile::exists(kdeDocuPath + "/kdeui/KDialog.html")) -+ if(!QFile::exists(kdeDocuPath + "/kdeui/html/classKDialog.html")) - kdeDocuPath = KDELIBS_DOCDIR; - m_pInstallState = new CKDevInstallState( qtDocuPath, kdeDocuPath); - ---- kdevelop/ctags/cctags_interf.h 2001-07-23 17:38:09.000000000 +0200 -+++ kdevelop/ctags/cctags_interf.h 2003-02-04 17:55:57.000000000 +0100 -@@ -31,7 +31,7 @@ - public: - CTagsCommandLine() { // long form of arguments - m_onlyProjectFiles=false; -- m_command = "ctags"; -+ m_command = "exuberant-ctags"; - m_append = ""; //--append=no [default] - m_sort = "-u"; //--sort=no - m_totals = "--totals"; //--totals=yes ---- kdevelop/ckdevelop_project.cpp 2002-06-25 16:59:59.000000000 +0200 -+++ kdevelop/ckdevelop_project.cpp 2003-02-04 18:58:30.000000000 +0100 -@@ -1356,7 +1356,7 @@ - void CKDevelop::slotProjectMakeTags() - { - slotStatusMsg(i18n("Creating tags file...")); -- if(!CToolClass::searchInstProgram("ctags")) // no dialog -+ if(!CToolClass::searchInstProgram("exuberant-ctags")) // no dialog - { - KMessageBox::sorry(0, - i18n("KDevelop needs \"Exuberant Ctags\" \n for tags based search functionality."), ---- kdevelop/setup/wizardtoolscheckpage.cpp 2002-07-18 02:38:17.000000000 +0200 -+++ kdevelop/setup/wizardtoolscheckpage.cpp 2003-02-04 19:14:09.000000000 +0100 -@@ -59,7 +59,7 @@ - bool kpaint = CToolClass::searchInstProgram("kpaint"); - bool designer = CToolClass::searchInstProgram("designer"); - bool linguist = CToolClass::searchInstProgram("linguist"); -- bool ctags = CToolClass::searchInstProgram("ctags"); -+ bool ctags = CToolClass::searchInstProgram("exuberant-ctags"); - - m_pInstallState->make = CToolClass::searchInstProgram("make"); - m_pInstallState->gmake = CToolClass::searchInstProgram("gmake"); ---- kdevelop/doctreeview.cpp.orig 2003-12-29 16:26:45.000000000 +0100 -+++ kdevelop/doctreeview.cpp 2003-12-29 16:27:00.000000000 +0100 -@@ -826,7 +826,7 @@ - void changePathes(); - virtual void refresh(); - #if KDE_QTVER >= 3 -- void DocTreeKDELibsFolder::appendBooks(QDir dir); -+ void appendBooks(QDir dir); - #endif - }; diff --git a/dev-util/kdevelop/files/kdevelop-3.1_beta2-mutex.h.diff b/dev-util/kdevelop/files/kdevelop-3.1_beta2-mutex.h.diff deleted file mode 100644 index df7636065627..000000000000 --- a/dev-util/kdevelop/files/kdevelop-3.1_beta2-mutex.h.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- bdb/include/mutex.h.orig 2004-07-24 21:34:02.164952224 +0200 -+++ bdb/include/mutex.h 2004-07-24 21:34:37.961510320 +0200 -@@ -486,7 +486,7 @@ - int __one = 1; \ - int __r; \ - tsl_t *__l = (tsl); \ -- asm volatile (" \ -+ __asm volatile (" \ - 0: \ - lwarx %0,0,%1; \ - cmpwi %0,0; \ -@@ -621,7 +621,7 @@ - #define MUTEX_SET(tsl) ({ \ - register tsl_t *__l = (tsl); \ - int __r; \ -- asm volatile("mov $1,%%rax; lock; xchgb %1,%%al; xor $1,%%rax"\ -+ __asm volatile("mov $1,%%rax; lock; xchgb %1,%%al; xor $1,%%rax"\ - : "=&a" (__r), "=m" (*__l) \ - : "1" (*__l) \ - ); \ |