public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
@ 2019-07-15 15:28 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-07-15 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     da502701aee36c21fb472397e07a471e30f27367
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:27:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:27:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da502701

www-apps/metadot: Sort KEYWORDS

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

 www-apps/metadot/metadot-6.1.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/metadot/metadot-6.1.6-r1.ebuild b/www-apps/metadot/metadot-6.1.6-r1.ebuild
index 8346e6b7739..e94ebaaafba 100644
--- a/www-apps/metadot/metadot-6.1.6-r1.ebuild
+++ b/www-apps/metadot/metadot-6.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -13,7 +13,7 @@ DESCRIPTION="Metadot is a CMS with file, page and link management, and collabora
 HOMEPAGE="http://www.metadot.com"
 SRC_URI="http://download.metadot.com/${MY_P}.tar.gz"
 
-KEYWORDS="~x86 ppc"
+KEYWORDS="ppc ~x86"
 
 RDEPEND="
 	>=dev-lang/perl-5.005


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
@ 2017-10-24  7:11 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ccfa1c6002fafe9d23d7ef262f9cd89de86681b9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:45:19 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 07:10:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfa1c60

www-apps/metadot: Fix dep on dev-perl/HTML-Formatter

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../metadot/{metadot-6.4.5.4-r1.ebuild => metadot-6.4.5.4-r2.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/metadot/metadot-6.4.5.4-r1.ebuild b/www-apps/metadot/metadot-6.4.5.4-r2.ebuild
similarity index 96%
rename from www-apps/metadot/metadot-6.4.5.4-r1.ebuild
rename to www-apps/metadot/metadot-6.4.5.4-r2.ebuild
index 90501a51226..4ab1afba1f7 100644
--- a/www-apps/metadot/metadot-6.4.5.4-r1.ebuild
+++ b/www-apps/metadot/metadot-6.4.5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit webapp
@@ -45,7 +45,7 @@ RDEPEND="
 	dev-perl/Date-Manip
 	dev-perl/Text-CSV_XS
 	dev-perl/HTML-Tree
-	dev-perl/HTML-Format
+	dev-perl/HTML-Formatter
 	dev-perl/Data-ShowTable
 "
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
@ 2016-03-10 23:10 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-03-10 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b7701807c8f054e566c4dade4057b43aeff5f05f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 10:35:45 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7701807

www-apps/metadot: Fix dependency on dev-perl/Date-Manip

Package-Manager: portage-2.2.27

 www-apps/metadot/metadot-6.1.6-r1.ebuild   | 2 +-
 www-apps/metadot/metadot-6.4.5.4-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/metadot/metadot-6.1.6-r1.ebuild b/www-apps/metadot/metadot-6.1.6-r1.ebuild
index 8dc917a..8eda60e 100644
--- a/www-apps/metadot/metadot-6.1.6-r1.ebuild
+++ b/www-apps/metadot/metadot-6.1.6-r1.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
 	dev-perl/XML-Simple
 	dev-perl/Text-CSV_XS
 	dev-perl/Archive-Zip
-	dev-perl/DateManip
+	dev-perl/Date-Manip
 "
 
 LICENSE="GPL-2"

diff --git a/www-apps/metadot/metadot-6.4.5.4-r1.ebuild b/www-apps/metadot/metadot-6.4.5.4-r1.ebuild
index e2a82c1..c4a6d73 100644
--- a/www-apps/metadot/metadot-6.4.5.4-r1.ebuild
+++ b/www-apps/metadot/metadot-6.4.5.4-r1.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
 	>=dev-perl/XML-Simple-2.08
 	dev-perl/XML-Dumper
 	dev-perl/Archive-Zip
-	dev-perl/DateManip
+	dev-perl/Date-Manip
 	dev-perl/Text-CSV_XS
 	dev-perl/HTML-Tree
 	dev-perl/HTML-Format


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
@ 2016-02-22  8:46 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-02-22  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2938ef5d6308844366817e5b17de267add2edc9e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 18:52:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 10:23:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2938ef5d

www-apps/metadot: empty -r1 bump for no-dyndeps

Package-Manager: portage-2.2.27

 www-apps/metadot/{metadot-6.1.6.ebuild => metadot-6.1.6-r1.ebuild}     | 0
 www-apps/metadot/{metadot-6.4.5.4.ebuild => metadot-6.4.5.4-r1.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6-r1.ebuild
similarity index 100%
rename from www-apps/metadot/metadot-6.1.6.ebuild
rename to www-apps/metadot/metadot-6.1.6-r1.ebuild

diff --git a/www-apps/metadot/metadot-6.4.5.4.ebuild b/www-apps/metadot/metadot-6.4.5.4-r1.ebuild
similarity index 100%
rename from www-apps/metadot/metadot-6.4.5.4.ebuild
rename to www-apps/metadot/metadot-6.4.5.4-r1.ebuild


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
@ 2016-02-22  8:46 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-02-22  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     50db7e66ecf1242c1aa28b63605afb3a45a5a451
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 18:31:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 10:23:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50db7e66

www-apps/metadot: fix dep on dev-perl/Image-Size

Package-Manager: portage-2.2.27

 www-apps/metadot/metadot-6.1.6.ebuild   | 4 ++--
 www-apps/metadot/metadot-6.4.5.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6.ebuild
index 9d7c2de..8dc917a 100644
--- a/www-apps/metadot/metadot-6.1.6.ebuild
+++ b/www-apps/metadot/metadot-6.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,7 @@ RDEPEND="
 	dev-perl/Spreadsheet-WriteExcel
 	dev-perl/Date-Calc
 	dev-perl/AppConfig
-	dev-perl/ImageSize
+	dev-perl/Image-Size
 	dev-perl/Template-Toolkit
 	virtual/perl-Time-HiRes
 	dev-perl/Lingua-EN-NameParse

diff --git a/www-apps/metadot/metadot-6.4.5.4.ebuild b/www-apps/metadot/metadot-6.4.5.4.ebuild
index 6ca41f9..e2a82c1 100644
--- a/www-apps/metadot/metadot-6.4.5.4.ebuild
+++ b/www-apps/metadot/metadot-6.4.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,7 @@ RDEPEND="
 	>=dev-perl/Unicode-String-2.07
 	>=dev-perl/Spreadsheet-WriteExcel-0.41
 	>=dev-perl/Date-Calc-5.3
-	>=dev-perl/ImageSize-2.991
+	>=dev-perl/Image-Size-2.991.0
 	>=dev-perl/Template-Toolkit-2.09
 	>=virtual/perl-Time-HiRes-1.48
 	>=virtual/perl-Test-Harness-2.28


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

end of thread, other threads:[~2019-07-15 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 15:28 [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-10-24  7:11 Kent Fredric
2016-03-10 23:10 Andreas Hüttel
2016-02-22  8:46 Patrice Clement
2016-02-22  8:46 Patrice Clement

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