diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-12 23:56:26 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-12 23:56:26 +0000 |
commit | a80950e4ae89d34396ba9d9cfe16233c468c3a9c (patch) | |
tree | 54add36a741c7ba25742b9d254c8e844609ff157 /app-editors | |
parent | Moving Speex to speex (diff) | |
download | historical-a80950e4ae89d34396ba9d9cfe16233c468c3a9c.tar.gz historical-a80950e4ae89d34396ba9d9cfe16233c468c3a9c.tar.bz2 historical-a80950e4ae89d34396ba9d9cfe16233c468c3a9c.zip |
GNOME 2.1.2 commit
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gedit/files/digest-gedit-2.1.2.1 | 1 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.1.2.1.ebuild | 32 |
3 files changed, 39 insertions, 1 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index 598a3ebd8022..52adcbff83e1 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.14 2002/10/27 14:01:01 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.15 2002/11/12 23:56:26 foser Exp $ + +*gedit-2.1.2.1 (12 Nov 2002) + + 12 Nov 2002; foser <foser@gentoo.org> gedit-2.1.2.1.ebuild : + GNOME 2.1.2 release *gedit-2.1.1 (27 Oct 2002) diff --git a/app-editors/gedit/files/digest-gedit-2.1.2.1 b/app-editors/gedit/files/digest-gedit-2.1.2.1 new file mode 100644 index 000000000000..c5ca596b1a0c --- /dev/null +++ b/app-editors/gedit/files/digest-gedit-2.1.2.1 @@ -0,0 +1 @@ +MD5 81a9a665289b1929705ffc07b1992c26 gedit-2.1.2.1.tar.bz2 1214842 diff --git a/app-editors/gedit/gedit-2.1.2.1.ebuild b/app-editors/gedit/gedit-2.1.2.1.ebuild new file mode 100644 index 000000000000..d6dceff0790f --- /dev/null +++ b/app-editors/gedit/gedit-2.1.2.1.ebuild @@ -0,0 +1,32 @@ +# 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.1.2.1.ebuild,v 1.1 2002/11/12 23:56:26 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="A text editor for the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND="=x11-libs/pango-1.1* + =x11-libs/gtk+-2.1* + >=dev-libs/glib-2.0.6 + >=gnome-base/gconf-1.2.1 + >=gnome-base/libglade-2.0.1 + =gnome-base/gnome-vfs-2.1* + =gnome-base/eel-2.1* + =gnome-base/libgnomeui-2.1* + =gnome-base/libbonobo-2.1* + >=gnome-base/ORBit2-2* + >=gnome-base/libgnomeprintui-1.116.0" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + + +DOCS="AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README* THANKS TODO" + |