diff options
author | 2010-11-19 22:00:44 +0000 | |
---|---|---|
committer | 2010-11-19 22:00:44 +0000 | |
commit | 396cd93e460f029747b95ca47959a90d7f676964 (patch) | |
tree | 5d9a55d3911267bd0ea94338de94a9e16bc587eb /x11-libs/vte | |
parent | Version bump with bugfixes and translation updates. Update homepage and remov... (diff) | |
download | gentoo-2-396cd93e460f029747b95ca47959a90d7f676964.tar.gz gentoo-2-396cd93e460f029747b95ca47959a90d7f676964.tar.bz2 gentoo-2-396cd93e460f029747b95ca47959a90d7f676964.zip |
Version bump fixing a leak, remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.26.2.ebuild (renamed from x11-libs/vte/vte-0.26.1.ebuild) | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index e55475fd3c93..1d72abe306ca 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.263 2010/10/20 20:43:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.264 2010/11/19 22:00:44 pacho Exp $ + +*vte-0.26.2 (19 Nov 2010) + + 19 Nov 2010; Pacho Ramos <pacho@gentoo.org> -vte-0.26.1.ebuild, + +vte-0.26.2.ebuild: + Version bump fixing a leak, remove old. 20 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> vte-0.26.1.ebuild: Assign glib/gtk+ dependencies to slot 2. Force maintainer mode to off. diff --git a/x11-libs/vte/vte-0.26.1.ebuild b/x11-libs/vte/vte-0.26.2.ebuild index a6835cd9a086..29e81be31159 100644 --- a/x11-libs/vte/vte-0.26.1.ebuild +++ b/x11-libs/vte/vte-0.26.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.1.ebuild,v 1.2 2010/10/20 20:43:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -31,8 +31,6 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 sys-devel/gettext" -DOCS="AUTHORS ChangeLog HACKING NEWS README" - pkg_setup() { G2CONF="${G2CONF} --disable-maintainer-mode |