diff options
author | 2014-02-25 19:47:04 +0000 | |
---|---|---|
committer | 2014-02-25 19:47:04 +0000 | |
commit | 6b7ae1cbcd3adba02bf9a6464ef7140ffd6f9ed8 (patch) | |
tree | dd3fc0b9ed7933b555a61eeae00458dc14cba531 /app-text/libabw | |
parent | Mask media-gfx/kgraphviewer for removal. (diff) | |
download | gentoo-2-6b7ae1cbcd3adba02bf9a6464ef7140ffd6f9ed8.tar.gz gentoo-2-6b7ae1cbcd3adba02bf9a6464ef7140ffd6f9ed8.tar.bz2 gentoo-2-6b7ae1cbcd3adba02bf9a6464ef7140ffd6f9ed8.zip |
Version bump to 0.0.2 and drop redundant wpg dependency. Fixes bug#500734 and bug#500778.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/libabw')
-rw-r--r-- | app-text/libabw/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/libabw/libabw-0.0.2.ebuild (renamed from app-text/libabw/libabw-0.0.1.ebuild) | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/libabw/ChangeLog b/app-text/libabw/ChangeLog index 75a38ac988a4..3176f42a1b7c 100644 --- a/app-text/libabw/ChangeLog +++ b/app-text/libabw/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/libabw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.1 2014/01/27 15:32:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.2 2014/02/25 19:47:04 scarabeus Exp $ + +*libabw-0.0.2 (25 Feb 2014) + + 25 Feb 2014; Tomáš Chvátal <scarabeus@gentoo.org> +libabw-0.0.2.ebuild, + -libabw-0.0.1.ebuild: + Version bump to 0.0.2 and drop redundant wpg dependency. Fixes bug#500734 and + bug#500778. *libabw-0.0.1 (27 Jan 2014) diff --git a/app-text/libabw/libabw-0.0.1.ebuild b/app-text/libabw/libabw-0.0.2.ebuild index 84c2992d07f0..de97e3843a96 100644 --- a/app-text/libabw/libabw-0.0.1.ebuild +++ b/app-text/libabw/libabw-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.1.ebuild,v 1.1 2014/01/27 15:32:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.2.ebuild,v 1.1 2014/02/25 19:47:04 scarabeus Exp $ EAPI=5 @@ -17,7 +17,6 @@ IUSE="doc static-libs" RDEPEND=" app-text/libwpd:0.9 - >=app-text/libwpg-0.2.2:0.2 dev-libs/libxml2 sys-libs/zlib " |