diff options
author | 2013-02-05 14:03:52 +0000 | |
---|---|---|
committer | 2013-02-05 14:03:52 +0000 | |
commit | a4c0b6c0f37b875315929567b90125e6eec357b4 (patch) | |
tree | 1d71743152b193fd8bf9fbc9e767f3e8b58917cc /app-text/libmspub | |
parent | Install udev rules to correct udevdir /lib/udev instead of /etc/udev. (diff) | |
download | gentoo-2-a4c0b6c0f37b875315929567b90125e6eec357b4.tar.gz gentoo-2-a4c0b6c0f37b875315929567b90125e6eec357b4.tar.bz2 gentoo-2-a4c0b6c0f37b875315929567b90125e6eec357b4.zip |
Version bump to latest, update deps.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/libmspub')
-rw-r--r-- | app-text/libmspub/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/libmspub/libmspub-0.0.4.ebuild (renamed from app-text/libmspub/libmspub-0.0.3.ebuild) | 6 | ||||
-rw-r--r-- | app-text/libmspub/libmspub-9999.ebuild | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/app-text/libmspub/ChangeLog b/app-text/libmspub/ChangeLog index d39da4a01d1d..a98e93fcd7dc 100644 --- a/app-text/libmspub/ChangeLog +++ b/app-text/libmspub/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/libmspub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.4 2013/01/12 13:16:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.5 2013/02/05 14:03:52 scarabeus Exp $ + +*libmspub-0.0.4 (05 Feb 2013) + + 05 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libmspub-0.0.4.ebuild, + -libmspub-0.0.3.ebuild, libmspub-9999.ebuild: + Version bump to latest, update deps. 12 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> libmspub-0.0.3.ebuild, libmspub-9999.ebuild: diff --git a/app-text/libmspub/libmspub-0.0.3.ebuild b/app-text/libmspub/libmspub-0.0.4.ebuild index a54b569f73fa..f05e768d8247 100644 --- a/app-text/libmspub/libmspub-0.0.3.ebuild +++ b/app-text/libmspub/libmspub-0.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.3.ebuild,v 1.3 2013/01/12 13:16:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.4.ebuild,v 1.1 2013/02/05 14:03:52 scarabeus Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" [[ ${PV} == 9999 ]] && vcs="autotools git-2" @@ -25,10 +25,12 @@ IUSE="doc static-libs" RDEPEND=" app-text/libwpd:0.9 app-text/libwpg:0.2 + dev-libs/icu:= sys-libs/zlib " DEPEND="${RDEPEND} virtual/pkgconfig + dev-libs/boost sys-devel/libtool doc? ( app-doc/doxygen ) " diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index e0e3091f086b..06dbb2f90be2 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.2 2013/01/12 13:16:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.3 2013/02/05 14:03:52 scarabeus Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" [[ ${PV} == 9999 ]] && vcs="autotools git-2" @@ -25,10 +25,12 @@ IUSE="doc static-libs" RDEPEND=" app-text/libwpd:0.9 app-text/libwpg:0.2 + dev-libs/icu:= sys-libs/zlib " DEPEND="${RDEPEND} virtual/pkgconfig + dev-libs/boost sys-devel/libtool doc? ( app-doc/doxygen ) " |