public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cenon: cenon-3.9.4.ebuild cenon-3.8.2.ebuild ChangeLog cenon-3.90.ebuild cenon-3.91.ebuild cenon-3.82.ebuild
@ 2011-08-19 12:38 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2011-08-19 12:38 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/08/19 12:38:24

  Modified:             ChangeLog
  Added:                cenon-3.9.4.ebuild cenon-3.8.2.ebuild
  Removed:              cenon-3.90.ebuild cenon-3.91.ebuild
                        cenon-3.82.ebuild
  Log:
  Version bump, move stable to new versioning
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.10                 gnustep-apps/cenon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	1 Sep 2010 12:01:50 -0000	1.9
+++ ChangeLog	19 Aug 2011 12:38:23 -0000	1.10
@@ -1,6 +1,15 @@
 # ChangeLog for gnustep-apps/cenon
-# 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 $
+# 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 $
+
+*cenon-3.9.4 (19 Aug 2011)
+*cenon-3.8.2 (19 Aug 2011)
+
+  19 Aug 2011; Bernard Cafarelli <voyageur@gentoo.org> +cenon-3.8.2.ebuild,
+  +cenon-3.9.4.ebuild, +files/cenon-3.9.4-install.patch, -cenon-3.82.ebuild,
+  -cenon-3.90.ebuild, -files/cenon-3.90-install.patch, -cenon-3.91.ebuild,
+  -files/cenon-3.91-install.patch:
+  Version bump, move stable to new versioning
 
 *cenon-3.91 (01 Sep 2010)
 



1.1                  gnustep-apps/cenon/cenon-3.9.4.ebuild

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

Index: cenon-3.9.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.9.4.ebuild,v 1.1 2011/08/19 12:38:23 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=""

RDEPEND=">=gnustep-libs/cenonlibrary-3.9.0"

src_prepare() {
	sed -e "s/App.m/App.m UpdateController.m/" -i GNUmakefile || die "UpdateController sed failed"
	epatch "${FILESDIR}"/${P}-install.patch
}



1.1                  gnustep-apps/cenon/cenon-3.8.2.ebuild

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

Index: cenon-3.8.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.8.2.ebuild,v 1.1 2011/08/19 12:38:23 voyageur Exp $

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/vhfInterservice/download/source/${PN/c/C}-3.82.tar.bz2"
KEYWORDS="amd64 ppc x86"
SLOT="0"
LICENSE="Cenon"

RDEPEND=">=gnustep-libs/cenonlibrary-3.8.2"

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}/${PN}-3.82"-install.patch
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-19 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 12:38 [gentoo-commits] gentoo-x86 commit in gnustep-apps/cenon: cenon-3.9.4.ebuild cenon-3.8.2.ebuild ChangeLog cenon-3.90.ebuild cenon-3.91.ebuild cenon-3.82.ebuild Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox