diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:38:42 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:38:42 +0000 |
commit | 38fec39bb5ea9f5dfabd8a587bddeccd2feea91e (patch) | |
tree | cf6cd7694c0ecf1987f64697c4ff84f6d6454967 /x11-libs | |
parent | Define IUSE, thank Tiago Cunha for report in bug #254425. (diff) | |
download | gentoo-2-38fec39bb5ea9f5dfabd8a587bddeccd2feea91e.tar.gz gentoo-2-38fec39bb5ea9f5dfabd8a587bddeccd2feea91e.tar.bz2 gentoo-2-38fec39bb5ea9f5dfabd8a587bddeccd2feea91e.zip |
x11-libs/gtksourceview: bump to 2.4.2 (bugfix, updates to .lang files, translations)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 6a10e5b12700..09a8068bee86 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/gtksourceview -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.147 2008/11/13 19:15:49 ranger Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.148 2009/01/13 23:38:42 remi Exp $ + +*gtksourceview-2.4.2 (13 Jan 2009) + + 13 Jan 2009; Rémi Cardona <remi@gentoo.org> +gtksourceview-2.4.2.ebuild: + bump to 2.4.2 (bugfix, updates to .lang files, translations) 13 Nov 2008; Brent Baude <ranger@gentoo.org> gtksourceview-2.2.2.ebuild: Marking gtksourceview-2.2.2 ppc64 stable for bug 236971 diff --git a/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild new file mode 100644 index 000000000000..82b1874dc746 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.1 2009/01/13 23:38:42 remi Exp $ + +inherit gnome2 + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="2.0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.12 + >=dev-libs/libxml2-2.5 + >=dev-libs/glib-2.14" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.40 + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" + +src_install() { + gnome2_src_install + + insinto /usr/share/${PN}-2.0/language-specs + doins "${FILESDIR}"/2.0/gentoo.lang +} |