diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-25 00:52:54 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-25 00:54:28 +0200 |
commit | 832f0a9aef78b0e0f85cee5e7258d3b693fbe686 (patch) | |
tree | 04cefca4978dfdfdd901ba362ab6c458da3c7e01 /gnustep-libs/renaissance | |
parent | c5d41a89b3d160246188f58b8ed227bf606fedf6 (diff) | |
download | gentoo-832f0a9aef78b0e0f85cee5e7258d3b693fbe686.tar.gz gentoo-832f0a9aef78b0e0f85cee5e7258d3b693fbe686.tar.xz |
gnustep-libs/renaissance: ebuild cleanup, EAPI bump, fix metadata
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'gnustep-libs/renaissance')
-rw-r--r-- | gnustep-libs/renaissance/metadata.xml | 14 | ||||
-rw-r--r-- | 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>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 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 ) |