From: Bernard Cafarelli Date: Mon, 24 Jul 2017 22:52:54 +0000 (+0200) Subject: gnustep-libs/renaissance: ebuild cleanup, EAPI bump, fix metadata X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=832f0a9aef78b0e0f85cee5e7258d3b693fbe686;p=gentoo.git gnustep-libs/renaissance: ebuild cleanup, EAPI bump, fix metadata Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/gnustep-libs/renaissance/metadata.xml b/gnustep-libs/renaissance/metadata.xml index 5bd929ead8e7..c3412174d787 100644 --- a/gnustep-libs/renaissance/metadata.xml +++ b/gnustep-libs/renaissance/metadata.xml @@ -1,13 +1,13 @@ - - gnustep@gentoo.org - Gentoo GNUstep Project - - + + gnustep@gentoo.org + Gentoo GNUstep Project + + Welcome to GNUstep Renaissance! - + GNUstep Renaissance is free software (GNU LGPL), and part of the GNUstep project. It is a development framework which runs on top of the GNUstep libraries. It also works on top of the Apple Mac OS X @@ -25,5 +25,5 @@ from the XML files, and the other objects in the application are done via outlets (as traditionally in OpenStep); a new quick and intuitive syntax has been developed to make creating outlets as easy as possible. - + diff --git a/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild b/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild new file mode 100644 index 000000000000..e40d9a4d76c5 --- /dev/null +++ b/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files" +HOMEPAGE="http://www.gnustep.it/Renaissance/index.html" +SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +S=${WORKDIR}/${P/r/R} + +PATCHES=( "${FILESDIR}"/${PN}-0.8.1_pre20070522-docpath.patch )