Skip to content

Commit

Permalink
app-dicts/ipadic: Port to EAPI 7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/742053
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Sep 16, 2020
1 parent 0a7b0ae commit 63c5661
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app-dicts/ipadic/ipadic-2.7.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="4"
inherit autotools eutils
EAPI=7

inherit autotools

DESCRIPTION="Japanese dictionary for ChaSen"
HOMEPAGE="http://sourceforge.jp/projects/ipadic/"
SRC_URI="mirror://sourceforge.jp/${PN}/24435/${P}.tar.gz"

LICENSE="ipadic"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"

DEPEND=">=app-text/chasen-2.3.1"
RDEPEND=""
BDEPEND=">=app-text/chasen-2.3.1"

PATCHES=( "${FILESDIR}"/${PF}-gentoo.patch )

src_prepare() {
epatch "${FILESDIR}/${PF}-gentoo.patch"
default
mv configure.{in,ac} || die
eautoreconf
}

Expand All @@ -26,5 +28,4 @@ src_install() {

insinto /etc
doins chasenrc
dodoc AUTHORS ChangeLog NEWS README
}

0 comments on commit 63c5661

Please sign in to comment.