diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 23:02:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 23:02:17 +0000 |
commit | 4a32858c804132190f68eac7cbad91fd5afb4032 (patch) | |
tree | 00d0992f0fc36888d46764b75b1d912f35050a1f /x11-libs/gtksourceview | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.tar.gz gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.tar.bz2 gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 5317a588e090..e27ddb8664ae 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.21 2004/03/27 01:10:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.22 2004/04/17 23:02:17 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gtksourceview-0.7.0-r1.ebuild, + gtksourceview-0.7.1.ebuild: + Inherit eutils. 26 Mar 2004; Jon Portnoy <avenj@gentoo.org> gtksourceview-0.7.1.ebuild : diff --git a/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild b/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild index 04ddd5c7e097..5e0d9be9f054 100644 --- a/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild,v 1.5 2004/02/10 05:52:13 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.0-r1.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="GTK text widget with syntax highlighting and other features typical for a source editor" HOMEPAGE="http://www.gnome.org/" diff --git a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild b/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild index defa1273de9e..05f165717f89 100644 --- a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.5 2004/03/27 01:10:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="GTK text widget with syntax highlighting and other features typical for a source editor" HOMEPAGE="http://www.gnome.org/" |