Skip to content

Commit

Permalink
dev-scheme/gauche-cdb: update to EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
hattya committed Jul 15, 2018
1 parent c5d0cda commit a0d3bf1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dev-scheme/gauche-cdb/gauche-cdb-0.3.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="4"
EAPI="6"

inherit autotools eutils
inherit autotools

MY_P="${P/g/G}"
MY_P="${P^g}"

DESCRIPTION="CDB binding for Gauche"
HOMEPAGE="http://sourceforge.jp/projects/gauche/"
SRC_URI="mirror://sourceforge.jp/gauche/8407/${MY_P}.tar.gz"
SRC_URI="mirror://sourceforge.jp/${PN%-*}/8407/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
Expand All @@ -21,8 +21,12 @@ RDEPEND="dev-scheme/gauche
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"

PATCHES=(
"${FILESDIR}"/${P}-gauche-package.diff
"${FILESDIR}"/${P}-undefined-reference.diff
)

src_prepare() {
epatch "${FILESDIR}"/${P}-gauche-package.diff
epatch "${FILESDIR}"/${P}-undefined-reference.diff
default
eautoreconf
}

0 comments on commit a0d3bf1

Please sign in to comment.