diff options
author | Patrick Lauer <patrick@gentoo.org> | 2008-12-07 22:37:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2008-12-07 22:37:29 +0000 |
commit | fbddcc0b768613eec02d98e25b7369fe7042a8f9 (patch) | |
tree | 7cdce01f419bb8158e6ee2e6eaaecafc41f25564 /app-text/antixls | |
parent | Version bump to testing version 2.0.6.902 (diff) | |
download | gentoo-2-fbddcc0b768613eec02d98e25b7369fe7042a8f9.tar.gz gentoo-2-fbddcc0b768613eec02d98e25b7369fe7042a8f9.tar.bz2 gentoo-2-fbddcc0b768613eec02d98e25b7369fe7042a8f9.zip |
Bump to 0.3b, closes #250180
(Portage version: 2.2_rc17/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-text/antixls')
-rw-r--r-- | app-text/antixls/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/antixls/antixls-0.3b.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-text/antixls/ChangeLog b/app-text/antixls/ChangeLog index 8791f1141e2d..9e830078e7da 100644 --- a/app-text/antixls/ChangeLog +++ b/app-text/antixls/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/antixls # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.5 2008/08/16 17:02:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.6 2008/12/07 22:37:29 patrick Exp $ + +*antixls-0.3b (07 Dec 2008) + + 07 Dec 2008; Patrick Lauer <patrick@gentoo.org> +antixls-0.3b.ebuild: + Bump to 0.3b, closes #250180 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: Remove pclouds from metadata.xml (#49680) diff --git a/app-text/antixls/antixls-0.3b.ebuild b/app-text/antixls/antixls-0.3b.ebuild new file mode 100644 index 000000000000..c3656e3d361a --- /dev/null +++ b/app-text/antixls/antixls-0.3b.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/antixls-0.3b.ebuild,v 1.1 2008/12/07 22:37:29 patrick Exp $ + +DESCRIPTION="It is used to prints out an XLS file with minimal formatting, or extracts the data into CSV format." +HOMEPAGE="http://www.af0.net/~dan/?antixls" +SRC_URI="http://www.af0.net/~dan/repos/${P}.perl" +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-perl/Spreadsheet-ParseExcel" + +src_install() { + mv "${DISTDIR}/${P}.perl" ${PN} + dobin ${PN} +} |