Skip to content

Commit

Permalink
gnustep-libs/renaissance: EAPI8 bump, fix LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#32930
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
mm1ke authored and voyageur committed Sep 19, 2023
1 parent 0b59b42 commit 3231135
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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 )

0 comments on commit 3231135

Please sign in to comment.