From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- app-vim/pydiction/Manifest | 4 +--- app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 30 ----------------------------- app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +- app-vim/pydiction/pydiction-1.2.3.ebuild | 25 ------------------------ 4 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 app-vim/pydiction/pydiction-1.2.3-r1.ebuild delete mode 100644 app-vim/pydiction/pydiction-1.2.3.ebuild (limited to 'app-vim/pydiction') diff --git a/app-vim/pydiction/Manifest b/app-vim/pydiction/Manifest index cfdd017e4729..5de811d040c7 100644 --- a/app-vim/pydiction/Manifest +++ b/app-vim/pydiction/Manifest @@ -1,5 +1,3 @@ DIST pydiction-1.2.3.zip 475441 BLAKE2B 709d4de30d21ff0ba27b5b0c11276731bdef03d754c1799857ceba7edbea4fc0640714cda4103ed58878b02cc00feed5d6b08df2647139fa84910cf92db51dea SHA512 91da1d8a9be89095072724d77bdcaa342fbd5479f5027d7ed7bb2d4a382c7385b2b7fae91c1cd94605232b34a96370a86096e3c32db0d106cbcda2a82f409922 -EBUILD pydiction-1.2.3-r1.ebuild 696 BLAKE2B 3cbe5ad26cdf78fe9b7b5b86a4874fada7ec0807e1672fde592bbf8948bcefc42e7efb9e4551b254d442a22aa017609d5f74265cec1cfaab8a731252d0d41469 SHA512 0c879875cd8dc4928d385048fa9b92a1c8f2f25810764d3d2417232b6e62b58398d0dd4d2bc5b2d2797d0829f73d165c8b83e9800640ac016e2ebf3d166718d5 -EBUILD pydiction-1.2.3-r2.ebuild 943 BLAKE2B a47b3f982ead8e42ab6b70a093adb22db14e56df41e5a9cb56e6b9a6448ca0d352ec35c8d29b460d117dba24f24cc0dcaab63fd8eee1553c5ab6110bb95d61b6 SHA512 b21910ce6ed256798b36398230a86d761022cdeabdf6de06a54389c864b69faeb115e3472da16e8e5e27719818c6edfc83abf378832fc4700b0061ac77064969 -EBUILD pydiction-1.2.3.ebuild 598 BLAKE2B 240a494c6547fafa7d1f98a241a9e3072e4c758b1dcb7bc9f3bd6996d33ba94df765fd5ff8993729d49570e96416bc59b60c15644971625fec7e7786e79b2b56 SHA512 11d845c3d011daab5bcc676581a347974731166f689e7c2e41f6a0fe680f865079c2275d14632c3cbd901b187bb1ee3a829a07ceec77f32332f66ec74ca6d5e6 +EBUILD pydiction-1.2.3-r2.ebuild 939 BLAKE2B 644f6d8d022791ca1c7f9f6f41d0ca0f01efeeb7dd7dd0b76a83652baa4004e849c730724b56f0ccd507aa14e032a3784d2be8c8f4280d2f5f256dba6125a161 SHA512 1bfac6b60ee74c5adae8215034a9fa62558fbf805645cb72cd299ba3608f08a246d55ee72516dab49953613e80e1b32efcf1896f68f57bbf9f5aa1cff1dc5f14 MISC metadata.xml 361 BLAKE2B 4cd18ca933890f32a2aca909c66c48ea1539fc4d4d558657e5fb76c66a26be7c9b24882b7688b54407e044ba1e4d641e659da10065360ddba91dad4aa391da5e SHA512 f205ce2b8f61bcc7d966345b9928efccdc2adb4ce6a36166c774134bd8959a3757a3a9a556aaa2d6c6f7b71b945be84e41903a58e66f844c4258326a66b2b667 diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild deleted file mode 100644 index 12ae4f48a14f..000000000000 --- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit vim-plugin python-r1 - -DESCRIPTION="vim plugin: tab-complete your Python code" -HOMEPAGE="https://rkulla.github.io/pydiction/" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" - -LICENSE="vim" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="app-arch/unzip" -RDEPEND="${PYTHON_DEPS}" - -S="${WORKDIR}/${PN}-master" - -src_install() { - insinto "/usr/share/${PN}" - local pyfiles=( complete-dict pydiction.py ) - doins "${pyfiles[@]}" - rm -v "${pyfiles[@]}" || die - vim-plugin_src_install -} diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild index 7e8c76ffa53d..8ef22c6cc197 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://rkulla.github.io/pydiction/" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" LICENSE="vim" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="app-arch/unzip" diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild deleted file mode 100644 index c4fae8228716..000000000000 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Tab-complete your Python code" -HOMEPAGE="https://rkulla.github.io/pydiction/" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" -LICENSE="vim" -KEYWORDS="amd64 ppc ppc64 x86" - -DEPEND="app-arch/unzip" -RDEPEND="dev-lang/python:*" - -S="${WORKDIR}/${PN}-master" - -src_install() { - insinto "/usr/share/${PN}" - local pyfiles=( complete-dict pydiction.py ) - doins "${pyfiles[@]}" - rm -v "${pyfiles[@]}" || die - vim-plugin_src_install -} -- cgit v1.2.3