diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-16 15:54:37 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-16 15:54:37 +0000 |
commit | 7a3d40bd53fa42563e4724c16830ce9e1bd9ae78 (patch) | |
tree | cf67e108dac4fba47edd2d737f77131573d5b21d /app-editors | |
parent | Changed use to after in init's depend() (Manifest recommit) (diff) | |
download | gentoo-2-7a3d40bd53fa42563e4724c16830ce9e1bd9ae78.tar.gz gentoo-2-7a3d40bd53fa42563e4724c16830ce9e1bd9ae78.tar.bz2 gentoo-2-7a3d40bd53fa42563e4724c16830ce9e1bd9ae78.zip |
gnome 2.8 commit
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gedit/Manifest | 2 | ||||
-rw-r--r-- | app-editors/gedit/files/digest-gedit-2.8.0 | 1 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.8.0.ebuild | 31 |
4 files changed, 40 insertions, 1 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index 0fdcd8c3e4ac..18f1af28dd3f 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.72 2004/08/22 12:20:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.73 2004/09/16 15:54:37 foser Exp $ + +*gedit-2.8.0 (16 Sep 2004) + + 16 Sep 2004; foser <foser@gentoo.org> gedit-2.8.0.ebuild : + Gnome 2.8 commit 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gedit-2.6.2.ebuild: Stable on alpha. diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest index fbdf724c6c18..e5854e46e237 100644 --- a/app-editors/gedit/Manifest +++ b/app-editors/gedit/Manifest @@ -6,6 +6,7 @@ MD5 e571e4929f75c136060c2ffb2e91c9f0 gedit-2.4.1.ebuild 1204 MD5 9a5ece2a4b2a0dbe070f362045f49548 gedit-2.6.2.ebuild 868 MD5 87b522dd13af82006e3ebb92f62fc1d9 ChangeLog 8674 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 97395638101a07c8a132e94500a7269b gedit-2.8.0.ebuild 869 MD5 871bd845733e2e5c91dd3b17f1103037 files/gedit-2.4.0-64bit-fix.patch 433 MD5 f6238e63bd76f7217d37c9993476dba5 files/gedit-2.6.1-highlight_fix.patch 6941 MD5 b1cd4f5d4adf64b0c6ce68ebe818a495 files/digest-gedit-0.9.6-r1 64 @@ -14,3 +15,4 @@ MD5 a3fb1841d3eff85ac58e00977c2c009c files/digest-gedit-2.4.1 65 MD5 e3f41ced499666436b48a9c143e048d3 files/digest-gedit-2.6.0 65 MD5 eb7fc2623c2ebfe67125e5bc1fd3850d files/digest-gedit-2.6.1 65 MD5 6d591a38f842abf41b8f4462dea4ec3f files/digest-gedit-2.6.2 65 +MD5 3559e65cd6237e86af0f0074bdfc4c6d files/digest-gedit-2.8.0 65 diff --git a/app-editors/gedit/files/digest-gedit-2.8.0 b/app-editors/gedit/files/digest-gedit-2.8.0 new file mode 100644 index 000000000000..f728bc15a15c --- /dev/null +++ b/app-editors/gedit/files/digest-gedit-2.8.0 @@ -0,0 +1 @@ +MD5 500cdb9abff303c39bfd645858ac7856 gedit-2.8.0.tar.bz2 2478333 diff --git a/app-editors/gedit/gedit-2.8.0.ebuild b/app-editors/gedit/gedit-2.8.0.ebuild new file mode 100644 index 000000000000..7bd3d84481b0 --- /dev/null +++ b/app-editors/gedit/gedit-2.8.0.ebuild @@ -0,0 +1,31 @@ +# 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.8.0.ebuild,v 1.1 2004/09/16 15:54:37 foser 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 ~mips ~alpha ~hppa ~amd64 ~ia64" +IUSE="spell" + +RDEPEND=">=gnome-base/libglade-2.3.6 + >=dev-libs/popt-1.5 + >=gnome-base/eel-2.6 + >=gnome-base/gconf-2 + >=gnome-base/libgnomeui-2.6 + >=gnome-base/libgnomeprintui-2.6 + >=x11-libs/gtksourceview-1 + spell? ( virtual/aspell-dict )" +# FIXME : spell autodetect only + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.12.0 + >=app-text/scrollkeeper-0.3.11 + >=dev-util/intltool-0.31" + +DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO" |