diff options
Diffstat (limited to 'app-officeext/ooofbtools/ooofbtools-2.12.ebuild')
-rw-r--r-- | app-officeext/ooofbtools/ooofbtools-2.12.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-officeext/ooofbtools/ooofbtools-2.12.ebuild b/app-officeext/ooofbtools/ooofbtools-2.12.ebuild deleted file mode 100644 index f09254137027..000000000000 --- a/app-officeext/ooofbtools/ooofbtools-2.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.12.ebuild,v 1.3 2014/04/04 07:27:31 pinkbyte Exp $ - -EAPI=5 - -MY_PN="OOoFBTools" - -OFFICE_EXTENSIONS=( - "${MY_PN}.oxt" -) - -inherit office-ext-r1 - -DESCRIPTION="Extension for converting and processing eBooks in FictionBook2 format" -HOMEPAGE="https://code.google.com/p/ooofbtools/" -SRC_URI="https://${PN}.googlecode.com/files/${MY_PN}-${PV}.7z" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/p7zip" - -S="${WORKDIR}/${MY_PN}-${PV}" - -OFFICE_EXTENSIONS_LOCATION="${S}" |