commit:     0e3e6cef4709e7c16a89eae63f80479b50489419
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 14:31:49 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 14:34:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3e6cef

app-office/lotus-notes: Remove last-rited pkg, #583846

 app-office/lotus-notes/Manifest                 |   2 -
 app-office/lotus-notes/lotus-notes-8.5.3.ebuild | 109 ------------------------
 app-office/lotus-notes/metadata.xml             |   5 --
 profiles/package.mask                           |   6 --
 4 files changed, 122 deletions(-)

diff --git a/app-office/lotus-notes/Manifest b/app-office/lotus-notes/Manifest
deleted file mode 100644
index 1f17bff..0000000
--- a/app-office/lotus-notes/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST lotus-notes-gtk-patch-20130622.tar.xz 4200 SHA256 
3ae9dcde19cd1a8d303ee5c73ceef2570cb2f7b95501297860e5e52155cb51eb SHA512 
ab979334e7c34bdd0d940aaf4cb96c6e33f945d9a7f4ac91dca1857ef58ab785febb619036b52e8dc9b9b57ac439efb0d0e45e9882a30755da0e838a5ea57d8f
 WHIRLPOOL 
cd86a8054942c95149a62778a65d725d9f2941b7ed4076979d0e950dd997a9bf1c06d144d3235b30a5edaf5ae8b574f4fe0131b75f99f96e42d8f5658d12b613
-DIST lotus_notes853_linux_RI_en.tar 533719040 SHA256 
85c70250e8f9a98420a82e39122ec0f5621a732f03870c997132079b4f358e9f SHA512 
b57428d05683e9e08c10abe7b92e6255392342a2a05658254d2a69672abff1b546800d636b0f25a147849bdc4a5e369032c326c3f605178ce1f69bb371528f8a
 WHIRLPOOL 
e273357bb506e17963f44e1a1421c05a8fcbc0062ee4eb3407ca8699bdfd8ff292d8441251daa342853f57210655f00a7acc332a0ccf7553b4f9d3b7565e8931

diff --git a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild 
b/app-office/lotus-notes/lotus-notes-8.5.3.ebuild
deleted file mode 100644
index 8d17843..0000000
--- a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit rpm
-
-DESCRIPTION="Commercial fork of openoffice.org with extra features for company 
usage"
-HOMEPAGE="http://www.ibm.com/software/products/us/en/ibmnotes/";
-SRC_URI="lotus_notes853_linux_RI_en.tar
-       
http://dev.gentooexperimental.org/~scarabeus/lotus-notes-gtk-patch-20130622.tar.xz
-"
-
-LICENSE="lotus-notes"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="
-       x86? (
-               dev-libs/dbus-glib
-               dev-libs/libcroco
-               gnome-base/gconf
-               gnome-base/libgnome
-               gnome-base/libgnomeprint
-               gnome-base/libgnomeprintui
-               gnome-base/gvfs
-               gnome-base/librsvg
-               gnome-base/orbit
-               gnome-extra/gconf-editor
-               gnome-extra/libgsf
-               net-dns/avahi
-               x11-libs/gdk-pixbuf
-               x11-libs/libICE
-               x11-libs/libSM
-               x11-libs/libX11
-               x11-libs/libXScrnSaver
-               x11-libs/libXcursor
-               x11-libs/libXext
-               x11-libs/libXft
-               x11-libs/libXi
-               x11-libs/libXp
-               x11-libs/libXrender
-               x11-libs/libXt
-               x11-libs/libXtst
-               x11-libs/libxkbfile
-               x11-libs/pango
-               x11-themes/gtk-engines-murrine
-       )
-       dev-java/swt
-       dev-libs/dbus-glib
-       dev-libs/icu
-       sys-apps/dbus[X]
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="mirror fetch strip"
-
-QA_PREBUILT="opt/ibm/lotus/notes/*"
-QA_TEXTRELS="opt/ibm/lotus/notes/*"
-
-S=${WORKDIR}
-
-src_unpack() {
-       default
-       rpm_unpack ./ibm_lotus_notes-${PV}.i586.rpm
-}
-
-src_prepare() {
-       sed -i \
-               -e 's/..\/notes %F/..\/notes-wrapper %F/g' \
-               -e 's:Office;:Office:g' \
-               usr/share/applications/LotusNotes8.5.desktop || die
-       sed -i \
-               -e 's:Application;Office:Office;:g' \
-               usr/share/applications/* || die
-       sed -i \
-               -e 's:`dirname "$0"`:/opt/ibm/lotus/notes/:' \
-               lotus-notes-gtk-patch/notes-wrapper || die
-       # force initial configuration to avoid overwritting configs in /opt/
-       sed -i \
-               -e '/.initial./d' \
-               opt/ibm/lotus/notes/framework/rcp/rcplauncher.properties || die
-}
-
-src_compile() {
-       # generate the gtk-fix for the notes to actually work with current 
gtk/gnome3
-       cd "${S}/lotus-notes-gtk-patch" || die
-       emake
-}
-
-src_install() {
-       cp -r usr/ opt "${ED}" || die
-       cd "${S}/lotus-notes-gtk-patch" || die
-       cp notes-wrapper libnotesgtkfix.so "${ED}"/opt/ibm/lotus/notes/ || die
-
-       dosym /opt/ibm/lotus/notes/notes-wrapper /usr/bin/lotus-notes
-}
-
-pkg_postinst() {
-       elog "Keep in mind that Lotus notes are slowly merged back into"
-       elog "Apache OpenOffice and LibreOffice as IBM promised to provide"
-       elog "all the code to Apache Foundation."
-       elog
-       elog "If you will report bugs against this package provide also"
-       elog "patches or the bug will be probably ignored or closed as"
-       elog "CANTFIX."
-}

diff --git a/app-office/lotus-notes/metadata.xml 
b/app-office/lotus-notes/metadata.xml
deleted file mode 100644
index 6f49eba..0000000
--- a/app-office/lotus-notes/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 550926a..485e9d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,12 +205,6 @@ net-p2p/syncthing-relaysrv
 # Masked for removal in 30 days.
 app-mobilephone/freesmee
 
-# Andreas K. Hüttel <dilfri...@gentoo.org> (3 Jul 2016)
-# One of the last reverse dependencies of the deprecated libgnomeprint*
-# libs and some others; unmaintained; obsolete version.
-# Masked for removal in 30 days.
-app-office/lotus-notes
-
 # Hans de Graaff <gra...@gentoo.org> (2 Jul 2016)
 # This slot has unfixed security issues. With dev-ruby/rails:3.2
 # masked there are no reverse dependencies anymore.

Reply via email to