summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-12-20 11:12:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-12-20 11:12:24 +0000
commitaa6f2addb83b0497526f3a2a97bac22ad94f1e9f (patch)
treeb1a3bf0ff36e4581f9c12bb9b195d42529181b7f /app-office/libreoffice-bin-debug
parentRemove older broken and sec-vuln versions. (diff)
downloadgentoo-2-aa6f2addb83b0497526f3a2a97bac22ad94f1e9f.tar.gz
gentoo-2-aa6f2addb83b0497526f3a2a97bac22ad94f1e9f.tar.bz2
gentoo-2-aa6f2addb83b0497526f3a2a97bac22ad94f1e9f.zip
Remove older broken and sec-vuln versions.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/libreoffice-bin-debug')
-rw-r--r--app-office/libreoffice-bin-debug/ChangeLog6
-rw-r--r--app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild64
-rw-r--r--app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.3.2.ebuild64
3 files changed, 5 insertions, 129 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog
index c8efe43030d7..415cd8f7660a 100644
--- a/app-office/libreoffice-bin-debug/ChangeLog
+++ b/app-office/libreoffice-bin-debug/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libreoffice-bin-debug
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.25 2012/12/20 10:44:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.26 2012/12/20 11:12:24 scarabeus Exp $
+
+ 20 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libreoffice-bin-debug-3.5.5.3.ebuild, -libreoffice-bin-debug-3.6.3.2.ebuild:
+ Remove older broken and sec-vuln versions.
20 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
libreoffice-bin-debug-3.6.4.3.ebuild:
diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild
deleted file mode 100644
index 70d31fa08f25..000000000000
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild,v 1.3 2012/08/14 12:55:52 ago Exp $
-
-EAPI=4
-
-BASE_AMD64_URI="mirror://gentoo/amd64-debug-"
-BASE_X86_URI="mirror://gentoo/x86-debug-"
-
-DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info."
-HOMEPAGE="http://www.libreoffice.org"
-SRC_URI_AMD64="
- kde? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
- ) )
-"
-SRC_URI_X86="
- kde? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
- ) )
-"
-
-SRC_URI="
- amd64? ( ${SRC_URI_AMD64} )
- x86? ( ${SRC_URI_X86} )
-"
-
-IUSE="gnome java kde"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
-
-RESTRICT="test strip"
-
-S="${WORKDIR}"
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- dodir /usr
- cp -aR "${S}"/usr/* "${ED}"/usr/ || die
-}
diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.3.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.3.2.ebuild
deleted file mode 100644
index 6558aa222c3e..000000000000
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.3.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.3.2.ebuild,v 1.3 2012/11/24 21:47:58 ago Exp $
-
-EAPI=4
-
-BASE_AMD64_URI="mirror://gentoo/amd64-debug-"
-BASE_X86_URI="mirror://gentoo/x86-debug-"
-
-DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info."
-HOMEPAGE="http://www.libreoffice.org"
-SRC_URI_AMD64="
- kde? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
- java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
- ) )
-"
-SRC_URI_X86="
- kde? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
- )
- gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
- )
- !kde? ( !gnome? (
- !java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
- java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
- ) )
-"
-
-SRC_URI="
- amd64? ( ${SRC_URI_AMD64} )
- x86? ( ${SRC_URI_X86} )
-"
-
-IUSE="gnome java kde"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
-
-RESTRICT="test strip"
-
-S="${WORKDIR}"
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- dodir /usr
- cp -aR "${S}"/usr/* "${ED}"/usr/ || die
-}