From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-ChangeNotify/
Date: Thu, 26 Mar 2015 22:05:16 +0000 (UTC) [thread overview]
Message-ID: <1427406774.582672bb832c2af2176bff5778fb6f95b6cb71f2.kent@gentoo> (raw)
commit: 582672bb832c2af2176bff5778fb6f95b6cb71f2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 21:52:54 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 21:52:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=582672bb
[cleanup] File-ChangeNotify: Remove old versions
Package-Manager: portage-2.2.17
.../File-ChangeNotify-0.120.0.ebuild | 35 ---------
.../File-ChangeNotify-0.130.0.ebuild | 38 ----------
.../File-ChangeNotify-0.160.0.ebuild | 39 ----------
.../File-ChangeNotify-0.190.0.ebuild | 40 ----------
.../File-ChangeNotify-0.200.0.ebuild | 40 ----------
.../File-ChangeNotify-0.210.0.ebuild | 85 ----------------------
.../File-ChangeNotify-0.220.0.ebuild | 83 ---------------------
7 files changed, 360 deletions(-)
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild
deleted file mode 100644
index c09c7bf..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.12"
-inherit perl-module
-
-DESCRIPTION="Watch for changes to files, cross-platform style."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Moose-1.990.0
- virtual/perl-Module-Pluggable
- dev-perl/Moose
- >=dev-perl/MooseX-Params-Validate-0.80
- dev-perl/MooseX-SemiAffordanceAccessor
- virtual/perl-File-Spec
- virtual/perl-Time-HiRes
- "
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-Module-Build-0.35
- virtual/perl-File-Path
- virtual/perl-File-Temp
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST=do
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild
deleted file mode 100644
index 1c2dd2c..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.13"
-inherit perl-module
-
-DESCRIPTION="Watch for changes to files, cross-platform style."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-
-# TODO: Add KQueue auto_feature and deps.
-
-RDEPEND="
- >=dev-perl/Moose-1.990.0
- virtual/perl-Module-Pluggable
- dev-perl/Moose
- >=dev-perl/MooseX-Params-Validate-0.80
- dev-perl/MooseX-SemiAffordanceAccessor
- virtual/perl-File-Spec
- virtual/perl-Time-HiRes
- inotify? (
- >=dev-perl/Linux-Inotify2-1.2
- )
-"
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-Module-Build-0.35
- virtual/perl-File-Path
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.88
-"
-SRC_TEST=do
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild
deleted file mode 100644
index f6431e5..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.16"
-inherit perl-module
-
-DESCRIPTION="Watch for changes to files, cross-platform style."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-
-# TODO: Add KQueue auto_feature and deps.
-
-RDEPEND="
- >=dev-perl/Moose-1.990.0
- virtual/perl-Module-Pluggable
- dev-perl/Moose
- >=dev-perl/MooseX-Params-Validate-0.80
- dev-perl/MooseX-SemiAffordanceAccessor
- virtual/perl-File-Spec
- virtual/perl-Time-HiRes
- dev-perl/namespace-autoclean
- inotify? (
- >=dev-perl/Linux-Inotify2-1.2
- )
-"
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-File-Path
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.88
-"
-SRC_TEST=do
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild
deleted file mode 100644
index 5f33891..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.19"
-inherit perl-module
-
-DESCRIPTION="Watch for changes to files, cross-platform style."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-
-# TODO: Add KQueue auto_feature and deps.
-
-RDEPEND="
- >=dev-perl/Moose-1.990.0
- virtual/perl-Module-Pluggable
- dev-perl/Moose
- >=dev-perl/MooseX-Params-Validate-0.80
- dev-perl/MooseX-SemiAffordanceAccessor
- virtual/perl-File-Spec
- virtual/perl-Time-HiRes
- dev-perl/namespace-autoclean
- inotify? (
- >=dev-perl/Linux-Inotify2-1.2
- )
-"
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-File-Path
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-Exception
-"
-SRC_TEST=do
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild
deleted file mode 100644
index 2e1ec40..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.20"
-inherit perl-module
-
-DESCRIPTION="Watch for changes to files, cross-platform style."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-
-# TODO: Add KQueue auto_feature and deps.
-
-RDEPEND="
- >=dev-perl/Moose-1.990.0
- virtual/perl-Module-Pluggable
- dev-perl/Moose
- >=dev-perl/MooseX-Params-Validate-0.80
- dev-perl/MooseX-SemiAffordanceAccessor
- virtual/perl-File-Spec
- virtual/perl-Time-HiRes
- dev-perl/namespace-autoclean
- inotify? (
- >=dev-perl/Linux-Inotify2-1.2
- )
-"
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-File-Path
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-Exception
-"
-SRC_TEST=do
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild
deleted file mode 100644
index d9e6825..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION='Watch for changes to files, cross-platform style'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-perl_inotify() {
- echo \>=dev-perl/Linux-Inotify2-1.200.0
-}
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- echo "inotify? ( $(perl_inotify) )"
- # Carp
- # echo dev-perl/Carp
- # Class::Load
- echo dev-perl/Class-Load
- # File::Find
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # List::MoreUtils
- echo dev-perl/List-MoreUtils
- # Module::Pluggable::Object
- echo virtual/perl-Module-Pluggable
- # Moose
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::Params::Validate
- echo dev-perl/MooseX-Params-Validate
- # MooseX::SemiAffordanceAccessor
- echo dev-perl/MooseX-SemiAffordanceAccessor
- # Time::HiRes
- echo virtual/perl-Time-HiRes
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.010 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # Exporter
- echo virtual/perl-Exporter
- # File::Path
- echo virtual/perl-File-Path
- # File::Temp
- echo virtual/perl-File-Temp
- # FindBin
- echo dev-lang/perl
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
- # base
- # echo virtual/perl-base
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild
deleted file mode 100644
index 45313cd..0000000
--- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION='Watch for changes to files, cross-platform style'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test inotify"
-perl_inotify() {
- echo \>=dev-perl/Linux-Inotify2-1.200.0
-}
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- echo "inotify? ( $(perl_inotify) )"
- # Carp
- # echo virtual/perl-Carp
- # Class::Load
- echo dev-perl/Class-Load
- # File::Find
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # List::MoreUtils
- echo dev-perl/List-MoreUtils
- # Module::Pluggable::Object
- echo virtual/perl-Module-Pluggable
- # Moose
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::Params::Validate
- echo dev-perl/MooseX-Params-Validate
- # MooseX::SemiAffordanceAccessor
- echo dev-perl/MooseX-SemiAffordanceAccessor
- # Time::HiRes
- echo virtual/perl-Time-HiRes
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # Exporter
- echo virtual/perl-Exporter
- # File::Path
- echo virtual/perl-File-Path
- # File::Temp
- echo virtual/perl-File-Temp
- # FindBin
- echo dev-lang/perl
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
- # base
- # echo virtual/perl-base
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2015-03-26 22:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 22:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-ChangeNotify/ Kent Fredric
2013-05-03 7:51 Kent Fredric
2013-02-09 13:27 Kent Fredric
2012-04-14 22:12 Kent Fredric
2012-02-24 7:13 Kent Fredric
2011-04-20 16:25 Kent Fredric
2011-04-20 16:25 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1427406774.582672bb832c2af2176bff5778fb6f95b6cb71f2.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox