public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-05-12 13:36 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-05-12 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f25308cb2ce223a5aa785578ad93cd502651ca67
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 12:59:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:17:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25308cb

app-vim/pydiction: Add ebuild to the tree.

Package-Manager: portage-2.2.26

 app-vim/pydiction/Manifest               |  1 +
 app-vim/pydiction/metadata.xml           | 12 ++++++++++++
 app-vim/pydiction/pydiction-1.2.3.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/app-vim/pydiction/Manifest b/app-vim/pydiction/Manifest
new file mode 100644
index 0000000..6d5a259
--- /dev/null
+++ b/app-vim/pydiction/Manifest
@@ -0,0 +1 @@
+DIST pydiction-1.2.3.zip 476599 SHA256 0998a06be1741edfb1261944ede6fbad77c3742d8924b57ec3ec80908a22b522 SHA512 20e553cb8fdc541e619936f80d8e808484e265d96d1223a7558770e453ad186d5d0057a8b25cd5707bf80b56e40c885097e4195fd66fea2afd8b6d83f84d9441 WHIRLPOOL b1fab3728637dd2ec780f6174790315b478b37eda8000a22891e75cd8a7e04b8f4255cee8ae9e249c18cf03a7beac7f8e650eed40fe345a68d59e2294435b1e2

