voyageur    14/09/18 15:29:36

  Modified:             ChangeLog
  Added:                cenon-4.0.2-r1.ebuild
  Log:
  Fix compilation with gnustep-base/gnustep-gui-0.24, patch from Debian, fixes 
bug #508586
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.20                 gnustep-apps/cenon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   29 Jun 2013 18:32:01 -0000      1.19
+++ ChangeLog   18 Sep 2014 15:29:36 -0000      1.20
@@ -1,6 +1,14 @@
 # ChangeLog for gnustep-apps/cenon
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.19 
2013/06/29 18:32:01 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.20 
2014/09/18 15:29:36 voyageur Exp $
+
+*cenon-4.0.2-r1 (18 Sep 2014)
+
+  18 Sep 2014; Bernard Cafarelli <voyag...@gentoo.org> +cenon-4.0.2-r1.ebuild,
+  +files/cenon-4.0.2-check-return-value.patch,
+  +files/cenon-4.0.2-gnustep-gui-0.24-support.patch:
+  Fix compilation with gnustep-base/gnustep-gui-0.24, patch from Debian, fixes
+  bug #508586
 
   29 Jun 2013; Agostino Sarubbo <a...@gentoo.org> cenon-4.0.2.ebuild:
   Stable for ppc, wrt bug #474222



1.1                  gnustep-apps/cenon/cenon-4.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: cenon-4.0.2-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 
1.1 2014/09/18 15:29:36 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

        epatch "${FILESDIR}"/${P}-check-return-value.patch
        epatch "${FILESDIR}"/${P}-gnustep-gui-0.24-support.patch
}




Reply via email to