diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-09-21 14:45:01 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-09-21 14:45:01 +0000 |
commit | 671d0eee278d2f600300a2354ff867088f0921d9 (patch) | |
tree | 12012e3e74a020c27f0275bd6ca577b60479e3ab /gnustep-apps/cenon | |
parent | amd64 stable, bug 285724 (diff) | |
download | gentoo-2-671d0eee278d2f600300a2354ff867088f0921d9.tar.gz gentoo-2-671d0eee278d2f600300a2354ff867088f0921d9.tar.bz2 gentoo-2-671d0eee278d2f600300a2354ff867088f0921d9.zip |
Version bump, closes bug #279775
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/cenon')
-rw-r--r-- | gnustep-apps/cenon/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/cenon/cenon-3.90.ebuild | 22 | ||||
-rw-r--r-- | gnustep-apps/cenon/files/cenon-3.90-install.patch | 18 |
3 files changed, 48 insertions, 2 deletions
diff --git a/gnustep-apps/cenon/ChangeLog b/gnustep-apps/cenon/ChangeLog index eead2ba803e2..42f48b52a86d 100644 --- a/gnustep-apps/cenon/ChangeLog +++ b/gnustep-apps/cenon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/cenon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.7 2008/03/08 13:24:41 coldwind Exp $ +# 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 $ + +*cenon-3.90 (21 Sep 2009) + + 21 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org> +cenon-3.90.ebuild, + +files/cenon-3.90-install.patch: + Version bump, closes bug #279775 08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> cenon-3.82.ebuild: amd64 stable wrt bug #207381 diff --git a/gnustep-apps/cenon/cenon-3.90.ebuild b/gnustep-apps/cenon/cenon-3.90.ebuild new file mode 100644 index 000000000000..5e0b6551c8f1 --- /dev/null +++ b/gnustep-apps/cenon/cenon-3.90.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.90.ebuild,v 1.1 2009/09/21 14:45:00 voyageur Exp $ + +EAPI=2 +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.82" + +src_prepare() { + epatch "${FILESDIR}"/${P}-install.patch +} diff --git a/gnustep-apps/cenon/files/cenon-3.90-install.patch b/gnustep-apps/cenon/files/cenon-3.90-install.patch new file mode 100644 index 000000000000..523dd61efa83 --- /dev/null +++ b/gnustep-apps/cenon/files/cenon-3.90-install.patch @@ -0,0 +1,18 @@ +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:: |