summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-19 20:17:24 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2023-09-19 22:48:52 +0200
commit323113515c5707d985ebd7f5b524251080fc5d75 (patch)
tree53d900c55c9cb5f39ff39b56531f847f4012cdbe /gnustep-libs
parentgnustep-libs/performance: EAPI8 bump, fix LICENSE (diff)
downloadgentoo-323113515c5707d985ebd7f5b524251080fc5d75.tar.gz
gentoo-323113515c5707d985ebd7f5b524251080fc5d75.tar.bz2
gentoo-323113515c5707d985ebd7f5b524251080fc5d75.zip
gnustep-libs/renaissance: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32930 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild b/gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild
new file mode 100644
index 000000000000..1965376d7bb3
--- /dev/null
+++ b/gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-2
+
+DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files"
+HOMEPAGE="https://github.com/gnustep/libs-renaissance"
+SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz"
+S="${WORKDIR}/${P/r/R}"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.8.1_pre20070522-docpath.patch )