diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-17 19:53:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-17 19:53:57 +0000 |
commit | 64a65594dea4fd2edfcdf4f3ca10525568b2213d (patch) | |
tree | 961b6b7fa6f7ee196c7be8ead51bf78033a25a9e /x11-libs/gtksourceview | |
parent | Another bump since I messed up the one yesterday; thanks to rbu@gentoo.org fo... (diff) | |
download | gentoo-2-64a65594dea4fd2edfcdf4f3ca10525568b2213d.tar.gz gentoo-2-64a65594dea4fd2edfcdf4f3ca10525568b2213d.tar.bz2 gentoo-2-64a65594dea4fd2edfcdf4f3ca10525568b2213d.zip |
Bump to 2.6.2. Bug fixes and translation updates.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.6.2.ebuild | 33 |
2 files changed, 41 insertions, 2 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 3207d5f6c8e2..d315e76e7e7a 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtksourceview -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.159 2009/05/03 14:39:34 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.160 2009/05/17 19:53:57 eva Exp $ + +*gtksourceview-2.6.2 (17 May 2009) + + 17 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gtksourceview-2.6.2.ebuild: + Bump to 2.6.2. Bug fixes and translation updates. 03 May 2009; Gilles Dartiguelongue <eva@gentoo.org> gtksourceview-2.6.1.ebuild: diff --git a/x11-libs/gtksourceview/gtksourceview-2.6.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.6.2.ebuild new file mode 100644 index 000000000000..428b09cda6ae --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-2.6.2.ebuild @@ -0,0 +1,33 @@ +# 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.6.2.ebuild,v 1.1 2009/05/17 19:53:57 eva Exp $ + +GCONF_DEBUG="no" + +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 || die "doins failed" +} |