From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
Date: Fri, 21 Apr 2017 20:45:35 +0000 (UTC) [thread overview]
Message-ID: <1492807491.22d5270c1d547bf47fcbbdb32725077accfb0896.monsieurp@gentoo> (raw)
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
+}
next reply other threads:[~2017-04-21 20:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 20:45 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-01 11:44 [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/ 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-09 5:54 Agostino Sarubbo
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
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1492807491.22d5270c1d547bf47fcbbdb32725077accfb0896.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox