public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/notes/
@ 2015-08-25  2:24 Tim Harder
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder @ 2015-08-25  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5ed8edeca43b55ffc8977c8a090b51c1898d8673
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:18:32 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:18:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed8edec

app-vim/notes: stabilize 0.33

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

diff --git a/app-vim/notes/notes-0.33.ebuild b/app-vim/notes/notes-0.33.ebuild
index 06a63c0..a2cd28b 100644
--- a/app-vim/notes/notes-0.33.ebuild
+++ b/app-vim/notes/notes-0.33.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: easy note taking in vim"
 HOMEPAGE="http://peterodding.com/code/vim/notes/"
 SRC_URI="https://github.com/xolox/vim-notes/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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/notes/
@ 2016-04-07  9:56 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-04-07  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b755cb9c0d0195e35aa6e79d4d8700e9fa7ae5cb
Author:     Leho Kraav <leho <AT> kraav <DOT> com>
AuthorDate: Wed Apr  6 18:04:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 09:42:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b755cb9c

app-vim/notes: drop 0.29, bump 0.33.4

Closes: https://github.com/gentoo/gentoo/pull/1208

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/notes/Manifest                                   | 2 +-
 app-vim/notes/{notes-0.29.ebuild => notes-0.33.4.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/notes/Manifest b/app-vim/notes/Manifest
index bf900ee..372c927 100644
--- a/app-vim/notes/Manifest
+++ b/app-vim/notes/Manifest
@@ -1,2 +1,2 @@
-DIST notes-0.29.tar.gz 53079 SHA256 231ad897f7a89067a7ec05366e2bd4782faad1b0abb198b241821c66612ae258 SHA512 9f757f06c9d881cd880ba7d9d0b5c6ab466f511d6a09919dc4febf9fa23132a3f7cf8e9d6f3b548ae94444fa3083e7f88f8d7a8a385cdccdb627e496f6cfefab WHIRLPOOL 230e1855ddc6512d4bee14524b2cab09d01ece02b6898d49054ca8e071ebf5cdd8e4dc17be5dbe459f5879e8b5539847eaa6932b252fb6f39b625a4f2d2b8d85
+DIST notes-0.33.4.tar.gz 239372 SHA256 2a118a484beac2cf6254efe81e6a0d5c1513e027f476df7be93e330ab957034e SHA512 7f2147e786582e69760c6d76d7144bc1fd0f8934ce6574184e16f463f5ca9c21e9e0fc87f88b56922b8195b26be7b0f99435cef773ccbc360077cf568b98b98a WHIRLPOOL f23428663a8b8ea8b5f817728f81165c7046fb4f9157cd37bc1603cb4f876b125d272d4df9333988c2f84ff70e6a753167d6e12b034629da387f143adbaffd05
 DIST notes-0.33.tar.gz 238638 SHA256 f4ca53d17d2e103eccfdeb8fcaf0ad47b02c594ca2587ae5b95fd7ac33407a1e SHA512 0149c12e5feeeaaeca658dd8136ad590694a06f367ef227aad786bc830254acf74903edf2334527274dcdfaff7cd86e605c2ea083a5ec09d4409d5b4fef194f1 WHIRLPOOL a14a65d37c5630c8dcccc4a7620ff679302c07cad05a3baa57a322f75d88199ed73fc70026a1674817a8d20a4e8ed87f3c6b6a9bc32419d508f1024522868be8

diff --git a/app-vim/notes/notes-0.29.ebuild b/app-vim/notes/notes-0.33.4.ebuild
similarity index 92%
rename from app-vim/notes/notes-0.29.ebuild
rename to app-vim/notes/notes-0.33.4.ebuild
index dfc1aea..06a63c0 100644
--- a/app-vim/notes/notes-0.29.ebuild
+++ b/app-vim/notes/notes-0.33.4.ebuild
@@ -12,11 +12,11 @@ DESCRIPTION="vim plugin: easy note taking in vim"
 HOMEPAGE="http://peterodding.com/code/vim/notes/"
 SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	>=app-vim/vim-misc-1.16.1"
+	>=app-vim/vim-misc-1.17.6"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/notes/
@ 2016-08-06  9:58 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-08-06  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b2438e6390a9227945fc88e4a1a1504b973bec05
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:57:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 09:57:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2438e63

app-vim/notes: Clean up old.

Package-Manager: portage-2.2.28
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/notes/Manifest          |  1 -
 app-vim/notes/notes-0.33.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-vim/notes/Manifest b/app-vim/notes/Manifest
index 372c927..b9fdcf8 100644
--- a/app-vim/notes/Manifest
+++ b/app-vim/notes/Manifest
@@ -1,2 +1 @@
 DIST notes-0.33.4.tar.gz 239372 SHA256 2a118a484beac2cf6254efe81e6a0d5c1513e027f476df7be93e330ab957034e SHA512 7f2147e786582e69760c6d76d7144bc1fd0f8934ce6574184e16f463f5ca9c21e9e0fc87f88b56922b8195b26be7b0f99435cef773ccbc360077cf568b98b98a WHIRLPOOL f23428663a8b8ea8b5f817728f81165c7046fb4f9157cd37bc1603cb4f876b125d272d4df9333988c2f84ff70e6a753167d6e12b034629da387f143adbaffd05
-DIST notes-0.33.tar.gz 238638 SHA256 f4ca53d17d2e103eccfdeb8fcaf0ad47b02c594ca2587ae5b95fd7ac33407a1e SHA512 0149c12e5feeeaaeca658dd8136ad590694a06f367ef227aad786bc830254acf74903edf2334527274dcdfaff7cd86e605c2ea083a5ec09d4409d5b4fef194f1 WHIRLPOOL a14a65d37c5630c8dcccc4a7620ff679302c07cad05a3baa57a322f75d88199ed73fc70026a1674817a8d20a4e8ed87f3c6b6a9bc32419d508f1024522868be8

diff --git a/app-vim/notes/notes-0.33.ebuild b/app-vim/notes/notes-0.33.ebuild
deleted file mode 100644
index a2cd28b..0000000
--- a/app-vim/notes/notes-0.33.ebuild
+++ /dev/null
@@ -1,30 +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 )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: easy note taking in vim"
-HOMEPAGE="http://peterodding.com/code/vim/notes/"
-SRC_URI="https://github.com/xolox/vim-notes/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"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim-${P}
-
-src_prepare() {
-	# remove unnecessary files
-	rm addon-info.json INSTALL.md README.md || die
-
-	python_fix_shebang .
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/notes/
@ 2016-08-06  9:58 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-08-06  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     02408c6078e1baee6137325f5ee47cb64e171094
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:57:03 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 09:57:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02408c60

app-vim/notes: Stable for amd64+x86.

Package-Manager: portage-2.2.28
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/notes/notes-0.33.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-vim/notes/notes-0.33.4.ebuild b/app-vim/notes/notes-0.33.4.ebuild
index 06a63c0..96d2071 100644
--- a/app-vim/notes/notes-0.33.4.ebuild
+++ b/app-vim/notes/notes-0.33.4.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 )
 PYTHON_REQ_USE="sqlite"
 
