summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-02-15 12:14:47 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-02-15 12:14:47 +0000
commit5174e7c0ce586e31d2d916684a41af03c61afa1c (patch)
treeb868a3bcb681dde268b86538761ab3210b35593a /gnustep-apps
parentVersion bump to latest. (diff)
downloadgentoo-2-5174e7c0ce586e31d2d916684a41af03c61afa1c.tar.gz
gentoo-2-5174e7c0ce586e31d2d916684a41af03c61afa1c.tar.bz2
gentoo-2-5174e7c0ce586e31d2d916684a41af03c61afa1c.zip
Version bump, seems to fix bug #356207
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/cenon/ChangeLog9
-rw-r--r--gnustep-apps/cenon/cenon-3.9.5.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/gnustep-apps/cenon/ChangeLog b/gnustep-apps/cenon/ChangeLog
index f4068642cdb3..1e93abd27406 100644
--- a/gnustep-apps/cenon/ChangeLog
+++ b/gnustep-apps/cenon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnustep-apps/cenon
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.10 2011/08/19 12:38:23 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.11 2012/02/15 12:14:47 voyageur Exp $
+
+*cenon-3.9.5 (15 Feb 2012)
+
+ 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> +cenon-3.9.5.ebuild:
+ Version bump, seems to fix bug #356207
*cenon-3.9.4 (19 Aug 2011)
*cenon-3.8.2 (19 Aug 2011)
diff --git a/gnustep-apps/cenon/cenon-3.9.5.ebuild b/gnustep-apps/cenon/cenon-3.9.5.ebuild
new file mode 100644
index 000000000000..7ee0e076076b
--- /dev/null
+++ b/gnustep-apps/cenon/cenon-3.9.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.9.5.ebuild,v 1.1 2012/02/15 12:14:47 voyageur Exp $
+
+EAPI=4
+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-3.9.0"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-3.9.4-install.patch
+}