summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-05-13 10:06:33 +0000
committerSergey Popov <pinkbyte@gentoo.org>2015-05-13 10:06:33 +0000
commit3e156b888b46f3549a115edefc8064f089910cfe (patch)
tree2dad0958fc67e63d976c7b6ddf03bcf1a24229d1 /app-officeext
parentStable for arm. Bug #547502. (diff)
downloadgentoo-2-3e156b888b46f3549a115edefc8064f089910cfe.tar.gz
gentoo-2-3e156b888b46f3549a115edefc8064f089910cfe.tar.bz2
gentoo-2-3e156b888b46f3549a115edefc8064f089910cfe.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/ooofbtools/ChangeLog6
-rw-r--r--app-officeext/ooofbtools/ooofbtools-2.30.ebuild40
-rw-r--r--app-officeext/ooofbtools/ooofbtools-2.31.ebuild40
3 files changed, 5 insertions, 81 deletions
diff --git a/app-officeext/ooofbtools/ChangeLog b/app-officeext/ooofbtools/ChangeLog
index bdce66e6a9dd..8c7394aebcf6 100644
--- a/app-officeext/ooofbtools/ChangeLog
+++ b/app-officeext/ooofbtools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-officeext/ooofbtools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.22 2015/05/13 09:25:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.23 2015/05/13 10:06:33 pinkbyte Exp $
+
+ 13 May 2015; Sergey Popov <pinkbyte@gentoo.org> -ooofbtools-2.30.ebuild,
+ -ooofbtools-2.31.ebuild:
+ Drop old
13 May 2015; Agostino Sarubbo <ago@gentoo.org> ooofbtools-2.34.ebuild:
Stable for x86, wrt bug #548662
diff --git a/app-officeext/ooofbtools/ooofbtools-2.30.ebuild b/app-officeext/ooofbtools/ooofbtools-2.30.ebuild
deleted file mode 100644
index 81453839bad1..000000000000
--- a/app-officeext/ooofbtools/ooofbtools-2.30.ebuild
+++ /dev/null
@@ -1,40 +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.30.ebuild,v 1.3 2014/12/28 12:12:12 ago 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 with validator"
-HOMEPAGE="https://sourceforge.net/projects/fbtools/"
-SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-libs/libxml2"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-OFFICE_EXTENSIONS_LOCATION="${S}"
-
-src_prepare() {
- # Remove Windows cruft
- pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null
- rm -r win32 || die
- popd 2>/dev/null
-}
-
-src_install() {
- office-ext-r1_src_install
- dodoc ChangeLog*
-}
diff --git a/app-officeext/ooofbtools/ooofbtools-2.31.ebuild b/app-officeext/ooofbtools/ooofbtools-2.31.ebuild
deleted file mode 100644
index b2725ed32e09..000000000000
--- a/app-officeext/ooofbtools/ooofbtools-2.31.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.31.ebuild,v 1.3 2015/02/25 15:54:19 ago 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 with validator"
-HOMEPAGE="https://sourceforge.net/projects/fbtools/"
-SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-libs/libxml2"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-OFFICE_EXTENSIONS_LOCATION="${S}"
-
-src_prepare() {
- # Remove Windows cruft
- pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null
- rm -r win32 || die
- popd 2>/dev/null
-}
-
-src_install() {
- office-ext-r1_src_install
- dodoc ChangeLog*
-}