summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-09-08 11:30:23 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-09-08 11:30:23 +0000
commitecfe0af7de5716080b5e91026c9b4dd5b7f10901 (patch)
tree89c70925b2dbed999a22fef2022760bcf34ae755 /app-office/abiword
parentFix multilib issue (bug #190514). (diff)
downloadgentoo-2-ecfe0af7de5716080b5e91026c9b4dd5b7f10901.tar.gz
gentoo-2-ecfe0af7de5716080b5e91026c9b4dd5b7f10901.tar.bz2
gentoo-2-ecfe0af7de5716080b5e91026c9b4dd5b7f10901.zip
Prune older versions
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/ChangeLog7
-rw-r--r--app-office/abiword/abiword-2.4.5-r1.ebuild91
-rw-r--r--app-office/abiword/abiword-2.4.5.ebuild86
-rw-r--r--app-office/abiword/files/16_fcfini_crash.dpatch26
-rw-r--r--app-office/abiword/files/digest-abiword-2.4.53
-rw-r--r--app-office/abiword/files/digest-abiword-2.4.5-r13
6 files changed, 6 insertions, 210 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index ee891eaf13c8..bc48690517a5 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.185 2007/06/26 07:25:10 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.186 2007/09/08 11:30:22 eva Exp $
+
+ 08 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/16_fcfini_crash.dpatch, -abiword-2.4.5.ebuild,
+ -abiword-2.4.5-r1.ebuild:
+ Prune older release
26 Jun 2007; Christian Faulhammer <opfer@gentoo.org> abiword-2.4.6.ebuild:
stable x86, bug 173960
diff --git a/app-office/abiword/abiword-2.4.5-r1.ebuild b/app-office/abiword/abiword-2.4.5-r1.ebuild
deleted file mode 100644
index 74d01fccc538..000000000000
--- a/app-office/abiword/abiword-2.4.5-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.14 2007/05/21 12:54:26 armin76 Exp $
-
-inherit eutils fdo-mime alternatives
-
-DESCRIPTION="Fully featured yet light and fast cross platform word processor"
-HOMEPAGE="http://www.abisource.com/"
-SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="debug gnome spell xml"
-
-RDEPEND="virtual/xft
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2.4
- >=x11-libs/pango-1.2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeprint-2.2
- >=gnome-base/libgnomeprintui-2.2
- sys-libs/zlib
- >=media-libs/libpng-1.2
- dev-libs/popt
- >=media-libs/fontconfig-2.1
- >=app-text/wv-1
- >=dev-libs/fribidi-0.10.4
- xml? ( >=dev-libs/libxml2-2.4.10 )
- !xml? ( dev-libs/expat )
- spell? ( >=app-text/enchant-1.1 )
- gnome? (
- >=gnome-base/libbonobo-2
- >=gnome-base/libgnomeui-2.2
- >=gnome-extra/gucharmap-1.4 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9"
-
-S=${WORKDIR}/${P}/abi
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch ${FILESDIR}/11_history_fullpath.dpatch
- epatch ${FILESDIR}/16_fcfini_crash.dpatch
-}
-
-src_compile() {
- # this is a hack since I don't want to go hack in the gnome-vfs
- # headerfiles. The issue is about gnome-vfs containing "long long"
- # which makes gcc 3.3.1 balk
- sed -i -e 's:-pedantic::g' configure
-
- local myconf="$(use_enable gnome) \
- $(use_enable gnome gucharmap) \
- $(use_enable spell enchant) \
- $(use_enable debug) \
- $(use_with xml libxml2) \
- --enable-threads \
- --disable-scripting \
- --with-sys-wv"
-
- econf $myconf || die "./configure failed"
-
- emake all-recursive || die "Compilation failed"
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- make DESTDIR="${D}" icondir="/usr/share/pixmaps" install || die "Installation failed"
-
- dosed "s:Exec=abiword:Exec=abiword-2.4:" /usr/share/applications/abiword.desktop
-
- rm -f ${D}/usr/bin/abiword-2.4
- rm -f ${D}/usr/bin/abiword
- dosym AbiWord-2.4 /usr/bin/abiword-2.4
-
- dodoc *.TXT user/wp/readme.txt
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-
- alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
-
- elog "As of version 2.4, all abiword plugins have been moved"
- elog "into a seperate abiword-plugins package"
- elog "You can install them by running emerge abiword-plugins"
-}
diff --git a/app-office/abiword/abiword-2.4.5.ebuild b/app-office/abiword/abiword-2.4.5.ebuild
deleted file mode 100644
index 59bfbe844e5a..000000000000
--- a/app-office/abiword/abiword-2.4.5.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5.ebuild,v 1.10 2007/02/02 21:42:05 compnerd Exp $
-
-inherit eutils fdo-mime alternatives
-
-S=${WORKDIR}/${P}/abi
-
-DESCRIPTION="Fully featured yet light and fast cross platform word processor"
-HOMEPAGE="http://www.abisource.com/"
-
-SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="debug gnome spell xml"
-
-LICENSE="GPL-2"
-SLOT="2"
-
-RDEPEND="virtual/xft
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2.4
- >=x11-libs/pango-1.2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeprint-2.2
- >=gnome-base/libgnomeprintui-2.2
- sys-libs/zlib
- >=media-libs/libpng-1.2
- dev-libs/popt
- >=media-libs/fontconfig-2.1
- >=app-text/wv-1
- >=dev-libs/fribidi-0.10.4
- xml? ( >=dev-libs/libxml2-2.4.10 )
- !xml? ( dev-libs/expat )
- spell? ( >=app-text/enchant-1.1 )
- gnome? (
- >=gnome-base/libbonobo-2
- >=gnome-base/libgnomeui-2.2
- >=gnome-extra/gucharmap-1.4 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9"
-
-src_compile() {
- # this is a hack since I don't want to go hack in the gnome-vfs
- # headerfiles. The issue is about gnome-vfs containing "long long"
- # which makes gcc 3.3.1 balk
- sed -i -e 's:-pedantic::g' configure
-
- local myconf="$(use_enable gnome) \
- $(use_enable gnome gucharmap) \
- $(use_enable spell enchant) \
- $(use_enable debug) \
- $(use_with xml libxml2) \
- --enable-threads \
- --disable-scripting \
- --with-sys-wv"
-
- econf $myconf || die "./configure failed"
-
- emake all-recursive || die "Compilation failed"
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- make DESTDIR="${D}" install || die "Installation failed"
-
- dosed "s:Exec=abiword:Exec=abiword-2.4:" /usr/share/applications/abiword.desktop
-
- rm -f ${D}/usr/bin/abiword-2.4
- rm -f ${D}/usr/bin/abiword
- dosym AbiWord-2.4 /usr/bin/abiword-2.4
-
- dodoc *.TXT user/wp/readme.txt
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-
- alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
-
- elog "As of version 2.4, all abiword plugins have been moved"
- elog "into a seperate abiword-plugins package"
- elog "You can install them by running emerge abiword-plugins"
-}
diff --git a/app-office/abiword/files/16_fcfini_crash.dpatch b/app-office/abiword/files/16_fcfini_crash.dpatch
deleted file mode 100644
index 73b9d895caab..000000000000
--- a/app-office/abiword/files/16_fcfini_crash.dpatch
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 16_fcfini_crash.dpatch by Joshua Kwan <joshk@triplehelix.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-Index: xap_UnixApp.cpp
-===================================================================
-RCS file: /cvsroot/abi/src/af/xap/unix/xap_UnixApp.cpp,v
-retrieving revision 1.102.2.1
-retrieving revision 1.102.2.2
-diff -u -r1.102.2.1 -r1.102.2.2
---- a/abi/src/af/xap/unix/xap_UnixApp.cpp 12 May 2006 20:40:11 -0000 1.102.2.1
-+++ b/abi/src/af/xap/unix/xap_UnixApp.cpp 15 Sep 2006 22:53:03 -0000 1.102.2.2
-@@ -134,10 +134,6 @@
- DELETEP(m_pUnixToolbarIcons);
-
- delete m_fontManager;
--
--#if FC_MINOR > 2
-- FcFini();
--#endif
- }
-
- bool XAP_UnixApp::initialize(const char * szKeyBindingsKey, const char * szKeyBindingsDefaultValue)
diff --git a/app-office/abiword/files/digest-abiword-2.4.5 b/app-office/abiword/files/digest-abiword-2.4.5
deleted file mode 100644
index 92a5bbc12741..000000000000
--- a/app-office/abiword/files/digest-abiword-2.4.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e018669a154164d31c768f773a1c95b4 abiword-2.4.5.tar.bz2 24930028
-RMD160 f0de27f97135f8fff9b4400b05d74a27eee348cd abiword-2.4.5.tar.bz2 24930028
-SHA256 b8e5f61697c6d796e8f9f0812886666487fd0125bc777ca093c096b4b3e31264 abiword-2.4.5.tar.bz2 24930028
diff --git a/app-office/abiword/files/digest-abiword-2.4.5-r1 b/app-office/abiword/files/digest-abiword-2.4.5-r1
deleted file mode 100644
index 92a5bbc12741..000000000000
--- a/app-office/abiword/files/digest-abiword-2.4.5-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e018669a154164d31c768f773a1c95b4 abiword-2.4.5.tar.bz2 24930028
-RMD160 f0de27f97135f8fff9b4400b05d74a27eee348cd abiword-2.4.5.tar.bz2 24930028
-SHA256 b8e5f61697c6d796e8f9f0812886666487fd0125bc777ca093c096b4b3e31264 abiword-2.4.5.tar.bz2 24930028