summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2006-10-31 23:33:04 +0000
committerMart Raudsepp <leio@gentoo.org>2006-10-31 23:33:04 +0000
commit3f6bbab2b0135d31728853d12efdcfb8fa706fbf (patch)
treeb9f7ce8eb21522a7208d331537a5b66f3561e1c7 /app-editors
parentFixing DEPEND wrt bug #153243 (diff)
downloadgentoo-2-3f6bbab2b0135d31728853d12efdcfb8fa706fbf.tar.gz
gentoo-2-3f6bbab2b0135d31728853d12efdcfb8fa706fbf.tar.bz2
gentoo-2-3f6bbab2b0135d31728853d12efdcfb8fa706fbf.zip
Version bump, add doc IUSE to resolve QA warning
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gedit/ChangeLog7
-rw-r--r--app-editors/gedit/files/digest-gedit-2.16.23
-rw-r--r--app-editors/gedit/gedit-2.16.2.ebuild39
3 files changed, 48 insertions, 1 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index 70cc0ae92856..e118dd28d49a 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -1,6 +1,11 @@
# 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.162 2006/10/19 15:45:42 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.163 2006/10/31 23:33:04 leio Exp $
+
+*gedit-2.16.2 (01 Nov 2006)
+
+ 01 Nov 2006; Mart Raudsepp <leio@gentoo.org> +gedit-2.16.2.ebuild:
+ Version bump
19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> gedit-2.14.4.ebuild:
Stable on Alpha.
diff --git a/app-editors/gedit/files/digest-gedit-2.16.2 b/app-editors/gedit/files/digest-gedit-2.16.2
new file mode 100644
index 000000000000..1e6c806af863
--- /dev/null
+++ b/app-editors/gedit/files/digest-gedit-2.16.2
@@ -0,0 +1,3 @@
+MD5 9ed4fb2891d07c022b487723d1c72161 gedit-2.16.2.tar.bz2 2851971
+RMD160 a15ff0981ee190453fe9a748a601ee03b14a890f gedit-2.16.2.tar.bz2 2851971
+SHA256 8c5c3d5319d060b0db15c30c48503fde85341fa0f1aa848e99c1f0b825c20b4e gedit-2.16.2.tar.bz2 2851971
diff --git a/app-editors/gedit/gedit-2.16.2.ebuild b/app-editors/gedit/gedit-2.16.2.ebuild
new file mode 100644
index 000000000000..1967ef3130ab
--- /dev/null
+++ b/app-editors/gedit/gedit-2.16.2.ebuild
@@ -0,0 +1,39 @@
+# 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.16.2.ebuild,v 1.1 2006/10/31 23:33:04 leio Exp $
+
+inherit gnome2
+
+DESCRIPTION="A text editor for the GNOME desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE="doc spell python"
+
+RDEPEND=">=gnome-base/gconf-2
+ >=dev-libs/glib-2.12
+ >=x11-libs/gtk+-2.10
+ >=x11-libs/gtksourceview-1.8.0
+ >=gnome-base/libgnomeui-2.16
+ >=gnome-base/libglade-2.5.1
+ >=gnome-base/libgnomeprintui-2.12.1
+ >=gnome-base/gnome-vfs-2.16
+ >=gnome-base/orbit-2
+ >=gnome-base/libbonobo-2
+ spell? ( virtual/aspell-dict )
+ python? (
+ >=dev-python/pygtk-2.9.7
+ >=dev-python/gnome-python-desktop-2.15.90
+ )"
+# FIXME : spell autodetect only
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.35
+ >=app-text/gnome-doc-utils-0.3"
+
+DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README THANKS TODO"