diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /app-dicts/ipadic | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'app-dicts/ipadic')
-rw-r--r-- | app-dicts/ipadic/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.7.0-r2.ebuild | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/app-dicts/ipadic/Manifest b/app-dicts/ipadic/Manifest index 015ae7d4bd3e..768d663c4ae1 100644 --- a/app-dicts/ipadic/Manifest +++ b/app-dicts/ipadic/Manifest @@ -1,4 +1,4 @@ AUX ipadic-2.7.0-r2-gentoo.patch 896 BLAKE2B 69c2fb6a2379359d8060a59d0041faebd780769a0983e6797ed16d8143e0d05a046f82a0352a53226219c4888d91fd51b339a284e4e37f85d11c22e11a58f4a7 SHA512 0e6fa8f84c978c96d0fe8eebbda3166d298fa9709eec8025025e5705db04d08b3e7581f9341dad84808dba52c6dac2498743a4514701fa74289608287f3b2a82 DIST ipadic-2.7.0.tar.gz 4300102 BLAKE2B bc6c60eb79c12dc06a30c021d5df2016f5b9c8a41540edfda3d9010716096ac25ee6a1a34b23690c86799eaa4c60fc68c499c0a20afbef865c07ec51b9ddcf40 SHA512 0c4617733d3a786f4a9d0773c50cd76da5433921dc4eb4f759b8b3c0fd3c0db411696068ee795a893063e1a7ab1bdb6afc740331c5fdd2c3ebc914324f4e33c3 -EBUILD ipadic-2.7.0-r2.ebuild 609 BLAKE2B 9c0ababad6dd3ac8afaa0657c95e476c2a68c0f0e5b6634d94aa7536550f64ac3a57446262cf9ac7fa74fb5d6eac8c0839bf43b23b6a8f1f2303abccb973e3be SHA512 98ea6a90f3399e9a3afacad9b9df5eb38be7b2a8af00cea9962174a8717e3e69034b828b59efbdedb4b47bc637cc78e1a4fdcf1740577c0451a2eb76c69ac288 +EBUILD ipadic-2.7.0-r2.ebuild 589 BLAKE2B 5eedcb3f4b7136ad18862a5830782cb071a4bdcb6f033e238fd493ffb67c7cc250e7ff86575ba3365d160b31e9225e47745ef9cec4808e9870cf8e13e010da4a SHA512 9abe5326fd119ed55c329f0817c3071a0c24fcc87f15b5bbde5bd3675396bb9ad96d8e001de9d594a7cf8e431166e65db3d16f37c11d84c8552be98095e8900c MISC metadata.xml 313 BLAKE2B 29d8fd0791c9ef1edc0c84bec6d51512b47510bf511fe987d1d4e3ec9ebe235cde890508a545d4e8e16a7ab73d988261348fdfa94a44f294ae57d8bf8d8e9de1 SHA512 3319aeaacecbac0b8005dc910cfbb7357d068d920c739230fbeb61b1653d433efcadad1d07674d01ff092d9cbf8cd4f11ee317234b44b747bef6cf2fa0b1132b diff --git a/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild b/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild index fba0b8b37b2d..54a6d1d4850d 100644 --- a/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild +++ b/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild @@ -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 } @@ -26,5 +28,4 @@ src_install() { insinto /etc doins chasenrc - dodoc AUTHORS ChangeLog NEWS README } |