summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-31 02:34:22 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-31 02:34:22 +0000
commitad4b534494bbf38f970f048c7279536b679a6111 (patch)
tree8a16453521cf69c4c8a56eec56f42e1d4aff22ad /app-editors
parentGNOME 2.2 RC2 commit (diff)
downloadhistorical-ad4b534494bbf38f970f048c7279536b679a6111.tar.gz
historical-ad4b534494bbf38f970f048c7279536b679a6111.tar.bz2
historical-ad4b534494bbf38f970f048c7279536b679a6111.zip
GNOME 2.2 RC2 commit
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gedit/ChangeLog7
-rw-r--r--app-editors/gedit/files/digest-gedit-2.2.01
-rw-r--r--app-editors/gedit/gedit-2.2.0.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index e88656d20186..431945bda72c 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/gedit
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.18 2002/12/13 10:56:05 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.19 2003/01/31 02:34:22 foser Exp $
+
+*gedit-2.2.0 (30 Jan 2003)
+
+ 30 Jan 2003; foser <foser@gentoo.org> gedit-2.2.0.ebuild :
+ GNOME 2.2 RC2 commit
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-editors/gedit/files/digest-gedit-2.2.0 b/app-editors/gedit/files/digest-gedit-2.2.0
new file mode 100644
index 000000000000..d6d4b601ee08
--- /dev/null
+++ b/app-editors/gedit/files/digest-gedit-2.2.0
@@ -0,0 +1 @@
+MD5 30627d1c185813cc3e20e0e868177938 gedit-2.2.0.tar.bz2 1460034
diff --git a/app-editors/gedit/gedit-2.2.0.ebuild b/app-editors/gedit/gedit-2.2.0.ebuild
new file mode 100644
index 000000000000..e23c265e3a66
--- /dev/null
+++ b/app-editors/gedit/gedit-2.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.2.0.ebuild,v 1.1 2003/01/31 02:34:22 foser Exp $
+
+inherit gnome2
+
+IUSE="spell"
+S=${WORKDIR}/${P}
+DESCRIPTION="A text editor for the Gnome2 desktop"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=gnome-base/libglade-2
+ >=gnome-base/eel-2.2
+ >=gnome-base/libgnomeui-2.2
+ >=gnome-base/libbonobo-2
+ >=gnome-base/libgnomeprintui-2.2
+ >=gnome-base/ORBit2-2
+ spell? ( app-text/aspell )"
+
+DEPEND="${RDEPEND}
+ >=dev-libs/popt-1.5
+ >=gnome-base/gconf-1.2.1
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.22"
+
+DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README THANKS TODO"