Skip to content

Commit

Permalink
dev-scheme/gauche-mecab: initial import
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 20, 2018
1 parent 1745b65 commit 82cdc78
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-scheme/gauche-mecab/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Gauche-mecab-1.0.2.tar.gz 12724 BLAKE2B 7e18910f5e45750b6fe3a916a0350071be97f0c860bdf27733639599ec2e302305887ae04b7239c9da90e0913bc2ba03626f105a0004bd3c7f087016b66cef63 SHA512 2d000a0c0f795af93e2728249e7ab339c19d388546d3a300d5960079b9bf360a23c7758867edaca4abb871329689372b645e27eb20bed139aeb997e4d7583c43
20 changes: 20 additions & 0 deletions dev-scheme/gauche-mecab/gauche-mecab-1.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

MY_P="${P^g}"

DESCRIPTION="MeCab binding for Gauche"
HOMEPAGE="https://github.com/shirok/Gauche-mecab"
SRC_URI="https://github.com/shirok/${PN^g}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-text/mecab
>=dev-scheme/gauche-0.9.5"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
11 changes: 11 additions & 0 deletions dev-scheme/gauche-mecab/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Akinori Hattori</name>
</maintainer>
<upstream>
<remote-id type="github">shirok/Gauche-mecab</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 82cdc78

Please sign in to comment.