diff options
author | 2009-11-12 13:45:28 +0000 | |
---|---|---|
committer | 2009-11-12 13:45:28 +0000 | |
commit | 731f001c809dfe705298b6a41474783f84bb8c1f (patch) | |
tree | f206e9b12fa81475a5f789dc24deab26a77386f0 /dev-util/kscope/files | |
parent | old (diff) | |
download | gentoo-2-731f001c809dfe705298b6a41474783f84bb8c1f.tar.gz gentoo-2-731f001c809dfe705298b6a41474783f84bb8c1f.tar.bz2 gentoo-2-731f001c809dfe705298b6a41474783f84bb8c1f.zip |
old
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/kscope/files')
-rw-r--r-- | dev-util/kscope/files/kscope-1.6.1-desktop-entry.diff | 26 | ||||
-rw-r--r-- | dev-util/kscope/files/kscoperc | 6 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/kscope/files/kscope-1.6.1-desktop-entry.diff b/dev-util/kscope/files/kscope-1.6.1-desktop-entry.diff deleted file mode 100644 index 6d6a70facbe2..000000000000 --- a/dev-util/kscope/files/kscope-1.6.1-desktop-entry.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.am.orig 2008-01-11 15:04:58.000000000 +0100 -+++ src/Makefile.am 2008-01-11 15:05:14.000000000 +0100 -@@ -52,7 +52,7 @@ - kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI) - - # this is where the desktop file will go --shelldesktopdir = $(kde_appsdir)/Development -+shelldesktopdir = $(xdg_appsdir) - shelldesktop_DATA = kscope.desktop - - # this is where the shell's XML-GUI resource file goes ---- src/kscope.desktop.orig 2008-01-11 15:06:13.000000000 +0100 -+++ src/kscope.desktop 2008-01-11 15:06:27.000000000 +0100 -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=KScope - Exec=kscope - Icon=kscope -@@ -8,5 +7,5 @@ - Comment[fr]=Editeur de codes sources pour de gros projets en C - GenericName=Source editing environment - GenericName[fr]=Editeur de code source --Categories=Qt;KDE;Development -+Categories=Qt;KDE;Development; - diff --git a/dev-util/kscope/files/kscoperc b/dev-util/kscope/files/kscoperc deleted file mode 100644 index 8cdc832f6454..000000000000 --- a/dev-util/kscope/files/kscoperc +++ /dev/null @@ -1,6 +0,0 @@ -[Programs] -CScope=/usr/bin/cscope -CTags=/usr/bin/exuberant-ctags -Dot=/usr/bin/dot -VerboseCScope=true - |