diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-23 22:56:10 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-23 22:56:10 +0000 |
commit | 3f1229dcafcf78625777fde8c3441b34dbdfe5b0 (patch) | |
tree | ad2079c3daab0e01c5b85e28bf14b4026dcaf38e /gnustep-apps | |
parent | Version bump (diff) | |
download | gentoo-2-3f1229dcafcf78625777fde8c3441b34dbdfe5b0.tar.gz gentoo-2-3f1229dcafcf78625777fde8c3441b34dbdfe5b0.tar.bz2 gentoo-2-3f1229dcafcf78625777fde8c3441b34dbdfe5b0.zip |
Version bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cenon/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/cenon/cenon-4.0.2.ebuild | 24 | ||||
-rw-r--r-- | gnustep-apps/cenon/files/cenon-4.0.2-install.patch | 19 |
3 files changed, 51 insertions, 2 deletions
diff --git a/gnustep-apps/cenon/ChangeLog b/gnustep-apps/cenon/ChangeLog index a3a703a1f119..596f37cdc546 100644 --- a/gnustep-apps/cenon/ChangeLog +++ b/gnustep-apps/cenon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/cenon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.15 2012/07/03 18:37:08 voyageur Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.16 2013/04/23 22:56:10 voyageur Exp $ + +*cenon-4.0.2 (23 Apr 2013) + + 23 Apr 2013; Bernard Cafarelli <voyageur@gentoo.org> +cenon-4.0.2.ebuild, + +files/cenon-4.0.2-install.patch: + Version bump *cenon-3.9.6 (03 Jul 2012) diff --git a/gnustep-apps/cenon/cenon-4.0.2.ebuild b/gnustep-apps/cenon/cenon-4.0.2.ebuild new file mode 100644 index 000000000000..70770945082e --- /dev/null +++ b/gnustep-apps/cenon/cenon-4.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-4.0.2.ebuild,v 1.1 2013/04/23 22:56:10 voyageur Exp $ + +EAPI=5 +inherit gnustep-2 + +S=${WORKDIR}/${PN/c/C} + +DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX" +HOMEPAGE="http://www.cenon.info/" +SRC_URI="http://www.vhf-group.com/vhf-interservice/download/source/${P/c/C}.tar.bz2" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +LICENSE="Cenon" +IUSE="" + +DEPEND="" +RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0" + +src_prepare() { + # Do not install files already provided by cenonlibrary + epatch "${FILESDIR}"/${P}-install.patch +} diff --git a/gnustep-apps/cenon/files/cenon-4.0.2-install.patch b/gnustep-apps/cenon/files/cenon-4.0.2-install.patch new file mode 100644 index 000000000000..8a75db6ee13a --- /dev/null +++ b/gnustep-apps/cenon/files/cenon-4.0.2-install.patch @@ -0,0 +1,19 @@ +diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble +--- Cenon.orig/GNUmakefile.postamble 2013-04-23 18:18:19.231871028 +0200 ++++ Cenon/GNUmakefile.postamble 2013-04-23 18:19:31.482864370 +0200 +@@ -18,12 +18,12 @@ + # before-install:: + + # Things to do after installing +-after-install:: ++#after-install:: + # copy library + #rm -R $(GNUSTEP_LIBRARY)/$(APP_NAME) +- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LIBRARY)/ ++ #cp -R Library/$(APP_NAME)/ $(GNUSTEP_LIBRARY)/ + # set permissions (rrr) +- chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).* ++ #chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).* + #chmod -R ugo+rX $(GNUSTEP_LIBRARY)/$(APP_NAME) + + # Things to do before uninstalling |