diff options
author | 2003-09-07 22:37:14 +0000 | |
---|---|---|
committer | 2003-09-07 22:37:14 +0000 | |
commit | 3f352ff5e78ae24138869cd42657350174676c16 (patch) | |
tree | 83bc69fd82515c25bd7a6f13118b0cbc78dfba4d /app-editors/gedit | |
parent | gnome 2.4 rc1 commit (diff) | |
download | gentoo-2-3f352ff5e78ae24138869cd42657350174676c16.tar.gz gentoo-2-3f352ff5e78ae24138869cd42657350174676c16.tar.bz2 gentoo-2-3f352ff5e78ae24138869cd42657350174676c16.zip |
gnome 2.4 rc1 commit
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gedit/Manifest | 4 | ||||
-rw-r--r-- | app-editors/gedit/files/digest-gedit-2.3.5 | 1 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.3.5.ebuild | 28 |
4 files changed, 37 insertions, 3 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index f5bfca18084c..b32c562ef4fe 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/gedit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.34 2003/08/24 18:02:27 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.35 2003/09/07 22:34:13 foser Exp $ + +*gedit-2.3.5 (07 Sep 2003) + + 07 Sep 2003; foser <foser@gentoo.org> gedit-2.3.5.ebuild : + Gnome 2.4 rc1 25 Aug 2003; Mike Gardiner <obz@gentoo.org> gedit-2.2.2.ebuild: Moved to stable on x86 diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest index 8f20705769f9..b3e6e6f42171 100644 --- a/app-editors/gedit/Manifest +++ b/app-editors/gedit/Manifest @@ -1,9 +1,9 @@ MD5 baacd31c2569a2f3fbe7b9096f218800 gedit-2.2.1.ebuild 866 MD5 75e55bbb1df235332aa58ab6b0a51e73 gedit-0.9.6-r1.ebuild 957 MD5 5ea4732493b126eec8aad86941fbe278 gedit-2.2.2.ebuild 844 -MD5 90272ae5c46fbf0a1eaa0a98d20fc297 gedit-2.3.5.ebuild 827 +MD5 12427868b3415be1291894f2932a545b gedit-2.3.5.ebuild 824 MD5 425f86f9bec101364042695bf4e43a12 gedit-2.2.0.1.ebuild 876 -MD5 fcbd4b24d9e0a6addc8406f8c9ef9305 ChangeLog 4728 +MD5 d097e5575fd6d583d710afc1ad5e7917 ChangeLog 4836 MD5 5c901d65fe6684697ae73414926e719d gedit-2.0.5.ebuild 958 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 020623e768fdaa1c4c112225652866ae files/digest-gedit-2.2.0.1 67 diff --git a/app-editors/gedit/files/digest-gedit-2.3.5 b/app-editors/gedit/files/digest-gedit-2.3.5 new file mode 100644 index 000000000000..6427088dff11 --- /dev/null +++ b/app-editors/gedit/files/digest-gedit-2.3.5 @@ -0,0 +1 @@ +MD5 3b98f443f5fc9f019d2b3596db3a641a gedit-2.3.5.tar.bz2 1833955 diff --git a/app-editors/gedit/gedit-2.3.5.ebuild b/app-editors/gedit/gedit-2.3.5.ebuild new file mode 100644 index 000000000000..061fab7c89f6 --- /dev/null +++ b/app-editors/gedit/gedit-2.3.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.3.5.ebuild,v 1.1 2003/09/07 22:34:13 foser Exp $ + +inherit gnome2 + +IUSE="spell" +DESCRIPTION="A text editor for the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" + +RDEPEND=">=gnome-base/libglade-2 + >=dev-libs/popt-1.5 + >=gnome-base/eel-2.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libbonobo-2 + =gnome-base/libgnomeprintui-2.2* + >=x11-libs/gtksourceview-0.2.1 + spell? ( virtual/aspell-dict )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=app-text/scrollkeeper-0.3.11 + >=dev-util/intltool-0.22" + +DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README THANKS TODO" |