gnustep-libs/renaissance: ebuild cleanup, EAPI bump, fix metadata
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 24 Jul 2017 22:52:54 +0000 (00:52 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 24 Jul 2017 22:54:28 +0000 (00:54 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

gnustep-libs/renaissance/metadata.xml
gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild [new file with mode: 0644]

index 5bd929ead8e75308c8fb8609a125e0b8872c93e7..c3412174d7873d26a99cf15546612ee9695b5acb 100644 (file)
@@ -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>gnustep@gentoo.org</email>
-       <name>Gentoo GNUstep Project</name>
-</maintainer>
-<longdescription>
+       <maintainer type="project">
+               <email>gnustep@gentoo.org</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 (file)
index 0000000..e40d9a4
--- /dev/null
@@ -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 )