summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/glabels/files/digest-glabels-2.0.11
-rw-r--r--app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch12
-rw-r--r--app-office/glabels/glabels-2.0.1.ebuild44
3 files changed, 0 insertions, 57 deletions
diff --git a/app-office/glabels/files/digest-glabels-2.0.1 b/app-office/glabels/files/digest-glabels-2.0.1
deleted file mode 100644
index a0655e8e3a90..000000000000
--- a/app-office/glabels/files/digest-glabels-2.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d6658de86c76f9f333ed28ac11ca22f9 glabels-2.0.1.tar.gz 1415676
diff --git a/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch b/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch
deleted file mode 100644
index f35e695d3a28..000000000000
--- a/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NurdB glabels-2.0.1-orig/configure glabels-2.0.1/configure
---- glabels-2.0.1-orig/configure 2004-09-03 03:38:05 -0500
-+++ glabels-2.0.1/configure 2004-09-03 03:38:45 -0500
-@@ -9383,7 +9383,7 @@
- ;;
- esac
- fi
--UPDATE_DESKTOP_DATABASE=$ac_cv_path_UPDATE_DESKTOP_DATABASE
-+UPDATE_DESKTOP_DATABASE=no
-
- if test -n "$UPDATE_DESKTOP_DATABASE"; then
- echo "$as_me:$LINENO: result: $UPDATE_DESKTOP_DATABASE" >&5
diff --git a/app-office/glabels/glabels-2.0.1.ebuild b/app-office/glabels/glabels-2.0.1.ebuild
deleted file mode 100644
index ee919bdb3208..000000000000
--- a/app-office/glabels/glabels-2.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.1.ebuild,v 1.8 2005/03/28 19:10:16 hansmi Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Program for creating labels and business cards"
-HOMEPAGE="http://glabels.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
-IUSE="static"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.0.5
- >=gnome-base/libgnome-2.0.1
- >=gnome-base/libgnomeui-2.0.1
- >=gnome-base/libbonobo-2
- >=gnome-base/libbonoboui-2
- >=dev-libs/libxml2-2.4.23
- >=gnome-base/libgnomeprint-2.2
- >=gnome-base/libgnomeprintui-2.2
- >=gnome-base/libgnomecanvas-2.0.1
- >=gnome-base/libglade-2.0.1"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- app-text/scrollkeeper
- >=dev-util/intltool-0.21"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-G2CONF="${G2CONF} $(use_enable static)"
-
-src_unpack() {
- unpack ${A}
-
- # Small syntax correction.
- sed -i -e 's:;Office:;Office;:' ${S}/data/desktop/glabels.desktop.in
-
- # Avoid sandbox violation. See bug #60545.
- epatch ${FILESDIR}/${P}-sandbox_fix.patch
-}