Skip to content

Commit

Permalink
gnustep-libs/highlighterkit: bump EAPI
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/820032
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
voyageur committed Nov 7, 2021
1 parent c33c0f8 commit 222da62
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions gnustep-libs/highlighterkit/highlighterkit-0.1.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit gnustep-2

MY_P="HighlighterKit-${PV}"

DESCRIPTION="Syntax highlighter framework"
HOMEPAGE="http://wiki.gnustep.org/index.php/HighlighterKit"
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"

0 comments on commit 222da62

Please sign in to comment.