public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2016-07-23 19:31 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-07-23 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b86588cefcf1c6dc5dcdc7e32af4b3115d82501e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 19:29:52 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 19:30:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86588ce

dev-perl/Text-VimColor: Require vim[-minimal] re bug #589542

Text::VimColor needs vim's syntax highlighter in order to work.

However, USE="minimal" disables compiling syntax highlighting
into vim due to --features=tiny

-R1 bump to propagate deps through non-dyndeps

Thanks to Toralf Förster for reporting

Bug: https://bugs.gentoo.org/589542

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../{Text-VimColor-0.260.ebuild => Text-VimColor-0.260-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
similarity index 88%
rename from dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild
rename to dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
index 483e126..fef3365 100644
--- a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="app-editors/vim"
+RDEPEND="app-editors/vim[-minimal]"
 DEPEND="${RDEPEND}
 	dev-perl/File-ShareDir-Install
 	dev-perl/Test-File-ShareDir


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2018-02-28  2:01 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-02-28  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1885d4b9267d6919e85cee89d743bf1c3d413e58
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 02:00:24 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 02:00:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1885d4b9

dev-perl/Text-VimColor: Bump to version 0.280.0 re bug #627292

Upstream:
- Build fixes for perl 5.24 and 5.26
- Test fixes for perl 5.26 ( esp: dot-in-inc )

Bug: https://bugs.gentoo.org/627292
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Text-VimColor/Manifest                    |  1 +
 .../Text-VimColor/Text-VimColor-0.280.0.ebuild     | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
index 3d6e79a0ee1..b8f8659c044 100644
--- a/dev-perl/Text-VimColor/Manifest
+++ b/dev-perl/Text-VimColor/Manifest
@@ -1 +1,2 @@
 DIST Text-VimColor-0.26.tar.gz 137189 BLAKE2B 2d3f62034dd48665e74a83bf1aa9d37dd3b63facb927b96d8f079d59a70f8c35299a4a8e159c522119ff37d9befcbe2dea7914a0a708c071b656ece61f838f2a SHA512 33fc7c1da08e499199d7e7cecb53fae3d6dcd4f8207ed9cd250349e6f21691eac6335a19657cb69a22ec46f09b74171c4f6886438f5d5a85afe2f8680a09e82e
+DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
new file mode 100644
index 00000000000..48a84f4e1da
--- /dev/null
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.28
+DIST_AUTHOR=RWSTAUNER
+
+inherit perl-module
+
+DESCRIPTION="Syntax highlighting using vim"
+HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="app-editors/vim[-minimal]
+	virtual/perl-Carp
+	dev-perl/File-ShareDir
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	>=dev-perl/Path-Class-0.40.0
+	>=virtual/perl-Term-ANSIColor-1.30.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/File-ShareDir-Install-0.60.0
+	test? (
+		virtual/perl-Exporter
+		virtual/perl-File-Spec
+		dev-perl/Test-File-ShareDir
+		>=virtual/perl-Test-Simple-0.880.0
+		dev-perl/XML-Parser
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2018-12-08 22:17 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-12-08 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f1e53b51bd755c30f90db2bd4c7eb40bdaa533b1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 20:54:26 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 22:16:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e53b51

dev-perl/Text-VimColor: version bump.

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

 .../Text-VimColor/Text-VimColor-0.290.0.ebuild     | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild
new file mode 100644
index 00000000000..65b1651bc50
--- /dev/null
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.28
+DIST_AUTHOR=RWSTAUNER
+
+inherit perl-module
+
+DESCRIPTION="Syntax highlighting using vim"
+HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="app-editors/vim[-minimal]
+	virtual/perl-Carp
+	dev-perl/File-ShareDir
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	>=dev-perl/Path-Class-0.40.0
+	>=virtual/perl-Term-ANSIColor-1.30.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/File-ShareDir-Install-0.60.0
+	test? (
+		virtual/perl-Exporter
+		virtual/perl-File-Spec
+		dev-perl/Test-File-ShareDir
+		>=virtual/perl-Test-Simple-0.880.0
+		dev-perl/XML-Parser
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2019-12-10 17:53 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-12-10 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7f4ec7071836a26373a6f0a9ecab08b61d6ae732
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 17:32:10 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 17:53:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4ec707

dev-perl/Text-VimColor: Version bump, this time for real

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Text-VimColor/Manifest                                       | 1 +
 .../{Text-VimColor-0.290.0.ebuild => Text-VimColor-0.290.0-r1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
index 40a551eae69..b49b7b0862a 100644
--- a/dev-perl/Text-VimColor/Manifest
+++ b/dev-perl/Text-VimColor/Manifest
@@ -1 +1,2 @@
 DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe
+DIST Text-VimColor-0.29.tar.gz 58409 BLAKE2B ddc4395083fe39a060ed77f3c8fd75f1dd3b4232445a74236390ef454cb06066675da9d77d2d5139a8dd2f8c315ecc735b246b672152e2aef1cd1ace0621d704 SHA512 6b102b293a3742532bd576a2b8e61cbc87d44595eed19d9300104d5a9c14107c19acd8c2d5d006f1e248560b00ce3ee7c438f323df9e833c0322527d0e748067

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild
similarity index 92%
rename from dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild
rename to dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild
index 65b1651bc50..8b68600ced9 100644
--- a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DIST_VERSION=0.28
+DIST_VERSION=0.29
 DIST_AUTHOR=RWSTAUNER
 
 inherit perl-module


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2021-05-23 13:48 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3d38238851ade6d217de51a2d8e6e460772dd0c5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:36:23 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:47:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d382388

dev-perl/Text-VimColor: Remove old 0.28

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Text-VimColor/Manifest                    |  1 -
 .../Text-VimColor/Text-VimColor-0.280.0.ebuild     | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
index b49b7b0862a..1b0ae9cb270 100644
--- a/dev-perl/Text-VimColor/Manifest
+++ b/dev-perl/Text-VimColor/Manifest
@@ -1,2 +1 @@
-DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe
 DIST Text-VimColor-0.29.tar.gz 58409 BLAKE2B ddc4395083fe39a060ed77f3c8fd75f1dd3b4232445a74236390ef454cb06066675da9d77d2d5139a8dd2f8c315ecc735b246b672152e2aef1cd1ace0621d704 SHA512 6b102b293a3742532bd576a2b8e61cbc87d44595eed19d9300104d5a9c14107c19acd8c2d5d006f1e248560b00ce3ee7c438f323df9e833c0322527d0e748067

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
deleted file mode 100644
index 004eaf8b8b6..00000000000
--- a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.28
-DIST_AUTHOR=RWSTAUNER
-
-inherit perl-module
-
-DESCRIPTION="Syntax highlighting using vim"
-HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-editors/vim[-minimal]
-	virtual/perl-Carp
-	dev-perl/File-ShareDir
-	virtual/perl-File-Temp
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	>=dev-perl/Path-Class-0.40.0
-	>=virtual/perl-Term-ANSIColor-1.30.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/File-ShareDir-Install-0.60.0
-	test? (
-		virtual/perl-Exporter
-		virtual/perl-File-Spec
-		dev-perl/Test-File-ShareDir
-		>=virtual/perl-Test-Simple-0.880.0
-		dev-perl/XML-Parser
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/
@ 2021-09-26 11:24 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-09-26 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b153e8bdd5a03c2ab59a227ded8c3b325dea8f7c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 11:22:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 11:24:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b153e8bd

dev-perl/Text-VimColor: EAPI=8 bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...VimColor-0.290.0-r1.ebuild => Text-VimColor-0.290.0-r2.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild
similarity index 87%
rename from dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild
rename to dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild
index 8f55a2e725d..cbdf1c24f94 100644
--- a/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_VERSION=0.29
 DIST_AUTHOR=RWSTAUNER
@@ -13,8 +13,6 @@ HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="app-editors/vim[-minimal]
 	virtual/perl-Carp
@@ -25,7 +23,7 @@ RDEPEND="app-editors/vim[-minimal]
 	>=dev-perl/Path-Class-0.40.0
 	>=virtual/perl-Term-ANSIColor-1.30.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	>=dev-perl/File-ShareDir-Install-0.60.0
 	test? (


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

end of thread, other threads:[~2021-09-26 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-08 22:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2021-09-26 11:24 Andreas K. Hüttel
2021-05-23 13:48 Andreas K. Hüttel
2019-12-10 17:53 Andreas K. Hüttel
2018-02-28  2:01 Kent Fredric
2016-07-23 19:31 Kent Fredric

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