From db27e2e3107a50c4eeb2291a8d40c8496b2a96bc Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Wed, 1 Sep 2010 12:01:51 +0000 Subject: Version bump (Portage version: 2.2_rc72/cvs/Linux x86_64) --- gnustep-apps/cenon/ChangeLog | 10 ++++++++-- gnustep-apps/cenon/cenon-3.91.ebuild | 22 ++++++++++++++++++++++ gnustep-apps/cenon/files/cenon-3.91-install.patch | 18 ++++++++++++++++++ 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 gnustep-apps/cenon/cenon-3.91.ebuild create mode 100644 gnustep-apps/cenon/files/cenon-3.91-install.patch (limited to 'gnustep-apps') diff --git a/gnustep-apps/cenon/ChangeLog b/gnustep-apps/cenon/ChangeLog index 42f48b52a86d..8349d3690a61 100644 --- a/gnustep-apps/cenon/ChangeLog +++ b/gnustep-apps/cenon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/cenon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.8 2009/09/21 14:45:00 voyageur Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.9 2010/09/01 12:01:50 voyageur Exp $ + +*cenon-3.91 (01 Sep 2010) + + 01 Sep 2010; Bernard Cafarelli +cenon-3.91.ebuild, + +files/cenon-3.91-install.patch: + Version bump *cenon-3.90 (21 Sep 2009) diff --git a/gnustep-apps/cenon/cenon-3.91.ebuild b/gnustep-apps/cenon/cenon-3.91.ebuild new file mode 100644 index 000000000000..90a401e0d527 --- /dev/null +++ b/gnustep-apps/cenon/cenon-3.91.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.91.ebuild,v 1.1 2010/09/01 12:01:50 voyageur Exp $ + +EAPI=3 +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="" + +RDEPEND=">=gnustep-libs/cenonlibrary-3.90" + +src_prepare() { + epatch "${FILESDIR}"/${P}-install.patch +} diff --git a/gnustep-apps/cenon/files/cenon-3.91-install.patch b/gnustep-apps/cenon/files/cenon-3.91-install.patch new file mode 100644 index 000000000000..45540fab7b01 --- /dev/null +++ b/gnustep-apps/cenon/files/cenon-3.91-install.patch @@ -0,0 +1,18 @@ +diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble +--- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200 ++++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200 +@@ -18,13 +18,7 @@ + # before-install:: + + # Things to do after installing +-after-install:: +- # copy library +- #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME) +- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/ +- # set permissions (rrr) +- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).* +- #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME) ++#after-install:: + + # Things to do before uninstalling + # before-uninstall:: -- cgit v1.2.3-65-gdbad