public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2020-05-06 13:42 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-05-06 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     92654ee3f74fb2fe47bab6cced40abb368687a96
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 13:39:32 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May  6 13:39:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92654ee3

dev-perl/Business-UPS: -r bump for EAPI7

- EAPI7
- Remove empty variable assignments and useless vars
- Add USE="examples"

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild b/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild
new file mode 100644
index 00000000000..2879ee24d86
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=2.01
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A UPS Interface Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-perl/libwww-perl"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2020-09-26  8:50 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-09-26  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a5e15c7d09721f2e0563c1488be2664d1fa848a6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 08:48:55 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 08:50:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e15c7d

dev-perl/Business-UPS: Cleanup old 2.10.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.10.0-r1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.10.0-r1.ebuild b/dev-perl/Business-UPS/Business-UPS-2.10.0-r1.ebuild
deleted file mode 100644
index 28e5068e041..00000000000
--- a/dev-perl/Business-UPS/Business-UPS-2.10.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TODDR
-MODULE_VERSION=2.01
-inherit perl-module
-
-DESCRIPTION="A UPS Interface Module"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/libwww-perl"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2021-04-30 22:43 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-04-30 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ef0a8fdf0854f89e1c34e448e9eac167c3968d47
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 22:39:04 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 22:39:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0a8fdf

dev-perl/Business-UPS: Version bump 2.02

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

 dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild | 19 +++++++++++++++++++
 dev-perl/Business-UPS/Manifest                   |  1 +
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
new file mode 100644
index 00000000000..dd3943fc1b0
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=2.02
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A UPS Interface Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-perl/libwww-perl"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Business-UPS/Manifest b/dev-perl/Business-UPS/Manifest
index 857ffab45ab..480e55b26f5 100644
--- a/dev-perl/Business-UPS/Manifest
+++ b/dev-perl/Business-UPS/Manifest
@@ -1 +1,2 @@
 DIST Business-UPS-2.01.tar.gz 9341 BLAKE2B b3b4e6e80fbd42e9e0626befd49bf6318d31215fdca1707516e1c104249ddb8e40d7c3df3c23a5284102d7a41006bb9b803ba890f9997402cbeda152ee1413b8 SHA512 1c0d60e9a3a513fd0ce2513e4e561eec60de5890bfe497b19d44976a2da9d7f31870bbc1824569b882ac573ddd969ad1d67293a2ac08a7750e2dd881d0f49f16
+DIST Business-UPS-2.02.tar.gz 10189 BLAKE2B b70a1d43a34ef4ba51dc7e0a7add8ddc32e614841e94da6344155cdc18eb7cb1cc88f63db6c95f6b9bc8903bff3b3a35dd0a08992d1327bde740c61cbc1a4c8c SHA512 417245c9197de23bce3a816dad79c212f6aaf26554b7f79fc55b4686b590836bc1febce4e0a6605939ffbb051f8b928f3ec2d113e75c632c1f59acf8b719347d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2021-07-29  6:45 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2021-07-29  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     368fd66b1f46f469d03d04ea1ee17ceee8a398c2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 06:45:15 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 06:45:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368fd66b

dev-perl/Business-UPS: x86 stable wrt bug #804720

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
index dd3943fc1b0..e1c08f7fcc5 100644
--- a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A UPS Interface Module"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-perl/libwww-perl"
 BDEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2021-07-29  7:08 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2021-07-29  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     14c9bf6a25c32c8b69785d6d1c0da1f188017ab7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 07:07:59 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 07:07:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c9bf6a

dev-perl/Business-UPS: amd64 stable wrt bug #804720

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
index e1c08f7fcc5..eb0acf7de97 100644
--- a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A UPS Interface Module"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-perl/libwww-perl"
 BDEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2021-10-09 15:54 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ec3d567a5a1ee84e1edc4816df069bfb3a752c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 15:45:53 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 15:54:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ec3d56

dev-perl/Business-UPS: Remove old

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

 dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild | 19 -------------------
 dev-perl/Business-UPS/Manifest                      |  1 -
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild b/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild
deleted file mode 100644
index 0b1f8f6a320..00000000000
--- a/dev-perl/Business-UPS/Business-UPS-2.10.0-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=TODDR
-DIST_VERSION=2.01
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="A UPS Interface Module"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-perl/libwww-perl"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"

diff --git a/dev-perl/Business-UPS/Manifest b/dev-perl/Business-UPS/Manifest
index 480e55b26f5..eb628ca0e46 100644
--- a/dev-perl/Business-UPS/Manifest
+++ b/dev-perl/Business-UPS/Manifest
@@ -1,2 +1 @@
-DIST Business-UPS-2.01.tar.gz 9341 BLAKE2B b3b4e6e80fbd42e9e0626befd49bf6318d31215fdca1707516e1c104249ddb8e40d7c3df3c23a5284102d7a41006bb9b803ba890f9997402cbeda152ee1413b8 SHA512 1c0d60e9a3a513fd0ce2513e4e561eec60de5890bfe497b19d44976a2da9d7f31870bbc1824569b882ac573ddd969ad1d67293a2ac08a7750e2dd881d0f49f16
 DIST Business-UPS-2.02.tar.gz 10189 BLAKE2B b70a1d43a34ef4ba51dc7e0a7add8ddc32e614841e94da6344155cdc18eb7cb1cc88f63db6c95f6b9bc8903bff3b3a35dd0a08992d1327bde740c61cbc1a4c8c SHA512 417245c9197de23bce3a816dad79c212f6aaf26554b7f79fc55b4686b590836bc1febce4e0a6605939ffbb051f8b928f3ec2d113e75c632c1f59acf8b719347d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/
@ 2023-06-22  4:17 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-22  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ebb3176def6fd95d7be294c759d09edf2747aae8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:01:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:01:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb3176d

dev-perl/Business-UPS: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
index eb0acf7de97d..79c5e0ab2115 100644
--- a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ DIST_VERSION=2.02
 DIST_EXAMPLES=("examples/*")
 inherit perl-module
 
-DESCRIPTION="A UPS Interface Module"
+DESCRIPTION="UPS Interface Module"
 
 SLOT="0"
 KEYWORDS="amd64 x86"


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

end of thread, other threads:[~2023-06-22  4:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29  6:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-UPS/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-06-22  4:17 Sam James
2021-10-09 15:54 Andreas K. Hüttel
2021-07-29  7:08 Agostino Sarubbo
2021-04-30 22:43 Andreas K. Hüttel
2020-09-26  8:50 Kent Fredric
2020-05-06 13:42 Kent Fredric

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