diff --git a/app-vim/pydiction/metadata.xml b/app-vim/pydiction/metadata.xml
new file mode 100644
index 0000000..8fafbfe
--- /dev/null
+++ b/app-vim/pydiction/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>vim@gentoo.org</email>
+		<name>Gentoo Vim Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
new file mode 100644
index 0000000..ef3e970
--- /dev/null
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+S="${WORKDIR}/${PN}"
+
+src_install() {
+	insinto "/usr/share/${PN}"
+	local pyfiles=( complete-dict pydiction.py )
+	doins "${pyfiles[@]}"
+	rm -v "${pyfiles[@]}" || die
+	vim-plugin_src_install
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-05-12 13:36 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-05-12 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     033d098dcc5e74ac29dc9e4500a7bd09b9b2c741
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:15:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:17:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033d098d

app-vim/pydiction: Add python to DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/pydiction-1.2.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index ef3e970..c69fb81 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -10,7 +10,11 @@ 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="dev-lang/python:*"
+RDEPEND="${DEPEND}"
+
 S="${WORKDIR}/${PN}"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-05-12 21:12 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-05-12 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a42f61a0cd041cdd68c83f27d50941641d3c9a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 20:55:10 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 20:56:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a42f61

app-vim/pydiction: Add unzip to DEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/pydiction-1.2.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index c69fb81..f22c4d2 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -12,7 +12,10 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="dev-lang/python:*"
+DEPEND="
+	dev-lang/python:*
+	app-arch/unzip"
+
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-05-13 21:27 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-05-13 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6af8cb46a5c1f6d6e05084db813e312ef7514bec
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 20:45:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 13 20:59:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8cb46

app-vim/pydiction: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/Manifest               | 2 +-
 app-vim/pydiction/pydiction-1.2.3.ebuild | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-vim/pydiction/Manifest b/app-vim/pydiction/Manifest
index 6d5a259..7a8ad4a 100644
--- a/app-vim/pydiction/Manifest
+++ b/app-vim/pydiction/Manifest
@@ -1 +1 @@
-DIST pydiction-1.2.3.zip 476599 SHA256 0998a06be1741edfb1261944ede6fbad77c3742d8924b57ec3ec80908a22b522 SHA512 20e553cb8fdc541e619936f80d8e808484e265d96d1223a7558770e453ad186d5d0057a8b25cd5707bf80b56e40c885097e4195fd66fea2afd8b6d83f84d9441 WHIRLPOOL b1fab3728637dd2ec780f6174790315b478b37eda8000a22891e75cd8a7e04b8f4255cee8ae9e249c18cf03a7beac7f8e650eed40fe345a68d59e2294435b1e2
+DIST pydiction-1.2.3.zip 475441 SHA256 fa5ca8fcd67bd5f7ff7d000e3e0e7d6565d5c298f1d9cf7d0424afad12b8c283 SHA512 91da1d8a9be89095072724d77bdcaa342fbd5479f5027d7ed7bb2d4a382c7385b2b7fae91c1cd94605232b34a96370a86096e3c32db0d106cbcda2a82f409922 WHIRLPOOL ffc9051eee429263b6037e09f16145704b5f7b209830ac1280cc10e56519ae3149532226bce38e12e8cdd5668ff8c67c80996129946afb9ffa075ffab2b16eae

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index f22c4d2..1699c18 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -12,11 +12,8 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="
-	dev-lang/python:*
-	app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/python:*"
 
 S="${WORKDIR}/${PN}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-05-14  9:37 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-05-14  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     51be5108817015fd69a8ad8fd3c1bbd504eef612
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 09:08:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May 14 09:09:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51be5108

app-vim/pydiction: Fix S variable.

Gentoo-Bug: https://bugs.gentoo.org/582994

Package-Manager: portage-2.2.26

 app-vim/pydiction/pydiction-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index 1699c18..25861af 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 DEPEND="app-arch/unzip"
 RDEPEND="dev-lang/python:*"
 
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/${PN}-master"
 
 src_install() {
 	insinto "/usr/share/${PN}"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2016-06-28 20:15 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-06-28 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     23aed7b7377ae8d8ab2eaf7438cc925f20a37c4f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:19:40 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:46:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aed7b7

app-vim/pydiction: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/pydiction/pydiction-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index 25861af..0bd0344 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND="dev-lang/python:*"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2017-04-21 20:45 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2017-04-21 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     22d5270c1d547bf47fcbbdb32725077accfb0896
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 21:33:08 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 20:44:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d5270c

app-vim/pydiction: convert to python-r1.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
new file mode 100644
index 00000000000..1c606af310f
--- /dev/null
+++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+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"
+
+DEPEND="app-arch/unzip"
+
+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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2017-07-07  9:20 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2017-07-07  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d5719570b012a3e4e3aaa207f103122a8ea6c203
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:12:47 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:20:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5719570

app-vim/pydiction: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
index 9bd1173f0db..0e9e20b9d9b 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit vim-plugin python-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2017-08-20 16:54 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2017-08-20 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e3642fa08fb277acb42cda227dc073aabae28bc5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:54:11 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:54:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3642fa0

app-vim/pydiction: port to python-r1.

This package is slightly more complicated so let's use the python-r1 class
instead.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 38 +++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
new file mode 100644
index 00000000000..b0144152640
--- /dev/null
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,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"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"
+
+S="${WORKDIR}/${PN}-master"
+
+src_install() {
+	# Rename pydiction script.
+	mv "${PN}.py" "${PN}" || die
+
+	# We're going to remove those files in a second 
+	# otherwise they're installed by Portage.
+	local pyfiles=( complete-dict "${PN}" )
+	insinto "/usr/share/${P}"
+	doins complete-dict
+
+	# pydiction is treated a singular script that lives on its own.
+	python_foreach_impl python_doscript "${PN}"
+	rm -v "${pyfiles[@]}" || die
+
+	vim-plugin_src_install
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2019-09-08 18:26 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2019-09-08 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4d7b075de78485a317fda305a19a5f006c62ae
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 18:23:42 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 18:23:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4d7b07

app-vim/pydiction: stable 1.2.3-r2 for ppc, bug #693124

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 7e8c76ffa53..6df14f50a40 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"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2019-09-08 18:30 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2019-09-08 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a4589ccbdb522ed5c197c55c29357711a5fce432
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 18:28:34 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 18:28:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4589ccb

app-vim/pydiction: stable 1.2.3-r2 for ppc64, bug #693124

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 6df14f50a40..d91803771c0 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"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2019-09-08 19:15 Thomas Deutschmann
  0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2019-09-08 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     25abf8628b9df12be1c5f34e15bb65c0c854a833
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 18:51:58 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 18:51:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25abf862

app-vim/pydiction: x86 stable (bug #693124)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index d91803771c0..88a926f7f85 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"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2019-09-09  5:54 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2019-09-09  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b8bb905b24b5d70c3bcfbbae9226f8d686bd98e3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 05:52:20 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 05:52:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bb905b

app-vim/pydiction: amd64 stable wrt bug #693124

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 88a926f7f85..8ef22c6cc19 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"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2019-09-09  6:32 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2019-09-09  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     72467bb3bfa5b62e089219aae9f30bdd1445ea31
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 06:09:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 06:32:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72467bb3

app-vim/pydiction: Drop old, buggy ebuilds

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 30 -----------------------------
 app-vim/pydiction/pydiction-1.2.3.ebuild    | 25 ------------------------
 2 files changed, 55 deletions(-)

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 12ae4f48a14..00000000000
--- 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.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
deleted file mode 100644
index c4fae822871..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2020-04-24 16:44 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2020-04-24 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8e247b57cc7191c67dec7483dcfed19ee590c334
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 16:42:07 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 16:42:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e247b57

app-vim/pydiction: add py3.7 + py3.8 support.

Closes: https://bugs.gentoo.org/718266
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 24de26a5d4c..4e06bb3c0bb 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
 
 inherit vim-plugin python-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2020-05-07 13:18 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2020-05-07 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     900d4d80d09d319febe892da6ad21a34c8d472c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 13:12:30 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  7 13:18:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900d4d80

app-vim/pydiction: Remove py2.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 4e06bb3c0bb..ef106fe6ef4 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit vim-plugin python-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
@ 2021-06-01 11:44 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-06-01 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     67ab3a9048ea9f4365c9e31668ecf2e45d3afd2b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 11:34:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 11:34:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab3a90

app-vim/pydiction: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index b17b9944fb3..aea6beb9b9f 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 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"
+S="${WORKDIR}/${PN}-master"
 
 LICENSE="vim"
 KEYWORDS="amd64 ppc ppc64 x86"
@@ -18,8 +19,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND="app-arch/unzip"
 RDEPEND="${PYTHON_DEPS}"
 
-S="${WORKDIR}/${PN}-master"
-
 src_install() {
 	# Rename pydiction script.
 	mv "${PN}.py" "${PN}" || die


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-06-01 11:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-09  5:54 [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-06-01 11:44 Sam James
2020-05-07 13:18 Michał Górny
2020-04-24 16:44 Patrice Clement
2019-09-09  6:32 Michał Górny
2019-09-08 19:15 Thomas Deutschmann
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2017-08-20 16:54 Patrice Clement
2017-07-07  9:20 Pacho Ramos
2017-04-21 20:45 Patrice Clement
2016-06-28 20:15 Patrice Clement
2016-05-14  9:37 Patrice Clement
2016-05-13 21:27 Patrice Clement
2016-05-12 21:12 Patrice Clement
2016-05-12 13:36 Patrice Clement
2016-05-12 13:36 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox