diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-20 11:45:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-20 11:45:03 +0000 |
commit | dd966b244c553b759ae4e147259ec55a7b8776ac (patch) | |
tree | 8be3b65deb4c82dfaaf912cf1df3b007fe2d2d19 /x11-libs | |
parent | Stable on amd64 wrt bug #370787 (diff) | |
download | gentoo-2-dd966b244c553b759ae4e147259ec55a7b8776ac.tar.gz gentoo-2-dd966b244c553b759ae4e147259ec55a7b8776ac.tar.bz2 gentoo-2-dd966b244c553b759ae4e147259ec55a7b8776ac.zip |
Version bump, remove old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild) | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 8fca1a780318..8d832d55d79a 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.203 2011/06/15 06:47:35 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.204 2011/06/20 11:45:03 pacho Exp $ + +*gtksourceview-3.0.4 (20 Jun 2011) + + 20 Jun 2011; Pacho Ramos <pacho@gentoo.org> -gtksourceview-3.0.1.ebuild, + +gtksourceview-3.0.4.ebuild: + Version bump, remove old. 15 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtksourceview-3.0.1.ebuild, gtksourceview-3.0.3.ebuild: diff --git a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild index 7ed3b38bb4f7..706476dcf690 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild,v 1.2 2011/06/15 06:47:35 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $ -EAPI="2" +EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit gnome2 virtualx DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://projects.gnome.org/gtksourceview/" LICENSE="GPL-2" SLOT="3.0" @@ -38,7 +38,7 @@ pkg_setup() { } src_prepare() { - sed -i -e 's:--warn-all::' gtksourceview/Makefile.in + sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die # Skip broken test until upstream bug #621383 is solved sed -e "/guess-language/d" \ @@ -49,12 +49,12 @@ src_prepare() { } src_test() { - Xemake check || die "Test phase failed" + Xemake check } src_install() { gnome2_src_install insinto /usr/share/${PN}-3.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" + doins "${FILESDIR}"/2.0/gentoo.lang } |