commit:     832f0a9aef78b0e0f85cee5e7258d3b693fbe686
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 22:52:54 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 22:54:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832f0a9a

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(-)

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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo GNUstep Project</name>
-</maintainer>
-<longdescription>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo GNUstep Project</name>
+       </maintainer>
+       <longdescription>
 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.
-</longdescription>
+       </longdescription>
 </pkgmetadata>

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 )

Reply via email to