diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-11-26 21:56:35 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-11-26 21:56:35 +0000 |
commit | 4c8d449feccf8f6a53a060b8bd19655002ba7c3c (patch) | |
tree | 2f477fb53bc3d5e1faad26b03c839c8b6532d661 /app-editors | |
parent | Removed 2.1.9. (Manifest recommit) (diff) | |
download | gentoo-2-4c8d449feccf8f6a53a060b8bd19655002ba7c3c.tar.gz gentoo-2-4c8d449feccf8f6a53a060b8bd19655002ba7c3c.tar.bz2 gentoo-2-4c8d449feccf8f6a53a060b8bd19655002ba7c3c.zip |
cleanup
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/files/digest-gedit-2.4.1 | 1 | ||||
-rw-r--r-- | app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch | 12 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.4.1.ebuild | 45 |
3 files changed, 0 insertions, 58 deletions
diff --git a/app-editors/gedit/files/digest-gedit-2.4.1 b/app-editors/gedit/files/digest-gedit-2.4.1 deleted file mode 100644 index c1bcd9ef9f81..000000000000 --- a/app-editors/gedit/files/digest-gedit-2.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ebc37dbf48451dcacb04313bcdf2e3a6 gedit-2.4.1.tar.bz2 1860967 diff --git a/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch b/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch deleted file mode 100644 index bd022e0a6b7c..000000000000 --- a/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur gedit-2.4.0.orig/gedit/gedit-document.c gedit-2.4.0/gedit/gedit-document.c ---- gedit-2.4.0.orig/gedit/gedit-document.c 2004-01-12 20:52:10.996091376 +0100 -+++ gedit-2.4.0/gedit/gedit-document.c 2004-01-12 20:50:55.608592738 +0100 -@@ -725,7 +725,7 @@ - { - char* file_contents; - GnomeVFSResult res; -- gsize file_size; -+ int file_size; - GtkTextIter iter, end; - - gedit_debug (DEBUG_DOCUMENT, "File to load: %s", uri); diff --git a/app-editors/gedit/gedit-2.4.1.ebuild b/app-editors/gedit/gedit-2.4.1.ebuild deleted file mode 100644 index cd87a1b589b0..000000000000 --- a/app-editors/gedit/gedit-2.4.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.4.1.ebuild,v 1.14 2004/06/24 21:54:09 agriffis Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A text editor for the Gnome2 desktop" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" -IUSE="spell" - -RDEPEND=">=gnome-base/libglade-2 - >=dev-libs/popt-1.5 - =gnome-base/eel-2.4* - >=gnome-base/gconf-2 - >=gnome-base/libgnomeui-2.4 - >=gnome-base/libbonobo-2.3 - >=gnome-base/libgnomeprintui-2.4 - >=x11-libs/gtksourceview-0.7 - spell? ( virtual/aspell-dict )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=app-text/scrollkeeper-0.3.11 - >=dev-util/intltool-0.25" - -DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO" - -src_unpack() { - unpack ${A} - cd ${S} - use amd64 && epatch ${FILESDIR}/gedit-2.4.0-64bit-fix.patch - - # Remove *_DISABLE_DEPRECATED macros so it compiles with recent - # Gtk+/Gnome libraries. See bug #45514. - for file in $(find . -name Makefile.in) - do - sed -i \ - -e 's:-DGTK_DISABLE_DEPRECATED::g' \ - -e 's:-DGNOME_DISABLE_DEPRECATED::g' \ - $file - done -} |