summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-17 17:23:21 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-17 17:23:21 +0000
commit588124e0f9e65c9479df1b0181bc43da263d4a9a (patch)
tree5c4f89bb2e8d1817afc788d5ad5a13e370fa6b66 /app-office/libreoffice-bin
parentstable on x86 based on testing by AT Myckel Habets, bug 490114 (diff)
downloadgentoo-2-588124e0f9e65c9479df1b0181bc43da263d4a9a.tar.gz
gentoo-2-588124e0f9e65c9479df1b0181bc43da263d4a9a.tar.bz2
gentoo-2-588124e0f9e65c9479df1b0181bc43da263d4a9a.zip
remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'app-office/libreoffice-bin')
-rw-r--r--app-office/libreoffice-bin/ChangeLog6
-rw-r--r--app-office/libreoffice-bin/libreoffice-bin-4.1.2.3.ebuild208
-rw-r--r--app-office/libreoffice-bin/libreoffice-bin-4.1.3.2.ebuild208
3 files changed, 5 insertions, 417 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog
index 10fa79176b2e..ef1857886b1e 100644
--- a/app-office/libreoffice-bin/ChangeLog
+++ b/app-office/libreoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libreoffice-bin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.127 2013/12/17 17:18:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.128 2013/12/17 17:23:21 dilfridge Exp $
+
+ 17 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -libreoffice-bin-4.1.2.3.ebuild, -libreoffice-bin-4.1.3.2.ebuild:
+ remove old
17 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
libreoffice-bin-4.1.3.2-r2.ebuild:
diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.1.2.3.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.1.2.3.ebuild
deleted file mode 100644
index b4dac4e65f7e..000000000000
--- a/app-office/libreoffice-bin/libreoffice-bin-4.1.2.3.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.2.3.ebuild,v 1.8 2013/11/04 21:07:27 dilfridge Exp $
-
-EAPI=5
-
-KDE_REQUIRED="optional"
-CMAKE_REQUIRED="never"
-
-BASE_AMD64_URI="mirror://gentoo/amd64-bin-"
-BASE_X86_URI="mirror://gentoo/x86-bin-"
-
-PYTHON_COMPAT=( python2_7 python3_3 )
-PYTHON_REQ_USE="threads,xml"
-
-inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator
-
-DESCRIPTION="LibreOffice, a full office productivity suite. Binary package."
-HOMEPAGE="http://www.libreoffice.org"
-SRC_URI_AMD64="
- kde? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-base-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
- ) )
-"
-SRC_URI_X86="
- kde? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-kde-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-base-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
- ) )
-"
-
-SRC_URI="
- amd64? ( ${SRC_URI_AMD64} )
- x86? ( ${SRC_URI_X86} )
-"
-
-IUSE="debug gnome java kde"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BIN_COMMON_DEPEND="
- =app-text/libexttextcat-3.4*
- app-text/poppler:0/37
- dev-libs/boost:0/1.52
- dev-libs/icu:0/51.1
- =media-gfx/graphite2-1.2*
- =media-libs/harfbuzz-0.9.12
- =media-libs/libpng-1.5*
- >=sys-libs/glibc-2.15-r3
- kde? ( >=kde-base/kdelibs-4.10.5-r1:4 >=dev-qt/qtcore-4.8.4-r5:4 )
- || ( <media-libs/libjpeg-turbo-1.3.0-r2 =media-libs/jpeg-8* )
-"
-
-# PLEASE place any restrictions that are specific to the binary builds
-# into the BIN_COMMON_DEPEND block above.
-# All dependencies below this point should remain identical to those in
-# the source ebuilds.
-
-COMMON_DEPEND="
- ${BIN_COMMON_DEPEND}
- ${PYTHON_DEPS}
- app-arch/zip
- app-arch/unzip
- >=app-text/hunspell-1.3.2-r3
- app-text/mythes
- >=app-text/libexttextcat-3.2
- app-text/liblangtag
- app-text/libmspub
- >=app-text/libmwaw-0.1.7
- app-text/libodfgen
- app-text/libwpd:0.9[tools]
- app-text/libwpg:0.2
- >=app-text/libwps-0.2.2
- >=app-text/poppler-0.16:=[xpdf-headers(+),cxx]
- >=dev-cpp/clucene-2.3.3.4-r2
- >=dev-cpp/libcmis-0.3.1:0.3
- dev-db/unixODBC
- >=dev-libs/boost-1.46:=
- dev-libs/expat
- >=dev-libs/hyphen-2.7.1
- >=dev-libs/icu-4.8.1.1:=
- >=dev-libs/liborcus-0.5.1:=
- >=dev-libs/nspr-4.8.8
- >=dev-libs/nss-3.12.9
- >=dev-lang/perl-5.0
- >=dev-libs/openssl-1.0.0d
- >=dev-libs/redland-1.0.16[ssl]
- media-gfx/graphite2
- >=media-libs/fontconfig-2.8.0
- media-libs/freetype:2
- >=media-libs/harfbuzz-0.9.10:=[icu(+)]
- media-libs/lcms:2
- >=media-libs/libpng-1.4
- >=media-libs/libcdr-0.0.5
- media-libs/libvisio
- >=net-misc/curl-7.21.4
- net-nds/openldap
- sci-mathematics/lpsolve
- virtual/jpeg
- >=x11-libs/cairo-1.10.0[X]
- x11-libs/libXinerama
- x11-libs/libXrandr
- x11-libs/libXrender
- net-print/cups
- >=dev-libs/dbus-glib-0.92
- gnome? ( gnome-extra/evolution-data-server )
- gnome? ( gnome-base/gconf:2 )
- x11-libs/gdk-pixbuf[X]
- >=x11-libs/gtk+-2.24:2
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- virtual/glu
- virtual/opengl
- net-libs/neon
-"
-
-RDEPEND="${COMMON_DEPEND}
- !app-office/libreoffice
- !<app-office/openoffice-bin-3.4.0-r1
- !app-office/openoffice
- media-fonts/libertine-ttf
- media-fonts/liberation-fonts
- media-fonts/urw-fonts
- java? ( >=virtual/jre-1.6 )
-"
-
-PDEPEND="
- =app-office/libreoffice-l10n-${PV}*
-"
-
-DEPEND=""
-
-# only one flavor at a time
-REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
-
-RESTRICT="test strip"
-
-S="${WORKDIR}"
-
-PYTHON_UPDATER_IGNORE="1"
-
-pkg_pretend() {
- [[ $(gcc-major-version) -lt 4 ]] || \
- ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
- && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
-}
-
-pkg_setup() {
- kde4-base_pkg_setup
-}
-
-src_unpack() {
- default
-}
-
-src_prepare() {
- cp "${FILESDIR}"/50-${PN} "${T}"
- eprefixify "${T}"/50-${PN}
-}
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- dodir /usr
- cp -aR "${S}"/usr/* "${ED}"/usr/
-
- # prevent revdep-rebuild from attempting to rebuild all the time
- insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
-}
-
-pkg_preinst() {
- # Cache updates - all handled by kde eclass for all environments
- kde4-base_pkg_preinst
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
- pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
-
- use java || \
- ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
-}
-
-pkg_postrm() {
- kde4-base_pkg_postrm
-}
diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.1.3.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.1.3.2.ebuild
deleted file mode 100644
index c24d35cb4b59..000000000000
--- a/app-office/libreoffice-bin/libreoffice-bin-4.1.3.2.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.3.2.ebuild,v 1.2 2013/11/04 21:07:27 dilfridge Exp $
-
-EAPI=5
-
-KDE_REQUIRED="optional"
-CMAKE_REQUIRED="never"
-
-BASE_AMD64_URI="mirror://gentoo/amd64-bin-"
-BASE_X86_URI="mirror://gentoo/x86-bin-"
-
-PYTHON_COMPAT=( python2_7 python3_3 )
-PYTHON_REQ_USE="threads,xml"
-
-inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator
-
-DESCRIPTION="LibreOffice, a full office productivity suite. Binary package."
-HOMEPAGE="http://www.libreoffice.org"
-SRC_URI_AMD64="
- kde? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin}-base-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
- ) )
-"
-SRC_URI_X86="
- kde? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-kde-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin}-base-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
- ) )
-"
-
-SRC_URI="
- amd64? ( ${SRC_URI_AMD64} )
- x86? ( ${SRC_URI_X86} )
-"
-
-IUSE="debug gnome java kde"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-BIN_COMMON_DEPEND="
- =app-text/libexttextcat-3.4*
- app-text/poppler:0/43
- dev-libs/boost:0/1.52
- dev-libs/icu:0/51.2
- =media-gfx/graphite2-1.2*
- =media-libs/harfbuzz-0.9.12
- =media-libs/libpng-1.5*
- >=sys-libs/glibc-2.15-r3
- kde? ( >=kde-base/kdelibs-4.10.5-r1:4 >=dev-qt/qtcore-4.8.4-r5:4 )
- || ( <media-libs/libjpeg-turbo-1.3.0-r2 =media-libs/jpeg-8* )
-"
-
-# PLEASE place any restrictions that are specific to the binary builds
-# into the BIN_COMMON_DEPEND block above.
-# All dependencies below this point should remain identical to those in
-# the source ebuilds.
-
-COMMON_DEPEND="
- ${BIN_COMMON_DEPEND}
- ${PYTHON_DEPS}
- app-arch/zip
- app-arch/unzip
- >=app-text/hunspell-1.3.2-r3
- app-text/mythes
- >=app-text/libexttextcat-3.2
- app-text/liblangtag
- app-text/libmspub
- >=app-text/libmwaw-0.1.7
- app-text/libodfgen
- app-text/libwpd:0.9[tools]
- app-text/libwpg:0.2
- >=app-text/libwps-0.2.2
- >=app-text/poppler-0.16:=[xpdf-headers(+),cxx]
- >=dev-cpp/clucene-2.3.3.4-r2
- >=dev-cpp/libcmis-0.3.1:0.3
- dev-db/unixODBC
- >=dev-libs/boost-1.46:=
- dev-libs/expat
- >=dev-libs/hyphen-2.7.1
- >=dev-libs/icu-4.8.1.1:=
- >=dev-libs/liborcus-0.5.1:=
- >=dev-libs/nspr-4.8.8
- >=dev-libs/nss-3.12.9
- >=dev-lang/perl-5.0
- >=dev-libs/openssl-1.0.0d
- >=dev-libs/redland-1.0.16[ssl]
- media-gfx/graphite2
- >=media-libs/fontconfig-2.8.0
- media-libs/freetype:2
- >=media-libs/harfbuzz-0.9.10:=[icu(+)]
- media-libs/lcms:2
- >=media-libs/libpng-1.4
- >=media-libs/libcdr-0.0.5
- media-libs/libvisio
- >=net-misc/curl-7.21.4
- net-nds/openldap
- sci-mathematics/lpsolve
- virtual/jpeg
- >=x11-libs/cairo-1.10.0[X]
- x11-libs/libXinerama
- x11-libs/libXrandr
- x11-libs/libXrender
- net-print/cups
- >=dev-libs/dbus-glib-0.92
- gnome? ( gnome-extra/evolution-data-server )
- gnome? ( gnome-base/gconf:2 )
- x11-libs/gdk-pixbuf[X]
- >=x11-libs/gtk+-2.24:2
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- virtual/glu
- virtual/opengl
- net-libs/neon
-"
-
-RDEPEND="${COMMON_DEPEND}
- !app-office/libreoffice
- !<app-office/openoffice-bin-3.4.0-r1
- !app-office/openoffice
- media-fonts/libertine-ttf
- media-fonts/liberation-fonts
- media-fonts/urw-fonts
- java? ( >=virtual/jre-1.6 )
-"
-
-PDEPEND="
- =app-office/libreoffice-l10n-${PV}*
-"
-
-DEPEND=""
-
-# only one flavor at a time
-REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
-
-RESTRICT="test strip"
-
-S="${WORKDIR}"
-
-PYTHON_UPDATER_IGNORE="1"
-
-pkg_pretend() {
- [[ $(gcc-major-version) -lt 4 ]] || \
- ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
- && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
-}
-
-pkg_setup() {
- kde4-base_pkg_setup
-}
-
-src_unpack() {
- default
-}
-
-src_prepare() {
- cp "${FILESDIR}"/50-${PN} "${T}"
- eprefixify "${T}"/50-${PN}
-}
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- dodir /usr
- cp -aR "${S}"/usr/* "${ED}"/usr/
-
- # prevent revdep-rebuild from attempting to rebuild all the time
- insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
-}
-
-pkg_preinst() {
- # Cache updates - all handled by kde eclass for all environments
- kde4-base_pkg_preinst
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
- pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
-
- use java || \
- ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
-}
-
-pkg_postrm() {
- kde4-base_pkg_postrm
-}