summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2007-02-04 20:00:28 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2007-02-04 20:00:28 +0000
commit79d4608488a197d22374535fd8ca422071815fb9 (patch)
treead56bfb4f11256293ce9fe96d13294540b3463a1 /app-office/glabels
parentRemove old versions, thanks to x86 and amd64 teams. (diff)
downloadgentoo-2-79d4608488a197d22374535fd8ca422071815fb9.tar.gz
gentoo-2-79d4608488a197d22374535fd8ca422071815fb9.tar.bz2
gentoo-2-79d4608488a197d22374535fd8ca422071815fb9.zip
Pruning old ebuild
(Portage version: 2.1.2-r5)
Diffstat (limited to 'app-office/glabels')
-rw-r--r--app-office/glabels/files/digest-glabels-2.0.33
-rw-r--r--app-office/glabels/files/glabels-2.0.3-update_dbs_switch.patch59
-rw-r--r--app-office/glabels/glabels-2.0.3.ebuild51
3 files changed, 0 insertions, 113 deletions
diff --git a/app-office/glabels/files/digest-glabels-2.0.3 b/app-office/glabels/files/digest-glabels-2.0.3
deleted file mode 100644
index 5ecbfecf972f..000000000000
--- a/app-office/glabels/files/digest-glabels-2.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c077afdeac5ba0c685e404eea1d794e8 glabels-2.0.3.tar.gz 1946268
-RMD160 ebd58caf1f655ed63a38195ffd94fcd3af10a677 glabels-2.0.3.tar.gz 1946268
-SHA256 4743ac0b5c9cee341bd460d81d6f0bacc65f2b9b73006fa04c54000f7160aff7 glabels-2.0.3.tar.gz 1946268
diff --git a/app-office/glabels/files/glabels-2.0.3-update_dbs_switch.patch b/app-office/glabels/files/glabels-2.0.3-update_dbs_switch.patch
deleted file mode 100644
index f39ffac2ff4b..000000000000
--- a/app-office/glabels/files/glabels-2.0.3-update_dbs_switch.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff -NurdB glabels-2.0.3/configure.in glabels-2.0.3-patched/configure.in
---- glabels-2.0.3/configure.in 2005-06-19 19:25:27.000000000 -0500
-+++ glabels-2.0.3-patched/configure.in 2005-07-02 21:28:24.000000000 -0500
-@@ -73,7 +73,7 @@
- AC_SUBST(LIBGNOMEPRINTUI_REQUIRED)
- AC_SUBST(LIBGNOMECANVAS_REQUIRED)
- AC_SUBST(LIBGLADE_REQUIRED)
--
-+
-
- dnl ---------------------------------------------------------------------------
- dnl - GLABELS prerequisites
-@@ -126,6 +126,16 @@
- AC_PATH_PROG(UPDATE_DESKTOP_DATABASE, update-desktop-database, no)
- AM_CONDITIONAL(HAVE_NEWER_MIME, test x$UPDATE_DESKTOP_DATABASE != xno)
-
-+AC_ARG_ENABLE(update-mimedb, AC_HELP_STRING([--disable-update-mimedb],
-+ [disable the update-mime-database after install [default=no]]),,
-+ enable_update_mimedb=yes)
-+AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
-+
-+AC_ARG_ENABLE(update-desktopdb, AC_HELP_STRING([--disable-update-desktopdb],
-+ [disable the update-desktop-database after install [default=no]]),,
-+ enable_update_desktopdb=yes)
-+AM_CONDITIONAL(ENABLE_UPDATE_DESKTOPDB, test x$enable_update_desktopdb = xyes)
-+
-
- dnl ---------------------------------------------------------------------------
- dnl - Supported languages
-diff -NurdB glabels-2.0.3/data/mime/Makefile.am glabels-2.0.3-patched/data/mime/Makefile.am
---- glabels-2.0.3/data/mime/Makefile.am 2004-08-09 09:46:23.000000000 -0500
-+++ glabels-2.0.3-patched/data/mime/Makefile.am 2005-07-02 21:28:17.000000000 -0500
-@@ -28,18 +28,26 @@
-
-
- install-data-hook:
-+if ENABLE_UPDATE_MIMEDB
- if HAVE_NEW_MIME
- $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
- endif
-+endif
-+if ENABLE_UPDATE_DESKTOPDB
- if HAVE_NEWER_MIME
- $(UPDATE_DESKTOP_DATABASE)
- endif
-+endif
-
- uninstall-hook:
-+if ENABLE_UPDATE_MIMEDB
- if HAVE_NEW_MIME
- $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
- endif
-+endif
-+if ENABLE_UPDATE_DESKTOPDB
- if HAVE_NEWER_MIME
- $(UPDATE_DESKTOP_DATABASE)
- endif
-+endif
-
diff --git a/app-office/glabels/glabels-2.0.3.ebuild b/app-office/glabels/glabels-2.0.3.ebuild
deleted file mode 100644
index 34a3345ffe6d..000000000000
--- a/app-office/glabels/glabels-2.0.3.ebuild
+++ /dev/null
@@ -1,51 +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.3.ebuild,v 1.5 2005/08/13 23:31:03 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="amd64 ppc sparc x86"
-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"
-
-
-pkg_setup() {
- G2CONF="--disable-update-mimedb --disable-update-desktopdb \
- $(use_enable static)"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Avoid sandbox violation. See bug #60545.
- epatch ${FILESDIR}/${P}-update_dbs_switch.patch
-
- aclocal || die "aclocal failed"
- autoconf || die "autoconf failed"
- automake || die "automake failed"
- libtoolize --copy --force
-}