forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-dicts/aspell-de-alt: Bump to EAPI 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: gentoo#4237
- Loading branch information
1 parent
321166d
commit 627d7ab
Showing
2 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
ASPELL_LANG="German (traditional orthography)" | ||
ASPOSTFIX="6" | ||
ASPELL_VERSION=6 | ||
|
||
inherit eutils aspell-dict | ||
inherit aspell-dict-r1 | ||
|
||
LICENSE="GPL-2" | ||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" | ||
IUSE="" | ||
|
||
src_unpack() { | ||
unpack ${A} | ||
cd "${S}" | ||
epatch "${FILESDIR}/${P}-dict-name.patch" | ||
} | ||
PATCHES=( "${FILESDIR}/${P}-dict-name.patch" ) | ||
|
||
src_install() { | ||
aspell-dict_src_install | ||
newdoc doc/README README.hk || die | ||
dodoc doc/README.bj || die | ||
aspell-dict-r1_src_install | ||
|
||
newdoc doc/README README.hk | ||
dodoc doc/README.bj | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters