diff options
author | 2014-10-08 09:52:21 +0000 | |
---|---|---|
committer | 2014-10-08 09:52:21 +0000 | |
commit | 64a4a2c04bfd3121051e2a9945c8380f0d4b59cb (patch) | |
tree | ea08a8708aabdcfea1c7594a783f03c54a912d07 /app-officeext/ooofbtools/ooofbtools-2.12.ebuild | |
parent | Stable on amd64, wrt bug #509594 (diff) | |
download | historical-64a4a2c04bfd3121051e2a9945c8380f0d4b59cb.tar.gz historical-64a4a2c04bfd3121051e2a9945c8380f0d4b59cb.tar.bz2 historical-64a4a2c04bfd3121051e2a9945c8380f0d4b59cb.zip |
Drop old
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Manifest-Sign-Key: 0x1F357D42
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}" |