summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-08-10 00:12:07 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-08-10 00:12:07 +0000
commite75da213c874e2dcc0d196ef4dfb8ca2fe16c4f0 (patch)
tree01a930dbc71da529b7a1bfa60aa6e42bf4570522 /app-editors/gedit
parentAdded ~alpha keyword. (diff)
downloadgentoo-2-e75da213c874e2dcc0d196ef4dfb8ca2fe16c4f0.tar.gz
gentoo-2-e75da213c874e2dcc0d196ef4dfb8ca2fe16c4f0.tar.bz2
gentoo-2-e75da213c874e2dcc0d196ef4dfb8ca2fe16c4f0.zip
new version for 2.14.3. bump gnome-doc-utils dep.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-editors/gedit')
-rw-r--r--app-editors/gedit/ChangeLog8
-rw-r--r--app-editors/gedit/files/digest-gedit-2.14.43
-rw-r--r--app-editors/gedit/gedit-2.14.4.ebuild40
3 files changed, 50 insertions, 1 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index a5af9366949d..9f1210d38942 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/gedit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.150 2006/07/23 04:05:03 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.151 2006/08/10 00:12:06 allanonjl Exp $
+
+*gedit-2.14.4 (10 Aug 2006)
+
+ 10 Aug 2006; John N. Laliberte <allanonjl@gentoo.org>
+ +gedit-2.14.4.ebuild:
+ new version for 2.14.3. bump gnome-doc-utils dep.
23 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
-files/gedit-2.10.3-save_as.patch, -gedit-2.10.3.ebuild,
diff --git a/app-editors/gedit/files/digest-gedit-2.14.4 b/app-editors/gedit/files/digest-gedit-2.14.4
new file mode 100644
index 000000000000..080f34319f98
--- /dev/null
+++ b/app-editors/gedit/files/digest-gedit-2.14.4
@@ -0,0 +1,3 @@
+MD5 189d4d9128eca1162a782744cb324aea gedit-2.14.4.tar.bz2 2364187
+RMD160 9179b683408f02c5f91fc05da879e88f969c1f96 gedit-2.14.4.tar.bz2 2364187
+SHA256 93b2e6002e12dbf039c438a4c4bc9dcc990cb013391febe928439c3e805f4a04 gedit-2.14.4.tar.bz2 2364187
diff --git a/app-editors/gedit/gedit-2.14.4.ebuild b/app-editors/gedit/gedit-2.14.4.ebuild
new file mode 100644
index 000000000000..a02e4f46f894
--- /dev/null
+++ b/app-editors/gedit/gedit-2.14.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.14.4.ebuild,v 1.1 2006/08/10 00:12:06 allanonjl Exp $
+
+inherit gnome2
+
+DESCRIPTION="A text editor for the GNOME desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="spell python"
+
+RDEPEND=">=gnome-base/gconf-2
+ >=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.8
+ >=x11-libs/gtksourceview-1.2
+ >=gnome-base/libgnomeui-2.13
+ >=gnome-base/libglade-2.4
+ >=gnome-base/libgnomeprintui-2.6
+ >=gnome-base/gnome-vfs-2.13.4
+ >=gnome-base/orbit-2
+ >=gnome-base/libbonobo-2
+ spell? ( virtual/aspell-dict )
+ python? (
+ >=dev-python/pygtk-2.8
+ >=dev-python/gnome-python-desktop-2.13.3
+ )"
+# FIXME : spell autodetect only
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.31
+ >=app-text/gnome-doc-utils-0.3.2"
+
+DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README THANKS TODO"
+