diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-02 21:49:28 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-02 21:49:28 +0000 |
commit | ef8b4c1f56fda1b545ccefeefe70eb654a75786c (patch) | |
tree | e39c2963d8c6ba0ac14407d41256d83a42082cf6 /app-office | |
parent | Remove net-libs/libsoup from package.mask on x86 and sparc 2.4 profiles since... (diff) | |
download | gentoo-2-ef8b4c1f56fda1b545ccefeefe70eb654a75786c.tar.gz gentoo-2-ef8b4c1f56fda1b545ccefeefe70eb654a75786c.tar.bz2 gentoo-2-ef8b4c1f56fda1b545ccefeefe70eb654a75786c.zip |
prune older releases
(Portage version: 2.1.2-r6)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.2.11.ebuild | 103 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.4.ebuild | 92 | ||||
-rw-r--r-- | app-office/abiword/files/abiword-2.4.2-spell_crash_1.patch | 40 | ||||
-rw-r--r-- | app-office/abiword/files/abiword-2.4.2-spell_crash_2.patch | 59 | ||||
-rw-r--r-- | app-office/abiword/files/abiword-2.4.4-x86_64.patch | 12 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-2.2.11 | 3 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-2.4.4 | 3 |
8 files changed, 8 insertions, 313 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 38e347901c4d..53e19f7afada 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,13 @@ # 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.167 2007/02/02 21:42:05 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.168 2007/02/02 21:49:28 compnerd Exp $ + + 02 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> + -files/abiword-2.4.2-spell_crash_1.patch, + -files/abiword-2.4.2-spell_crash_2.patch, + -files/abiword-2.4.4-x86_64.patch, -abiword-2.2.11.ebuild, + -abiword-2.4.4.ebuild: + Prune older releases 02 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> abiword-2.2.11.ebuild, abiword-2.4.4.ebuild, abiword-2.4.5.ebuild, diff --git a/app-office/abiword/abiword-2.2.11.ebuild b/app-office/abiword/abiword-2.2.11.ebuild deleted file mode 100644 index 29d33b3033c3..000000000000 --- a/app-office/abiword/abiword-2.2.11.ebuild +++ /dev/null @@ -1,103 +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.2.11.ebuild,v 1.12 2007/02/02 21:42:05 compnerd Exp $ - -inherit eutils fdo-mime alternatives - -IUSE="gnome jpeg spell xml debug" - -S_P=${S}/${PN}-plugins -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" -LICENSE="GPL-2" -SLOT="2" - -RDEPEND="virtual/xft - >=media-libs/fontconfig-2.1 - media-libs/libpng - >=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2 - >=app-text/wv-1 - >=dev-libs/fribidi-0.10.4 - dev-libs/popt - jpeg? ( >=media-libs/jpeg-6b-r2 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - !xml? ( dev-libs/expat ) - spell? ( >=app-text/enchant-1.1 ) - gnome? ( >=gnome-base/libgnomeui-2.2 - >=gnome-base/libgnomeprint-2.2.1 - >=gnome-base/libgnomeprintui-2.2.1 - >=gnome-extra/gucharmap-1.4 )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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 - cp configure configure.old - cat configure.old |sed s:-pedantic::g >configure - rm -f configure.old - - econf \ - `use_enable gnome` \ - `use_enable gnome gucharmap` \ - `use_with xml libxml2` \ - `use_enable spell enchant` \ - `use_enable debug` \ - --enable-threads \ - --without-ImageMagick \ - --disable-scripting \ - --with-sys-wv || die - - emake all-recursive || die - - # Build plugins - - cd ${S_P} - - econf \ - `use_enable debug` \ - --enable-all \ - --with-abiword=${S} \ - --without-ImageMagick || die - - emake || die - -} - -src_install() { - - dodir /usr/{bin,lib} - - make DESTDIR=${D} install || die - - dosed "s:Exec=abiword:Exec=abiword-2.2:" /usr/share/applications/abiword.desktop - - rm -f ${D}/usr/bin/abiword-2.2 - rm -f ${D}/usr/bin/abiword - dosym AbiWord-2.2 /usr/bin/abiword-2.2 - - dodoc COPYING *.TXT user/wp/readme.txt - - # install plugins - cd ${S_P} - - make DESTDIR=${D} install || die - -} - -pkg_postinst() { - - fdo-mime_desktop_database_update - - alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - -} diff --git a/app-office/abiword/abiword-2.4.4.ebuild b/app-office/abiword/abiword-2.4.4.ebuild deleted file mode 100644 index 79ecb8ee81e8..000000000000 --- a/app-office/abiword/abiword-2.4.4.ebuild +++ /dev/null @@ -1,92 +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.4.ebuild,v 1.4 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_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-x86_64.patch -} - -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/abiword-2.4.2-spell_crash_1.patch b/app-office/abiword/files/abiword-2.4.2-spell_crash_1.patch deleted file mode 100644 index 073b579aafec..000000000000 --- a/app-office/abiword/files/abiword-2.4.2-spell_crash_1.patch +++ /dev/null @@ -1,40 +0,0 @@ -Index: src/wp/ap/unix/ap_UnixDialog_Spell.cpp -=================================================================== -RCS file: /cvsroot/abi/src/wp/ap/unix/ap_UnixDialog_Spell.cpp,v -retrieving revision 1.45 -diff -u -5 -r1.45 ap_UnixDialog_Spell.cpp ---- src/wp/ap/unix/ap_UnixDialog_Spell.cpp 19 Feb 2005 04:50:22 -0000 1.45 -+++ src/wp/ap/unix/ap_UnixDialog_Spell.cpp 29 Jan 2006 15:29:46 -0000 -@@ -207,11 +207,16 @@ - makeWordVisible(); - - // update dialog with new misspelled word info/suggestions - _updateWindow(); - -- // run into the GTK event loop for this window -+ m_listHandlerID = g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (m_lvSuggestions)), -+ "changed", -+ G_CALLBACK (AP_UnixDialog_Spell__onSuggestionSelected), -+ (gpointer)this); -+ -+ // run into the GTK event loop for this window - gint response = abiRunModalDialog (GTK_DIALOG(mainWindow), false); - UT_DEBUGMSG (("ROB: response='%d'\n", response)); - switch(response) { - - case SPELL_RESPONSE_CHANGE: -@@ -301,14 +306,10 @@ - (gpointer)this); - g_signal_connect (GTK_TREE_VIEW (m_lvSuggestions), - "row-activated", - G_CALLBACK (AP_UnixDialog_Spell__onSuggestionDblClicked), - (gpointer)this); -- m_listHandlerID = g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (m_lvSuggestions)), -- "changed", -- G_CALLBACK (AP_UnixDialog_Spell__onSuggestionSelected), -- (gpointer)this); - m_replaceHandlerID = g_signal_connect (G_OBJECT(m_eChange), - "changed", - G_CALLBACK (AP_UnixDialog_Spell__onSuggestionChanged), - (gpointer)this); - diff --git a/app-office/abiword/files/abiword-2.4.2-spell_crash_2.patch b/app-office/abiword/files/abiword-2.4.2-spell_crash_2.patch deleted file mode 100644 index e075a05679d5..000000000000 --- a/app-office/abiword/files/abiword-2.4.2-spell_crash_2.patch +++ /dev/null @@ -1,59 +0,0 @@ -Index: src/wp/ap/unix/ap_UnixDialog_Spell.cpp -=================================================================== -RCS file: /cvsroot/abi/src/wp/ap/unix/ap_UnixDialog_Spell.cpp,v -retrieving revision 1.46 -diff -u -5 -r1.46 ap_UnixDialog_Spell.cpp ---- src/wp/ap/unix/ap_UnixDialog_Spell.cpp 29 Jan 2006 15:36:28 -0000 1.46 -+++ src/wp/ap/unix/ap_UnixDialog_Spell.cpp 29 Jan 2006 21:06:13 -0000 -@@ -204,17 +204,15 @@ - while (bRes) { - - // show word in main window - makeWordVisible(); - -+ gpointer inst = gtk_tree_view_get_selection (GTK_TREE_VIEW (m_lvSuggestions)); -+ g_signal_handler_block (inst, m_listHandlerID); - // update dialog with new misspelled word info/suggestions - _updateWindow(); -- -- m_listHandlerID = g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (m_lvSuggestions)), -- "changed", -- G_CALLBACK (AP_UnixDialog_Spell__onSuggestionSelected), -- (gpointer)this); -+ g_signal_handler_unblock (inst, m_listHandlerID); - - // run into the GTK event loop for this window - gint response = abiRunModalDialog (GTK_DIALOG(mainWindow), false); - UT_DEBUGMSG (("ROB: response='%d'\n", response)); - switch(response) { -@@ -335,10 +333,14 @@ - "text", COLUMN_SUGGESTION, - NULL); - GtkTreeViewColumn *column = gtk_tree_view_get_column (GTK_TREE_VIEW (m_lvSuggestions), 0); - gtk_tree_view_column_set_sort_column_id (column, COLUMN_SUGGESTION); - -+ m_listHandlerID = g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (m_lvSuggestions)), -+ "changed", -+ G_CALLBACK (AP_UnixDialog_Spell__onSuggestionSelected), -+ (gpointer)this); - - gtk_widget_show_all (m_wDialog); - return m_wDialog; - } - -@@ -432,10 +434,15 @@ - gtk_list_store_set (GTK_LIST_STORE (model), &iter, - COLUMN_SUGGESTION, suggest, - COLUMN_NUMBER, i, - -1); - } -+ // put the first suggestion in the entry -+ suggest = (gchar*) _convertToMB((UT_UCSChar*)m_Suggestions->getNthItem(0)); -+ g_signal_handler_block(G_OBJECT(m_eChange), m_replaceHandlerID); -+ gtk_entry_set_text(GTK_ENTRY(m_eChange), suggest); -+ g_signal_handler_unblock(G_OBJECT(m_eChange), m_replaceHandlerID); - } - - gtk_tree_view_set_model (GTK_TREE_VIEW (m_lvSuggestions), model); - g_object_unref (G_OBJECT (model)); - diff --git a/app-office/abiword/files/abiword-2.4.4-x86_64.patch b/app-office/abiword/files/abiword-2.4.4-x86_64.patch deleted file mode 100644 index 3f24ec939bac..000000000000 --- a/app-office/abiword/files/abiword-2.4.4-x86_64.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -u abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp ---- abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2005-09-27 00:23:02.000000000 +0200 -+++ abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2006-05-08 01:17:00.000000000 +0200 -@@ -586,7 +586,7 @@ - (!m_bSave ? GTK_FILE_CHOOSER_ACTION_OPEN : GTK_FILE_CHOOSER_ACTION_SAVE), - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, -- NULL) -+ (gchar*)NULL) - ); - #endif - diff --git a/app-office/abiword/files/digest-abiword-2.2.11 b/app-office/abiword/files/digest-abiword-2.2.11 deleted file mode 100644 index f51fc54dfd19..000000000000 --- a/app-office/abiword/files/digest-abiword-2.2.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bbeb471f1232560327757b2574b4fb3b abiword-2.2.11.tar.bz2 23952057 -RMD160 e3c802056d95bf8dcb27decfd3556a12712e78d0 abiword-2.2.11.tar.bz2 23952057 -SHA256 a7b5f8419ad7af0a942747c1bc8a5b919c0a6d753d6bfcf6aa58b1fb416abd88 abiword-2.2.11.tar.bz2 23952057 diff --git a/app-office/abiword/files/digest-abiword-2.4.4 b/app-office/abiword/files/digest-abiword-2.4.4 deleted file mode 100644 index 6abc104ba26b..000000000000 --- a/app-office/abiword/files/digest-abiword-2.4.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 69dd69179b861a41613291afd10af9ab abiword-2.4.4.tar.bz2 24687425 -RMD160 5fad618b07b13a543f55321dd3e8114105cefd5d abiword-2.4.4.tar.bz2 24687425 -SHA256 94c83290dd056a1b49024dd40ca62305818508643b21b69a0b758bd12de96252 abiword-2.4.4.tar.bz2 24687425 |