summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-08-19 12:38:24 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-08-19 12:38:24 +0000
commiteaa0a81e2334a0c9b82936a3f976cc60d8126736 (patch)
tree101da80545c405b05dff9faf17cb67766b651cba /gnustep-apps/cenon/files
parentVersion bump, move stable to new versioning (diff)
downloadhistorical-eaa0a81e2334a0c9b82936a3f976cc60d8126736.tar.gz
historical-eaa0a81e2334a0c9b82936a3f976cc60d8126736.tar.bz2
historical-eaa0a81e2334a0c9b82936a3f976cc60d8126736.zip
Version bump, move stable to new versioning
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'gnustep-apps/cenon/files')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.9.4-install.patch (renamed from gnustep-apps/cenon/files/cenon-3.91-install.patch)0
-rw-r--r--gnustep-apps/cenon/files/cenon-3.90-install.patch18
2 files changed, 0 insertions, 18 deletions
diff --git a/gnustep-apps/cenon/files/cenon-3.91-install.patch b/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
index 45540fab7b01..45540fab7b01 100644
--- a/gnustep-apps/cenon/files/cenon-3.91-install.patch
+++ b/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
diff --git a/gnustep-apps/cenon/files/cenon-3.90-install.patch b/gnustep-apps/cenon/files/cenon-3.90-install.patch
deleted file mode 100644
index 523dd61efa83..000000000000
--- a/gnustep-apps/cenon/files/cenon-3.90-install.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
---- Cenon.orig/GNUmakefile.postamble 2009-09-21 16:37:50.000000000 +0200
-+++ Cenon/GNUmakefile.postamble 2009-09-21 16:38:18.000000000 +0200
-@@ -18,13 +18,7 @@
- # before-install::
-
- # Things to do after installing
--after-install::
-- # copy library
-- #rm -R $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
-- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_ROOT)/Library/
-- # set permissions (rrr)
-- chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
-- #chmod -R ugo+rX $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
-+#after-install::
-
- # Things to do before uninstalling
- # before-uninstall::