diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-04-16 09:15:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-04-16 09:15:29 +0000 |
commit | c859dc5d1b34d405102843336f2353c2f3724dd3 (patch) | |
tree | 79a1cb27f43193fb9a1192beb156455e839a9acd /gnustep-apps | |
parent | Version bump to 1.0.6 (bug #129801) (diff) | |
download | gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.tar.gz gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.tar.bz2 gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.zip |
Fix a building issue with latest GNUmake as reported by Jouni Rinne (bug #130125)
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cenon/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/cenon/Manifest | 9 | ||||
-rw-r--r-- | gnustep-apps/cenon/cenon-3.80.ebuild | 7 | ||||
-rw-r--r-- | gnustep-apps/cenon/files/cenon-3.80-install.patch | 12 |
4 files changed, 30 insertions, 5 deletions
diff --git a/gnustep-apps/cenon/ChangeLog b/gnustep-apps/cenon/ChangeLog index 3cc2a0217179..f53031250f4e 100644 --- a/gnustep-apps/cenon/ChangeLog +++ b/gnustep-apps/cenon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnustep-apps/cenon # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.1 2006/03/26 13:39:21 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.2 2006/04/16 09:15:28 grobian Exp $ + + 16 Apr 2006; Fabian Groffen <grobian@gentoo.org> + +files/cenon-3.80-install.patch, cenon-3.80.ebuild: + Fix a building issue with latest GNUmake as reported by Jouni Rinne (bug + #130125) *cenon-3.80 (26 Mar 2006) diff --git a/gnustep-apps/cenon/Manifest b/gnustep-apps/cenon/Manifest index e387e20034df..227929e7be1b 100644 --- a/gnustep-apps/cenon/Manifest +++ b/gnustep-apps/cenon/Manifest @@ -1,9 +1,12 @@ MD5 e34b5ea6c77e14fc039559125c018f5e ChangeLog 406 RMD160 2b1eea6d365b34cd0eab4d56acafe96d156fbcd9 ChangeLog 406 SHA256 d09d9f8529b8f30039e24b2dc22ea1e11679f8386beaff58c1609686e898ac91 ChangeLog 406 -MD5 c5f98afeecfe985ba23a3d91a081cb91 cenon-3.80.ebuild 613 -RMD160 700ba33628af49839ed0d8669288666a0635d754 cenon-3.80.ebuild 613 -SHA256 5658ad8ddab283595b01635f382e5a64965b7a952954cb71b79d20713eef15c7 cenon-3.80.ebuild 613 +MD5 8fd0f8581a9701f8fff562d5f4fecd84 cenon-3.80.ebuild 685 +RMD160 3cac277cd69933d0f91e4b77082c99d5140d7e24 cenon-3.80.ebuild 685 +SHA256 92f1ef00f21f52268af8f2ee08c2d3cd2d8223b36fe4eddea39d4133e8e8286a cenon-3.80.ebuild 685 +MD5 6ba3f99b65e78736b90d4e6dcab5ddbb files/cenon-3.80-install.patch 492 +RMD160 43d9acb92ed53cf1e3a187ddbcf264d8279ac2cb files/cenon-3.80-install.patch 492 +SHA256 7a37a49e7a3b22840a170c5e8d0b18f1183313e4da356a2bda043804cc339f5b files/cenon-3.80-install.patch 492 MD5 d25e945d9cfa9bf1e465c574dd003830 files/digest-cenon-3.80 238 RMD160 81110f5ed99f011c9da8a507eb373c937bd50dbb files/digest-cenon-3.80 238 SHA256 bcd175e5fd5391f96563f321f6d8992e22fa60ba4f57cb4f71c77192641b0498 files/digest-cenon-3.80 238 diff --git a/gnustep-apps/cenon/cenon-3.80.ebuild b/gnustep-apps/cenon/cenon-3.80.ebuild index fa57106d0057..fe9d4b6b5b18 100644 --- a/gnustep-apps/cenon/cenon-3.80.ebuild +++ b/gnustep-apps/cenon/cenon-3.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.80.ebuild,v 1.1 2006/03/26 13:39:21 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.80.ebuild,v 1.2 2006/04/16 09:15:28 grobian Exp $ inherit gnustep @@ -17,4 +17,9 @@ DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND} >=gnustep-libs/cenonlibrary-3.80" +src_unpack() { + unpack ${A} + epatch "${FILESDIR}/${P}"-install.patch +} + egnustep_install_domain "Local" diff --git a/gnustep-apps/cenon/files/cenon-3.80-install.patch b/gnustep-apps/cenon/files/cenon-3.80-install.patch new file mode 100644 index 000000000000..02079104a2b7 --- /dev/null +++ b/gnustep-apps/cenon/files/cenon-3.80-install.patch @@ -0,0 +1,12 @@ +--- Cenon/GNUmakefile.postamble ++++ Cenon/GNUmakefile.postamble +@@ -21,7 +21,8 @@ + after-install:: + # copy library + #rm -R $(GNUSTEP_INSTALLATION_DIR)/Library/$(APP_NAME) +- cp -R Library/$(APP_NAME)/ $(GNUSTEP_INSTALLATION_DIR)/Library/ ++ mkdir -p $(GNUSTEP_INSTALLATION_DIR)/Library ++ cp -R Library/$(APP_NAME) $(GNUSTEP_INSTALLATION_DIR)/Library/ + # set permissions (rrr) + chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).* + #chmod -R ugo+rX $(GNUSTEP_INSTALLATION_DIR)/Library/$(APP_NAME) |