* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2015-08-25 2:24 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2015-08-25 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 2ba91a71f3f32dd866d7883b65e8d0683e640f97
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:20:05 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:20:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba91a71
app-vim/easytags: stabilize 3.10.1
app-vim/easytags/easytags-3.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/easytags/easytags-3.10.1.ebuild b/app-vim/easytags/easytags-3.10.1.ebuild
index aeeee4b..246aff5 100644
--- a/app-vim/easytags/easytags-3.10.1.ebuild
+++ b/app-vim/easytags/easytags-3.10.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
HOMEPAGE="http://peterodding.com/code/vim/easytags/"
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2015-08-25 2:24 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2015-08-25 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 908a6a7b0b73ff4b64e50a1c28cecfe87bb42dde
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:19:48 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:19:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908a6a7b
app-vim/easytags: version bump to 3.11
app-vim/easytags/Manifest | 1 +
app-vim/easytags/easytags-3.11.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest
index ff23405..aa42bfc 100644
--- a/app-vim/easytags/Manifest
+++ b/app-vim/easytags/Manifest
@@ -1,2 +1,3 @@
DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40
+DIST easytags-3.11.tar.gz 40572 SHA256 3c365ea1fb7598f93976e9abd5734eb9b261de2951701c450e2ad1e9186a9b10 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 WHIRLPOOL f216ca697b4e23a20e968bc3639bb238c037ce05225528b8051b885f19d9f72f2e8d49f6938325abf439b7a45fc14405d399f6a6bcd1929ffb114a745b552052
DIST easytags-3.9.1.tar.gz 39836 SHA256 0073fd8173c1ee2de002a2fd14e74c8891d937e55dc27a1361fe3890f419f82b SHA512 6f81b362d5b4d80ecb4a7ee07cf3134e02f366dd364180df365803824da824b57e7fc0ec975080e95066ebd362281bce59dc43c3d1583ebe6284a5ee724e2978 WHIRLPOOL 2c0708c3a27ff8628a3a076102bc6455d0ad872cdc8f424e2ea36c4dbf62451d7c7e0934cec71199d44854a7a5667bd39038083107f68debf607378278eefb82
diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
new file mode 100644
index 0000000..aeeee4b
--- /dev/null
+++ b/app-vim/easytags/easytags-3.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 vim-plugin
+
+DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
+HOMEPAGE="http://peterodding.com/code/vim/easytags/"
+SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=app-vim/vim-misc-1.17.6
+ dev-util/ctags"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S=${WORKDIR}/vim-${P}
+
+src_prepare() {
+ # remove unnecessary files
+ rm addon-info.json INSTALL.md README.md || die
+}
+
+src_install() {
+ vim-plugin_src_install
+
+ # fix scripts
+ fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
+ python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2015-08-25 2:24 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2015-08-25 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 75ea67479f6531253cf193a22b4091f385e30b8c
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:20:13 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:20:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ea6747
app-vim/easytags: remove old
app-vim/easytags/Manifest | 1 -
app-vim/easytags/easytags-3.9.1.ebuild | 36 ----------------------------------
2 files changed, 37 deletions(-)
diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest
index aa42bfc..643dc28 100644
--- a/app-vim/easytags/Manifest
+++ b/app-vim/easytags/Manifest
@@ -1,3 +1,2 @@
DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40
DIST easytags-3.11.tar.gz 40572 SHA256 3c365ea1fb7598f93976e9abd5734eb9b261de2951701c450e2ad1e9186a9b10 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 WHIRLPOOL f216ca697b4e23a20e968bc3639bb238c037ce05225528b8051b885f19d9f72f2e8d49f6938325abf439b7a45fc14405d399f6a6bcd1929ffb114a745b552052
-DIST easytags-3.9.1.tar.gz 39836 SHA256 0073fd8173c1ee2de002a2fd14e74c8891d937e55dc27a1361fe3890f419f82b SHA512 6f81b362d5b4d80ecb4a7ee07cf3134e02f366dd364180df365803824da824b57e7fc0ec975080e95066ebd362281bce59dc43c3d1583ebe6284a5ee724e2978 WHIRLPOOL 2c0708c3a27ff8628a3a076102bc6455d0ad872cdc8f424e2ea36c4dbf62451d7c7e0934cec71199d44854a7a5667bd39038083107f68debf607378278eefb82
diff --git a/app-vim/easytags/easytags-3.9.1.ebuild b/app-vim/easytags/easytags-3.9.1.ebuild
deleted file mode 100644
index b2e6cc5..0000000
--- a/app-vim/easytags/easytags-3.9.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
-HOMEPAGE="http://peterodding.com/code/vim/easytags/"
-SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-vim/vim-misc-1.16.1
- dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim-${P}
-
-src_prepare() {
- # remove unnecessary files
- rm addon-info.json INSTALL.md README.md || die
-}
-
-src_install() {
- vim-plugin_src_install
-
- # fix scripts
- fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
- python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2016-09-28 21:23 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-28 21:23 UTC (permalink / raw
To: gentoo-commits
commit: ca0d88494d19333f99f706177e35bdb774a93456
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:05:19 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:23:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0d8849
app-vim/easytags: Stable for amd64+x86.
Package-Manager: portage-2.2.28
app-vim/easytags/easytags-3.11.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
index aeeee4b..85d28d9 100644
--- a/app-vim/easytags/easytags-3.11.ebuild
+++ b/app-vim/easytags/easytags-3.11.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 vim-plugin
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
HOMEPAGE="http://peterodding.com/code/vim/easytags/"
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2016-09-28 21:23 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-28 21:23 UTC (permalink / raw
To: gentoo-commits
commit: a3e1927f8ef15b11c975af68410e65f0b70412b2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:05:50 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:23:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e1927f
app-vim/easytags: clean up old.
Package-Manager: portage-2.2.28
app-vim/easytags/Manifest | 1 -
app-vim/easytags/easytags-3.10.1.ebuild | 36 ---------------------------------
2 files changed, 37 deletions(-)
diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest
index 643dc28..a3b21a5 100644
--- a/app-vim/easytags/Manifest
+++ b/app-vim/easytags/Manifest
@@ -1,2 +1 @@
-DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40
DIST easytags-3.11.tar.gz 40572 SHA256 3c365ea1fb7598f93976e9abd5734eb9b261de2951701c450e2ad1e9186a9b10 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 WHIRLPOOL f216ca697b4e23a20e968bc3639bb238c037ce05225528b8051b885f19d9f72f2e8d49f6938325abf439b7a45fc14405d399f6a6bcd1929ffb114a745b552052
diff --git a/app-vim/easytags/easytags-3.10.1.ebuild b/app-vim/easytags/easytags-3.10.1.ebuild
deleted file mode 100644
index 246aff5..00000000
--- a/app-vim/easytags/easytags-3.10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
-HOMEPAGE="http://peterodding.com/code/vim/easytags/"
-SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-vim/vim-misc-1.17.6
- dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim-${P}
-
-src_prepare() {
- # remove unnecessary files
- rm addon-info.json INSTALL.md README.md || die
-}
-
-src_install() {
- vim-plugin_src_install
-
- # fix scripts
- fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
- python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2019-07-29 8:23 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2019-07-29 8:23 UTC (permalink / raw
To: gentoo-commits
commit: c3755307eafc4c52c1afd32e8cc7a05323e4ab1c
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 08:16:16 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 08:18:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3755307
app-vim/easytags: fix qa whitespace warning and update to EAPI 7
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-vim/easytags/easytags-3.11.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
index 79b37e481e5..3b3fa9986ce 100644
--- a/app-vim/easytags/easytags-3.11.ebuild
+++ b/app-vim/easytags/easytags-3.11.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python2_7 )
@@ -23,12 +23,10 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
S="${WORKDIR}/vim-${P}"
-PATCHES=(
- "${FILESDIR}/${P}-fix-ctags-detection.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" )
src_prepare() {
- epatch "${PATCHES[@]}"
+ default
# remove unnecessary files
rm addon-info.json INSTALL.md README.md || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
@ 2020-06-21 16:04 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2020-06-21 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 0dbb5f3e9f44b1fa586421b2e5bbd34ab07aeccf
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 16:03:11 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 16:04:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbb5f3e
app-vim/easytags: add python{3_6,3_7,3_8} to targets.
Closes: https://bugs.gentoo.org/708982
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/easytags/easytags-3.11-r1.ebuild | 50 ++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/app-vim/easytags/easytags-3.11-r1.ebuild b/app-vim/easytags/easytags-3.11-r1.ebuild
new file mode 100644
index 00000000000..cbd424d4f07
--- /dev/null
+++ b/app-vim/easytags/easytags-3.11-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit python-single-r1 vim-plugin
+
+DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
+HOMEPAGE="http://peterodding.com/code/vim/easytags/"
+SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ app-vim/vim-misc
+ dev-util/ctags"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S="${WORKDIR}/vim-${P}"
+
+PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" )
+
+src_prepare() {
+ default
+ rm addon-info.json INSTALL.md README.md || die
+}
+
+src_install() {
+ vim-plugin_src_install
+
+ fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
+
+ # fix scripts
+ local f
+ for f in $(find "${ED}" -type f -name \*.py); do
+ ebegin "Fixing $(basename ${f})"
+ if [[ $f =~ highlight.py ]]; then
+ sed -e '1 i\#!/usr/bin/env python3' -i "${f}" || die "can't sed patch ${f}"
+ fi
+ 2to3 -w -n --no-diffs "${f}" >& /dev/null || die "can't convert ${f} to Python 3"
+ python_fix_shebang -q -f "${f}"
+ eend $?
+ done
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-06-21 16:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 21:23 [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2020-06-21 16:04 Patrice Clement
2019-07-29 8:23 Tim Harder
2016-09-28 21:23 Patrice Clement
2015-08-25 2:24 Tim Harder
2015-08-25 2:24 Tim Harder
2015-08-25 2:24 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox