From 832f0a9aef78b0e0f85cee5e7258d3b693fbe686 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 25 Jul 2017 00:52:54 +0200 Subject: gnustep-libs/renaissance: ebuild cleanup, EAPI bump, fix metadata Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- gnustep-libs/renaissance/metadata.xml | 14 +++++++------- gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild diff --git a/gnustep-libs/renaissance/metadata.xml b/gnustep-libs/renaissance/metadata.xml index 5bd929ead8e..c3412174d78 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 00000000000..e40d9a4d76c --- /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 ) -- cgit v1.2.3-18-g5258