* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-ExcelCSV/
@ 2011-03-12 20:27 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-12 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 428131f201bf598c1615abf47bf1b35f4b657666
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 19:13:44 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 19:13:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=428131f2
[added] Task-Kensho-ExcelCSV
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-ExcelCSV/ChangeLog | 10 ++++++++
.../Task-Kensho-ExcelCSV-0.270.0.ebuild | 25 ++++++++++++++++++++
dev-perl/Task-Kensho-ExcelCSV/metadata.xml | 16 ++++++++++++
3 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-ExcelCSV/ChangeLog b/dev-perl/Task-Kensho-ExcelCSV/ChangeLog
new file mode 100644
index 0000000..dd21ea0
--- /dev/null
+++ b/dev-perl/Task-Kensho-ExcelCSV/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Task-Kensho-ExcelCSV
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Task-Kensho-ExcelCSV-0.270.0 (12 Mar 2011)
+
+ 12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-ExcelCSV-0.270.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.270.0.ebuild b/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.270.0.ebuild
new file mode 100644
index 0000000..f3576a5
--- /dev/null
+++ b/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.270.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.27"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (modules for Excel / CSV files)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+csv-xs +parseexcelsimple +writeexcelsimple"
+COMMON_DEPEND="
+ csv-xs? ( dev-perl/Text-CSV_XS )
+ parseexcelsimple? ( dev-perl/Spreadsheet-ParseExcel-Simple )
+ writeexcelsimple? ( dev-perl/Spreadsheet-WriteExcel-Simple )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-ExcelCSV/metadata.xml b/dev-perl/Task-Kensho-ExcelCSV/metadata.xml
new file mode 100644
index 0000000..72522f4
--- /dev/null
+++ b/dev-perl/Task-Kensho-ExcelCSV/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <use>
+ <flag name="csv-xs">Install <pkg>dev-perl/Text-CSV_XS</pkg></flag>
+ <flag name="parseexcelsimple">Install
+ <pkg>dev-perl/Spreadsheet-ParseExcel-Simple</pkg></flag>
+ <flag name="writeexcelsimple">Install
+ <pkg>dev-perl/Spreadsheet-WriteExcel-Simple</pkg></flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-ExcelCSV/
@ 2011-03-26 6:21 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-26 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 0f1273cb1ab34ad003a78d27b4c1be6ec66febf8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 05:58:35 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 05:58:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f1273cb
[newversion] Task-Kensho-ExcelCSV-0.280.0
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-ExcelCSV/ChangeLog | 6 ++++
.../Task-Kensho-ExcelCSV-0.280.0.ebuild | 25 ++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-ExcelCSV/ChangeLog b/dev-perl/Task-Kensho-ExcelCSV/ChangeLog
index dd21ea0..2406f24 100644
--- a/dev-perl/Task-Kensho-ExcelCSV/ChangeLog
+++ b/dev-perl/Task-Kensho-ExcelCSV/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Task-Kensho-ExcelCSV-0.280.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-ExcelCSV-0.280.0.ebuild:
+ Bump
+
*Task-Kensho-ExcelCSV-0.270.0 (12 Mar 2011)
12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.280.0.ebuild b/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.280.0.ebuild
new file mode 100644
index 0000000..d89a3c2
--- /dev/null
+++ b/dev-perl/Task-Kensho-ExcelCSV/Task-Kensho-ExcelCSV-0.280.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.28"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (modules for Excel / CSV files)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+csv-xs +parseexcelsimple +writeexcelsimple"
+COMMON_DEPEND="
+ csv-xs? ( dev-perl/Text-CSV_XS )
+ parseexcelsimple? ( dev-perl/Spreadsheet-ParseExcel-Simple )
+ writeexcelsimple? ( dev-perl/Spreadsheet-WriteExcel-Simple )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-26 6:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 20:27 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-ExcelCSV/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-26 6:21 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox