diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 14:53:16 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 14:53:16 +0000 |
commit | be00485ea8d1f3cd5028d5b8eae13fdf571d0820 (patch) | |
tree | 8b8d4a3e14bddef64d5962b9033cd72b115e0eba /gnustep-apps/projectmanager | |
parent | fix typo in deps (diff) | |
download | gentoo-2-be00485ea8d1f3cd5028d5b8eae13fdf571d0820.tar.gz gentoo-2-be00485ea8d1f3cd5028d5b8eae13fdf571d0820.tar.bz2 gentoo-2-be00485ea8d1f3cd5028d5b8eae13fdf571d0820.zip |
Replace headers patches with cleaner one from Debian, fixes bug #331431 at the same time
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/projectmanager')
5 files changed, 331 insertions, 70 deletions
diff --git a/gnustep-apps/projectmanager/ChangeLog b/gnustep-apps/projectmanager/ChangeLog index be7376e2d63e..46ca2268ba11 100644 --- a/gnustep-apps/projectmanager/ChangeLog +++ b/gnustep-apps/projectmanager/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-apps/projectmanager -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectmanager/ChangeLog,v 1.6 2008/03/08 13:42:12 coldwind Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectmanager/ChangeLog,v 1.7 2010/08/20 14:53:15 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + projectmanager-0.2.ebuild, + -files/projectmanager-0.2-gnustep-base1.15.patch, + -files/projectmanager-0.2-gui12.patch, + +files/projectmanager-0.2-missing_includes.patch: + Replace headers patches with cleaner one from Debian, fixes bug #331431 at + the same time 08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> projectmanager-0.2.ebuild: diff --git a/gnustep-apps/projectmanager/files/projectmanager-0.2-gnustep-base1.15.patch b/gnustep-apps/projectmanager/files/projectmanager-0.2-gnustep-base1.15.patch deleted file mode 100644 index b31a7546045e..000000000000 --- a/gnustep-apps/projectmanager/files/projectmanager-0.2-gnustep-base1.15.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- ProjectManager-0.2/EditorRulerView.m.orig 2007-12-10 11:17:35.000000000 +0100 -+++ ProjectManager-0.2/EditorRulerView.m 2007-12-10 11:20:18.000000000 +0100 -@@ -23,6 +23,7 @@ - - #import "EditorRulerView.h" - -+#import <AppKit/NSAttributedString.h> - #import <AppKit/NSColor.h> - #import <AppKit/NSEvent.h> - #import <AppKit/NSFont.h> ---- ProjectManager-0.2/SourceEditorDocument.m.orig 2007-12-10 11:21:49.000000000 +0100 -+++ ProjectManager-0.2/SourceEditorDocument.m 2007-12-10 11:22:11.000000000 +0100 -@@ -33,6 +33,7 @@ - #import <Foundation/NSUserDefaults.h> - #import <Foundation/NSValue.h> - -+#import <AppKit/NSAttributedString.h> - #import <AppKit/NSFont.h> - #import <AppKit/NSImage.h> - #import <AppKit/NSLayoutManager.h> ---- ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m.orig 2007-12-10 11:25:00.000000000 +0100 -+++ ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m 2007-12-10 11:25:18.000000000 +0100 -@@ -30,6 +30,7 @@ - #import <Foundation/NSTask.h> - #import <Foundation/NSUserDefaults.h> - -+#import <AppKit/NSAttributedString.h> - #import <AppKit/NSButton.h> - #import <AppKit/NSCell.h> - #import <AppKit/NSDocumentController.h> diff --git a/gnustep-apps/projectmanager/files/projectmanager-0.2-gui12.patch b/gnustep-apps/projectmanager/files/projectmanager-0.2-gui12.patch deleted file mode 100644 index a69ccff5a859..000000000000 --- a/gnustep-apps/projectmanager/files/projectmanager-0.2-gui12.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Naur pmanager-0.2.orig/ProjectManager-0.2/Controller.m pmanager-0.2/ProjectManager-0.2/Controller.m ---- pmanager-0.2.orig/ProjectManager-0.2/Controller.m 2007-06-30 09:36:45.000000000 +0200 -+++ pmanager-0.2/ProjectManager-0.2/Controller.m 2007-06-30 09:37:17.000000000 +0200 -@@ -29,6 +29,8 @@ - #import <Foundation/NSFileManager.h> - #import <Foundation/NSUserDefaults.h> - #import <Foundation/NSNotification.h> -+#import <Foundation/NSError.h> -+#import <Foundation/NSDebug.h> - - #import <AppKit/NSOpenPanel.h> - #import <AppKit/NSView.h> -diff -Naur pmanager-0.2.orig/ProjectManager-0.2/ProjectCreator.m pmanager-0.2/ProjectManager-0.2/ProjectCreator.m ---- pmanager-0.2.orig/ProjectManager-0.2/ProjectCreator.m 2007-06-30 09:36:45.000000000 +0200 -+++ pmanager-0.2/ProjectManager-0.2/ProjectCreator.m 2007-06-30 09:37:26.000000000 +0200 -@@ -27,6 +27,7 @@ - #import <Foundation/NSUserDefaults.h> - #import <Foundation/NSNotification.h> - #import <Foundation/NSError.h> -+#import <Foundation/NSProcessInfo.h> - - #import <AppKit/NSOpenPanel.h> - #import <AppKit/NSView.h> -diff -Naur pmanager-0.2.orig/ProjectManager-0.2/ProjectDocument.m pmanager-0.2/ProjectManager-0.2/ProjectDocument.m ---- pmanager-0.2.orig/ProjectManager-0.2/ProjectDocument.m 2007-06-30 09:36:45.000000000 +0200 -+++ pmanager-0.2/ProjectManager-0.2/ProjectDocument.m 2007-06-30 09:37:38.000000000 +0200 -@@ -28,6 +28,7 @@ - #import <Foundation/NSDictionary.h> - #import <Foundation/NSUserDefaults.h> - #import <Foundation/NSProcessInfo.h> -+#import <Foundation/NSError.h> - - #import <AppKit/NSWorkspace.h> - #import <AppKit/NSDocumentController.h> diff --git a/gnustep-apps/projectmanager/files/projectmanager-0.2-missing_includes.patch b/gnustep-apps/projectmanager/files/projectmanager-0.2-missing_includes.patch new file mode 100644 index 000000000000..e6e8d864ccc5 --- /dev/null +++ b/gnustep-apps/projectmanager/files/projectmanager-0.2-missing_includes.patch @@ -0,0 +1,317 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_missing_includes.dpatch by Yavor Doganov <yavor@gnu.org> +## +## DP: Fixes to build with recent GNUstep Base and GNUstep Make. + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/Controller.m projectmanager.app-0.2/ProjectManager-0.2/Controller.m +--- projectmanager.app-0.2~/ProjectManager-0.2/Controller.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/Controller.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,21 +23,7 @@ + + #import "Controller.h" + +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSSortDescriptor.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSFileManager.h> +-#import <Foundation/NSUserDefaults.h> +-#import <Foundation/NSNotification.h> +- +-#import <AppKit/NSOpenPanel.h> +-#import <AppKit/NSView.h> +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSTextField.h> +-#import <AppKit/NSDocumentController.h> +-#import <AppKit/NSMenu.h> +-#import <AppKit/NSMenuItem.h> +-#import <AppKit/NSApplication.h> ++#import <AppKit/AppKit.h> + + #import "Preferences.h" + #import "ProjectCreator.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/EditorRulerView.m projectmanager.app-0.2/ProjectManager-0.2/EditorRulerView.m +--- projectmanager.app-0.2~/ProjectManager-0.2/EditorRulerView.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/EditorRulerView.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,17 +23,7 @@ + + #import "EditorRulerView.h" + +-#import <AppKit/NSColor.h> +-#import <AppKit/NSEvent.h> +-#import <AppKit/NSFont.h> +-#import <AppKit/NSGraphics.h> +-#import <AppKit/NSScrollView.h> +-#import <AppKit/NSStringDrawing.h> +-#import <AppKit/NSWindow.h> +-#import <AppKit/PSOperators.h> +- +-#import <Foundation/NSKeyedArchiver.h> +-#import <Foundation/NSUserDefaults.h> ++#import <AppKit/AppKit.h> + + #import "EditorTextView.h" + +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/Preferences.m projectmanager.app-0.2/ProjectManager-0.2/Preferences.m +--- projectmanager.app-0.2~/ProjectManager-0.2/Preferences.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/Preferences.m 2010-05-21 12:25:18.000000000 +0300 +@@ -22,15 +22,7 @@ + + #import "Preferences.h" + +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSArray.h> +-#import <Foundation/NSDictionary.h> +- +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSBox.h> +-#import <AppKit/NSPopUpButton.h> +-#import <AppKit/NSPanel.h> ++#import <AppKit/AppKit.h> + + #import "PreferencesModule.h" + +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectCreator.m projectmanager.app-0.2/ProjectManager-0.2/ProjectCreator.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectCreator.m 2010-05-21 12:25:17.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectCreator.m 2010-05-21 12:25:18.000000000 +0300 +@@ -20,27 +20,7 @@ + + #import "ProjectCreator.h" + +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSSortDescriptor.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSFileManager.h> +-#import <Foundation/NSUserDefaults.h> +-#import <Foundation/NSNotification.h> +-#import <Foundation/NSError.h> +- +-#import <AppKit/NSOpenPanel.h> +-#import <AppKit/NSView.h> +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSTextField.h> +-#import <AppKit/NSDocumentController.h> +-#import <AppKit/NSMenu.h> +-#import <AppKit/NSMenuItem.h> +-#import <AppKit/NSApplication.h> +-#import <AppKit/NSForm.h> +-#import <AppKit/NSFormCell.h> +-#import <AppKit/NSScrollView.h> +-#import <AppKit/NSButton.h> +-#import <AppKit/NSOutlineView.h> ++#import <AppKit/AppKit.h> + + #import <../WizardKit-0.1/WizardKit.h> + +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectDocument.m projectmanager.app-0.2/ProjectManager-0.2/ProjectDocument.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectDocument.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectDocument.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,18 +23,7 @@ + + #import "ProjectDocument.h" + +-#import <Foundation/NSString.h> +-#import <Foundation/NSArray.h> +-#import <Foundation/NSDictionary.h> +-#import <Foundation/NSUserDefaults.h> +-#import <Foundation/NSProcessInfo.h> +- +-#import <AppKit/NSWorkspace.h> +-#import <AppKit/NSDocumentController.h> +-#import <AppKit/NSImage.h> +-#import <AppKit/NSPanel.h> +-#import <AppKit/NSOpenPanel.h> +-#import <AppKit/NSButton.h> ++#import <AppKit/AppKit.h> + + #import "SourceEditorDocument.h" + #import "ProjectWindowController.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/FileManager/ProjectImageView.m projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/FileManager/ProjectImageView.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/FileManager/ProjectImageView.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/FileManager/ProjectImageView.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,13 +23,7 @@ + + #import "ProjectImageView.h" + +-#import <Foundation/NSArray.h> +- +-#import <AppKit/NSEvent.h> +-#import <AppKit/NSPasteboard.h> +-#import <AppKit/NSWindow.h> +-#import <AppKit/NSDragging.h> +-#import <AppKit/NSImage.h> ++#import <AppKit/AppKit.h> + + #import "FileManager.h" + #import "FileManagerDelegate.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,30 +23,7 @@ + + #import "GNUstepAppLauncher.h" + +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSException.h> +-#import <Foundation/NSFileHandle.h> +-#import <Foundation/NSNotification.h> +-#import <Foundation/NSProcessInfo.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSTask.h> +- +-#import <AppKit/NSColor.h> +-#import <AppKit/NSFont.h> +-#import <AppKit/NSFormCell.h> +-#import <AppKit/NSForm.h> +-#import <AppKit/NSImage.h> +-#import <AppKit/NSMenuItem.h> +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSOpenPanel.h> +-#import <AppKit/NSPopUpButton.h> +-#import <AppKit/NSTableColumn.h> +-#import <AppKit/NSTableView.h> +-#import <AppKit/NSTextStorage.h> +-#import <AppKit/NSTextView.h> +-#import <AppKit/NSWindow+Toolbar.h> +-#import <AppKit/NSToolbar.h> +-#import <AppKit/NSToolbarItem.h> ++#import <AppKit/AppKit.h> + + #import "GNUstepAppLauncherDelegate.h" + +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/MakeBuilder/MakeBuilder.m 2010-05-21 12:25:18.000000000 +0300 +@@ -22,31 +22,7 @@ + + #import "MakeBuilder.h" + +-#import <Foundation/NSArray.h> +-#import <Foundation/NSException.h> +-#import <Foundation/NSFileHandle.h> +-#import <Foundation/NSNotification.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSTask.h> +-#import <Foundation/NSUserDefaults.h> +- +-#import <AppKit/NSButton.h> +-#import <AppKit/NSCell.h> +-#import <AppKit/NSDocumentController.h> +-#import <AppKit/NSImage.h> +-#import <AppKit/NSMatrix.h> +-#import <AppKit/NSMenuItem.h> +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSPanel.h> +-#import <AppKit/NSPopUpButton.h> +-#import <AppKit/NSScroller.h> +-#import <AppKit/NSScrollView.h> +-#import <AppKit/NSTableColumn.h> +-#import <AppKit/NSTableView.h> +-#import <AppKit/NSToolbar.h> +-#import <AppKit/NSToolbarItem.h> +-#import <AppKit/NSView.h> +-#import <AppKit/NSWindow+Toolbar.h> ++#import <AppKit/AppKit.h> + + #import "MakeBuilderDelegate.h" + #import "../../ProjectDocument.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/SubprojectsManager/SubprojectsManager.m projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/SubprojectsManager/SubprojectsManager.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectModules/SubprojectsManager/SubprojectsManager.m 2006-07-09 17:11:42.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectModules/SubprojectsManager/SubprojectsManager.m 2010-05-21 12:27:49.000000000 +0300 +@@ -23,22 +23,7 @@ + + #import "SubprojectsManager.h" + +-#import <Foundation/NSArray.h> +-#import <Foundation/NSDictionary.h> +-#import <Foundation/NSError.h> +-#import <Foundation/NSFileManager.h> +-#import <Foundation/NSNotification.h> +-#import <Foundation/NSSortDescriptor.h> +- +-#import <AppKit/NSDocumentController.h> +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSOpenPanel.h> +-#import <AppKit/NSPanel.h> +-#import <AppKit/NSTableColumn.h> +-#import <AppKit/NSOutlineView.h> +-#import <AppKit/NSToolbarItem.h> +-#import <AppKit/NSView.h> +-#import <AppKit/NSWindow.h> ++#import <AppKit/AppKit.h> + + #import "../../NSImageAdditions.h" + #import "../../ProjectDocument.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectTypes/Application/ApplicationTypeAttributes.m projectmanager.app-0.2/ProjectManager-0.2/ProjectTypes/Application/ApplicationTypeAttributes.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectTypes/Application/ApplicationTypeAttributes.m 2006-07-09 17:11:43.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectTypes/Application/ApplicationTypeAttributes.m 2010-05-21 12:26:59.000000000 +0300 +@@ -23,12 +23,7 @@ + + #import "ApplicationTypeAttributes.h" + +-#import <Foundation/NSString.h> +- +-#import <AppKit/NSNibLoading.h> +-#import <AppKit/NSTextField.h> +-#import <AppKit/NSTableView.h> +-#import <AppKit/NSImageView.h> ++#import <AppKit/AppKit.h> + + #import "../../ProjectDocument.h" + +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/ProjectWindowController.m projectmanager.app-0.2/ProjectManager-0.2/ProjectWindowController.m +--- projectmanager.app-0.2~/ProjectManager-0.2/ProjectWindowController.m 2010-05-21 12:25:06.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/ProjectWindowController.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,20 +23,7 @@ + + #import "ProjectWindowController.h" + +-#import <AppKit/NSImage.h> +-#import <AppKit/NSWindow.h> +-#import <AppKit/NSWindow+Toolbar.h> +-#import <AppKit/NSToolbar.h> +-#import <AppKit/NSToolbarItem.h> +-#import <AppKit/NSBox.h> +-#import <AppKit/NSPopUpButton.h> +-#import <AppKit/NSScrollView.h> +-#import <AppKit/NSTextView.h> +-#import <AppKit/NSTextStorage.h> +- +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSException.h> +-#import <Foundation/NSNotification.h> ++#import <AppKit/AppKit.h> + + #import "ProjectDocument.h" + #import "ProjectModule.h" +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectmanager.app-0.2~/ProjectManager-0.2/SourceEditorDocument.m projectmanager.app-0.2/ProjectManager-0.2/SourceEditorDocument.m +--- projectmanager.app-0.2~/ProjectManager-0.2/SourceEditorDocument.m 2010-05-21 12:25:17.000000000 +0300 ++++ projectmanager.app-0.2/ProjectManager-0.2/SourceEditorDocument.m 2010-05-21 12:25:18.000000000 +0300 +@@ -23,25 +23,7 @@ + + #import "SourceEditorDocument.h" + +-#import <Foundation/NSKeyedArchiver.h> +-#import <Foundation/NSBundle.h> +-#import <Foundation/NSFileHandle.h> +-#import <Foundation/NSIndexSet.h> +-#import <Foundation/NSKeyValueCoding.h> +-#import <Foundation/NSString.h> +-#import <Foundation/NSTask.h> +-#import <Foundation/NSUserDefaults.h> +-#import <Foundation/NSValue.h> +- +-#import <AppKit/NSFont.h> +-#import <AppKit/NSImage.h> +-#import <AppKit/NSLayoutManager.h> +-#import <AppKit/NSPanel.h> +-#import <AppKit/NSParagraphStyle.h> +-#import <AppKit/NSRulerView.h> +-#import <AppKit/NSScrollView.h> +-#import <AppKit/NSTextStorage.h> +-#import <AppKit/NSTextView.h> ++#import <AppKit/AppKit.h> + + #import <../HighlighterKit-0.1/HighlighterKit.h> + diff --git a/gnustep-apps/projectmanager/projectmanager-0.2.ebuild b/gnustep-apps/projectmanager/projectmanager-0.2.ebuild index 79a65d886556..705a7bf141bc 100644 --- a/gnustep-apps/projectmanager/projectmanager-0.2.ebuild +++ b/gnustep-apps/projectmanager/projectmanager-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectmanager/projectmanager-0.2.ebuild,v 1.5 2008/03/08 13:42:12 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectmanager/projectmanager-0.2.ebuild,v 1.6 2010/08/20 14:53:15 voyageur Exp $ inherit gnustep-2 @@ -14,6 +14,7 @@ SRC_URI="http://download.gna.org/pmanager/${PV}/${MY_PN}-${PV}.tar.bz2" KEYWORDS="amd64 ppc x86" LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="gnustep-apps/keyarcher gnustep-apps/plconv @@ -25,7 +26,6 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-gui12.patch + epatch "${FILESDIR}"/${P}-missing_includes.patch epatch "${FILESDIR}"/${P}-pathdomainmask.patch - epatch "${FILESDIR}"/${P}-gnustep-base1.15.patch } |