@@ -12,7 +13,7 @@ DESCRIPTION="vim plugin: easy note taking in vim"
 HOMEPAGE="http://peterodding.com/code/vim/notes/"
 SRC_URI="https://github.com/xolox/vim-notes/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] 6+ messages in thread

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

commit:     0199924af14044f59a9a0dd881eb9c7d92868b44
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 15:37:39 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 16:04:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199924a

app-vim/notes: various fixes.

* EAPI 7 bump.
* add python{3_6,3_7,3_8} targets.

Bug: 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/notes/notes-0.33.4-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-vim/notes/notes-0.33.4-r1.ebuild b/app-vim/notes/notes-0.33.4-r1.ebuild
new file mode 100644
index 00000000000..d436975d182
--- /dev/null
+++ b/app-vim/notes/notes-0.33.4-r1.ebuild
@@ -0,0 +1,35 @@
+# 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} )
+
+PYTHON_REQ_USE="sqlite"
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: easy note taking in vim"
+HOMEPAGE="http://peterodding.com/code/vim/notes/"
+SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	app-vim/vim-misc"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S="${WORKDIR}/vim-${P}"
+
+src_prepare() {
+	default
+
+	# remove unnecessary files
+	rm addon-info.json INSTALL.md README.md || die
+
+	python_fix_shebang "${S}"
+}


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

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

commit:     19135fe247f1d33a1be670214eb197b7a504abd6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 15:38:07 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=19135fe2

app-vim/notes: clean up old.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/notes/notes-0.33.4.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/app-vim/notes/notes-0.33.4.ebuild b/app-vim/notes/notes-0.33.4.ebuild
deleted file mode 100644
index 9006ecc51f8..00000000000
--- a/app-vim/notes/notes-0.33.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: easy note taking in vim"
-HOMEPAGE="http://peterodding.com/code/vim/notes/"
-SRC_URI="https://github.com/xolox/vim-notes/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"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim-${P}
-
-src_prepare() {
-	# remove unnecessary files
-	rm addon-info.json INSTALL.md README.md || die
-
-	python_fix_shebang .
-}


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

end of thread, other threads:[~2020-06-21 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25  2:24 [gentoo-commits] repo/gentoo:master commit in: app-vim/notes/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2016-04-07  9:56 Patrice Clement
2016-08-06  9:58 Patrice Clement
2016-08-06  9:58 Patrice Clement
2020-06-21 16:04 Patrice Clement
2020-06-21 16:04 Patrice Clement

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