[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs
From:       Allen Winter <winter () kde ! org>
Date:       2006-07-01 14:02:28
Message-ID: 1151762548.604211.22974.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 556751 by winterz:

rename "libemailfunctions" source dir to "emailfunctions"


 M  +2 -2      CMakeLists.txt  
 M  +3 -3      MAINTAINERS  
 M  +2 -2      Mainpage.dox  
 M  +1 -1      libemailfunctions/Mainpage.dox  
 M  +1 -20     libemailfunctions/tests/CMakeLists.txt  
 M  +1 -1      libemailfunctions/tests/testemail.cpp  


--- trunk/KDE/kdepimlibs/CMakeLists.txt #556750:556751
@@ -14,9 +14,9 @@
 
 
 include (ConfigureChecks.cmake)
-configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
+configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
 
-add_subdirectory(libemailfunctions)
+add_subdirectory(emailfunctions)
 
 add_subdirectory(cmake)
--- trunk/KDE/kdepimlibs/MAINTAINERS #556750:556751
@@ -1,3 +1,3 @@
-libemailfunctions  Matt Douhan <matt@fruitsalad.org>
-libkcal            Cornelius Schumacher <schumacher@kde.org>
-libktnef           Michael Goffioul <goffioul@imec.be>
+emailfunctions  Matt Douhan <matt@fruitsalad.org>
+kcal            Cornelius Schumacher <schumacher@kde.org>
+ktnef           Michael Goffioul <goffioul@imec.be>
--- trunk/KDE/kdepimlibs/Mainpage.dox #556750:556751
@@ -8,8 +8,8 @@
         * Additionally, you can subscribe or read the mailing lists for any
         * additions and/or modifications to the API.
         *
-        * - <a href="libemailfunctions/html/index.html"><b>libemailfunctions</b></a>
-        *   (<a href="libemailfunctions/html/classes.html">classes</a>)\n
+        * - <a href="emailfunctions/html/index.html"><b>emailfunctions</b></a>
+        *   (<a href="emailfunctions/html/classes.html">classes</a>)\n
         *   <i>A library for general purpose email handling.</i>
 	*
         * - <a href="libkcal/html/index.html"><b>libkcal</b></a>
--- trunk/KDE/kdepimlibs/libemailfunctions/Mainpage.dox #556750:556751
@@ -1,4 +1,4 @@
-/** @mainpage libemailfunctions
+/** @mainpage emailfunctions
 
 This library contains utility functions for dealing with email addresses.
 This includes parsing, splitting, and munging email addresses represented
--- trunk/KDE/kdepimlibs/libemailfunctions/tests/CMakeLists.txt #556750:556751
@@ -5,7 +5,7 @@
 
 ########### next target ###############
 
-set(testemail_SRCS ${libemailfunctions_SRCS} testemail.cpp )
+set(testemail_SRCS ${emailfunctions_SRCS} testemail.cpp )
 
 kde4_automoc(${testemail_SRCS})
 
@@ -16,22 +16,3 @@
 ########### install files ###############
 
 endif(KDE4_BUILD_TESTS)
-
-
-
-
-#original Makefile.am contents follow:
-
-#AM_CPPFLAGS = -I$(top_srcdir)/libemailfunctions $(all_includes)
-#LDADD = ../libemailfunctions.la $(LIB_KDECORE)
-#
-#check_PROGRAMS = testidmapper testemail
-#TESTS = testidmapper testemail
-#
-#testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-#testidmapper_SOURCES = testidmapper.cpp
-#
-#testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-#testemail_SOURCES = testemail.cpp
-#
-#METASOURCES = AUTO
--- trunk/KDE/kdepimlibs/libemailfunctions/tests/testemail.cpp #556750:556751
@@ -16,7 +16,7 @@
    Boston, MA 02110-1301, USA.
 */
 
-// Test program for libemailfunctions/email.h
+// Test program for emailfunctions/email.h
 #include "email.h"
 
 #include <kcmdlineargs.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic