From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Wrapper/
Date: Wed, 29 Apr 2015 18:02:04 +0000 (UTC) [thread overview]
Message-ID: <1430320046.58abfc8397e1c1875c90076c06293e6929fd6038.kent@gentoo> (raw)
commit: 58abfc8397e1c1875c90076c06293e6929fd6038
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 15:07:26 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 15:07:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=58abfc83
[cleanup] Git-Wrapper: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Git-Wrapper/Git-Wrapper-0.14.0.ebuild | 32 -----------
dev-perl/Git-Wrapper/Git-Wrapper-0.15.0.ebuild | 40 --------------
dev-perl/Git-Wrapper/Git-Wrapper-0.16.0.ebuild | 68 ------------------------
dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild | 67 -----------------------
dev-perl/Git-Wrapper/Git-Wrapper-0.19.0.ebuild | 69 ------------------------
dev-perl/Git-Wrapper/Git-Wrapper-0.20.0.ebuild | 69 ------------------------
dev-perl/Git-Wrapper/Git-Wrapper-0.25.0.ebuild | 73 --------------------------
dev-perl/Git-Wrapper/Git-Wrapper-0.28.0.ebuild | 73 --------------------------
8 files changed, 491 deletions(-)
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.14.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.14.0.ebuild
deleted file mode 100644
index 0a4a105..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.14.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=PERIGRIN
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION="wrap git(7) command-line interface"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- dev-perl/File-pushd
- dev-vcs/git
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.92
- dev-perl/Test-Deep
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.15.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.15.0.ebuild
deleted file mode 100644
index 9f9502b..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.15.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION="wrap git(7) command-line interface"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- dev-perl/File-pushd
- $(comment virtual/perl-IPC-Open3)
- $(comment virtual/perl-Symbol)
- $(comment virtual/perl-overload)
- dev-vcs/git
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
- test? (
- virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO $(comment IO::File)
- $(comment virtual/perl-POSIX)
- dev-perl/Test-Deep
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.16.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.16.0.ebuild
deleted file mode 100644
index b153269..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.16.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.016
-inherit perl-module
-
-DESCRIPTION="wrap git(7) command-line interface"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-perl_eumm_build() {
- #File::Path
- echo virtual/perl-File-Path
- #File::Spec
- echo virtual/perl-File-Spec
- #IO::File
- echo virtual/perl-IO
- #POSIX
-
- #Test::Deep
- echo dev-perl/Test-Deep
- #Test::More
- echo virtual/perl-Test-Simple
-}
-perl_eumm_configure() {
- # strict
- # warnings
- # perl 5.006
- # ExtUtils::MakeMaker 6.56
- echo '>=virtual/perl-ExtUtils-MakeMaker-6.56'
-}
-perl_eumm_prereq_pm() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::Pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
-
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- # overload
- # strict
- # warnings
-}
-extra_deps() {
- echo dev-vcs/git
-}
-
-DEPEND="
- $(perl_eumm_configure)
- $(perl_eumm_build)
- $(perl_eumm_prereq_pm)
- $(extra_deps)
-"
-RDEPEND="
- $(perl_eumm_prereq_pm)
- $(extra_deps)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild
deleted file mode 100644
index 002b957..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.017
-inherit perl-module
-
-DESCRIPTION='Wrap git(7) command-line interface'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
- echo dev-lang/perl
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- echo dev-lang/perl
- # overload
- echo dev-lang/perl
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # POSIX
- echo dev-lang/perl
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::More
- echo virtual/perl-Test-Simple
-}
-extra_deps() {
- echo dev-vcs/git
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
- $(extra_deps)
-"
-RDEPEND="
- $(perl_meta_runtime)
- $(extra_deps)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.19.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.19.0.ebuild
deleted file mode 100644
index 19d0bbf..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.19.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.019
-inherit perl-module
-
-DESCRIPTION='Wrap git(7) command-line interface'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
- echo dev-lang/perl
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- echo dev-lang/perl
- # overload
- echo dev-lang/perl
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # POSIX
- echo dev-lang/perl
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
-}
-extra_deps() {
- echo dev-vcs/git
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
- $(extra_deps)
-"
-RDEPEND="
- $(perl_meta_runtime)
- $(extra_deps)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.20.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.20.0.ebuild
deleted file mode 100644
index f83fb25..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.20.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.020
-inherit perl-module
-
-DESCRIPTION='Wrap git(7) command-line interface'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
- echo dev-lang/perl
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- echo dev-lang/perl
- # overload
- echo dev-lang/perl
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # POSIX
- echo dev-lang/perl
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
-}
-extra_deps() {
- echo dev-vcs/git
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
- $(extra_deps)
-"
-RDEPEND="
- $(perl_meta_runtime)
- $(extra_deps)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.25.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.25.0.ebuild
deleted file mode 100644
index 76f34b3..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.25.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.025
-inherit perl-module
-
-DESCRIPTION='Wrap git(7) command-line interface'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
- echo dev-lang/perl
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- echo dev-lang/perl
- # overload
- echo dev-lang/perl
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Env::Path
- echo dev-perl/Env-Path
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # POSIX
- echo dev-lang/perl
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
- # Test::Most
- echo dev-perl/Test-Most
-}
-extra_deps() {
- echo dev-vcs/git
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
- $(extra_deps)
-"
-RDEPEND="
- $(perl_meta_runtime)
- $(extra_deps)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.28.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.28.0.ebuild
deleted file mode 100644
index 8626581..0000000
--- a/dev-perl/Git-Wrapper/Git-Wrapper-0.28.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=GENEHACK
-MODULE_VERSION=0.028
-inherit perl-module
-
-DESCRIPTION='Wrap git(7) command-line interface'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # File::Temp
- echo virtual/perl-File-Temp
- # File::pushd
- echo dev-perl/File-pushd
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # IPC::Open3
- echo dev-lang/perl
- # Sort::Versions
- echo dev-perl/Sort-Versions
- # Symbol
- echo dev-lang/perl
- # overload
- echo dev-lang/perl
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Env::Path
- echo dev-perl/Env-Path
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # POSIX
- echo dev-lang/perl
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
- # Test::Most
- echo dev-perl/Test-Most
-}
-extra_deps() {
- echo dev-vcs/git
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
- $(extra_deps)
-"
-RDEPEND="
- $(perl_meta_runtime)
- $(extra_deps)
-"
-SRC_TEST="do"
next reply other threads:[~2015-04-29 18:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 18:02 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-09 11:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Wrapper/ Kent Fredric
2012-10-28 2:41 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-07-20 15:56 Kent Fredric
2012-04-29 19:26 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-02-27 13:50 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-07-04 10:41 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=1430320046.58abfc8397e1c1875c90076c06293e6929fd6038.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