diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:29:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:29:23 +0000 |
commit | 1dc590c8e1b48294444999d5797bcc5e79388033 (patch) | |
tree | f9513dcbcaceafbd095509f5a41d831c76dbfa52 /app-text/antixls | |
parent | version bump; eapi=4; vdr-plugin-2.eclass; thanks to M.Lischka on #415339 (diff) | |
download | historical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.gz historical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.bz2 historical-1dc590c8e1b48294444999d5797bcc5e79388033.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-text/antixls')
-rw-r--r-- | app-text/antixls/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/antixls/antixls-0.2b.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/app-text/antixls/ChangeLog b/app-text/antixls/ChangeLog index f7158ccc262f..fb5078a9c131 100644 --- a/app-text/antixls/ChangeLog +++ b/app-text/antixls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/antixls -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.8 2011/08/08 20:16:14 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.9 2012/05/10 15:21:40 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -antixls-0.2b.ebuild: + Remove old 08 Aug 2011; Fabian Groffen <grobian@gentoo.org> antixls-0.3b.ebuild: Marked ~x64-macos diff --git a/app-text/antixls/antixls-0.2b.ebuild b/app-text/antixls/antixls-0.2b.ebuild deleted file mode 100644 index 3b8b9be64551..000000000000 --- a/app-text/antixls/antixls-0.2b.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/antixls-0.2b.ebuild,v 1.2 2007/08/27 16:53:27 angelos 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/${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} -} |