public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Sync/
@ 2016-01-16 21:03 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-01-16 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     be2cf5b89e210db40df6dd6a71491a579ecde7b3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 23:50:00 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 21:03:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2cf5b8

dev-perl/File-Sync: Remove old

Package-Manager: portage-2.2.26

 dev-perl/File-Sync/File-Sync-0.90.0-r1.ebuild | 17 -----------------
 dev-perl/File-Sync/Manifest                   |  1 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/File-Sync/File-Sync-0.90.0-r1.ebuild b/dev-perl/File-Sync/File-Sync-0.90.0-r1.ebuild
deleted file mode 100644
index c919a91..0000000
--- a/dev-perl/File-Sync/File-Sync-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=CEVANS
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Perl access to fsync() and sync() function calls"
-
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/File-Sync/Manifest b/dev-perl/File-Sync/Manifest
index 8465029..93bcbea 100644
--- a/dev-perl/File-Sync/Manifest
+++ b/dev-perl/File-Sync/Manifest
@@ -1,2 +1 @@
-DIST File-Sync-0.09.tar.gz 4074 SHA256 3dbe1e568fe61e3ec49fa42eea97065d07982cd924f0bcb67603bac0bead46a3 SHA512 7fcc8af4e5582368f31deb126256b4de3e35bb9eb837acb2ffe1e6bb3d0fc14df025cb44198f18c7be6dceb04bec15c142adead811711e184f084bf3d85666c0 WHIRLPOOL 4c19768951429491bbc0db31c6ff3402e488462a62ded5183b3a830ec8b77a56976e16ccc8b66062cbd8eee6ed35406a31c1b364ca526f810419552ca233a05e
 DIST File-Sync-0.11.tar.gz 5842 SHA256 786698225e5cb43e8f061b78cfac1e0e7d48d370034ffdc518255207741c0b2a SHA512 32816efa26185f2f26d5a469aa48baf1d22242ec620b663e5fbfdda3ffb360e6d2e1c7349989fa34b8cd84567b7a312863dba2be855cd6e696f67759ef4512b6 WHIRLPOOL f904454179e4ed7bb3ed01fb6db8a5e1a6be487905bd8fdd41123f6d1c1366a8bb89980cd63462f5b10877efd5cea1dfb78f6674a7f1903e0862dd1f52b37530


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Sync/
@ 2020-09-07  9:20 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-09-07  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     afd2e3f7537d527d0b4027cdd03aefe74a5f5b40
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 09:18:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 09:20:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd2e3f7

dev-perl/File-Sync: -r bump for EAPI7 + CFLAGS love

- EAPI7
- Remove unused/empty varialbe assignments
- Parallel tests
- Ensure CFLAGS passed to make/compiler

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

 dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild b/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild
new file mode 100644
index 00000000000..d78dc62a634
--- /dev/null
+++ b/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BRIANSKI
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Perl access to fsync() and sync() function calls"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Sync/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ef1da66eab035182066ba5f0c6ab6f2deb785643
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:14:59 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:45:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1da66e

dev-perl/File-Sync: Stable for all 0.11-r1

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

 dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild b/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild
index d78dc62a634..1190dca4b3a 100644
--- a/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild
+++ b/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,11 +10,12 @@ inherit perl-module
 DESCRIPTION="Perl access to fsync() and sync() function calls"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
 
 BDEPEND="
 	virtual/perl-ExtUtils-MakeMaker
 "
+
 src_compile() {
 	mymake=(
 		"OPTIMIZE=${CFLAGS}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Sync/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     66a6b4e93173880068cce1ea7b5d0573c619455b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:15:20 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:45:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a6b4e9

dev-perl/File-Sync: Remove old 0.11

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

 dev-perl/File-Sync/File-Sync-0.110.0.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/File-Sync/File-Sync-0.110.0.ebuild b/dev-perl/File-Sync/File-Sync-0.110.0.ebuild
deleted file mode 100644
index 4a16a119c59..00000000000
--- a/dev-perl/File-Sync/File-Sync-0.110.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BRIANSKI
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Perl access to fsync() and sync() function calls"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"


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

end of thread, other threads:[~2021-06-02 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 21:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Sync/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2020-09-07  9:20 Kent Fredric
2021-06-02 18:47 Andreas K. Hüttel
2021-06-02 18:47 Andreas K. Hüttel

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