summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-09-01 12:01:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-09-01 12:01:51 +0000
commitdb27e2e3107a50c4eeb2291a8d40c8496b2a96bc (patch)
tree3547ff8d6f61c5cdaeaf0cc59042f0c4dde43fc7 /gnustep-apps
parentVersion bump (diff)
downloadgentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.tar.gz
gentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.tar.bz2
gentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.zip
Version bump
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/cenon/ChangeLog10
-rw-r--r--gnustep-apps/cenon/cenon-3.91.ebuild22
-rw-r--r--gnustep-apps/cenon/files/cenon-3.91-install.patch18
3 files changed, 48 insertions, 2 deletions
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 <voyageur@gentoo.org> +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::