* [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.1.2.ebuild ChangeLog
@ 2015-02-04 9:04 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-04 9:04 UTC (permalink / raw
To: gentoo-commits
mgorny 15/02/04 09:04:51
Modified: ChangeLog
Added: libmspub-0.1.2.ebuild
Log:
Version bump. Bug #538748.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.15 app-text/libmspub/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 10 Oct 2014 20:17:19 -0000 1.14
+++ ChangeLog 4 Feb 2015 09:04:51 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for app-text/libmspub
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.14 2014/10/10 20:17:19 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.15 2015/02/04 09:04:51 mgorny Exp $
+
+*libmspub-0.1.2 (04 Feb 2015)
+
+ 04 Feb 2015; Michał Górny <mgorny@gentoo.org> +libmspub-0.1.2.ebuild:
+ Version bump. Bug #538748.
10 Oct 2014; Markus Meier <maekke@gentoo.org> libmspub-0.1.1.ebuild:
add ~arm, bug #520692
1.1 app-text/libmspub/libmspub-0.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.1&content-type=text/plain
Index: libmspub-0.1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.1 2015/02/04 09:04:51 mgorny Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
inherit base eutils
[[ ${PV} == 9999 ]] && inherit autotools git-2
DESCRIPTION="Library parsing Microsoft Publisher documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
RDEPEND="
dev-libs/icu:=
dev-libs/librevenge
sys-libs/zlib
"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-libs/boost
sys-devel/libtool
doc? ( app-doc/doxygen )
"
src_prepare() {
base_src_prepare
[[ -d m4 ]] || mkdir "m4"
[[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable static-libs static) \
--disable-werror \
$(use_with doc docs)
}
src_install() {
default
prune_libtool_files --all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.1.2.ebuild ChangeLog
@ 2015-02-15 14:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-15 14:56 UTC (permalink / raw
To: gentoo-commits
ago 15/02/15 14:56:36
Modified: libmspub-0.1.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #534684
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 app-text/libmspub/libmspub-0.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?r1=1.1&r2=1.2
Index: libmspub-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmspub-0.1.2.ebuild 4 Feb 2015 09:04:51 -0000 1.1
+++ libmspub-0.1.2.ebuild 15 Feb 2015 14:56:36 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.1 2015/02/04 09:04:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.2 2015/02/15 14:56:36 ago Exp $
EAPI=5
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="doc static-libs"
1.16 app-text/libmspub/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 4 Feb 2015 09:04:51 -0000 1.15
+++ ChangeLog 15 Feb 2015 14:56:36 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libmspub
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.15 2015/02/04 09:04:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.16 2015/02/15 14:56:36 ago Exp $
+
+ 15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libmspub-0.1.2.ebuild:
+ Stable for amd64, wrt bug #534684
*libmspub-0.1.2 (04 Feb 2015)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.1.2.ebuild ChangeLog
@ 2015-02-15 14:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-15 14:58 UTC (permalink / raw
To: gentoo-commits
ago 15/02/15 14:58:40
Modified: libmspub-0.1.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #534684
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 app-text/libmspub/libmspub-0.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?r1=1.2&r2=1.3
Index: libmspub-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmspub-0.1.2.ebuild 15 Feb 2015 14:56:36 -0000 1.2
+++ libmspub-0.1.2.ebuild 15 Feb 2015 14:58:40 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.2 2015/02/15 14:56:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.3 2015/02/15 14:58:40 ago Exp $
EAPI=5
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="doc static-libs"
1.17 app-text/libmspub/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 15 Feb 2015 14:56:36 -0000 1.16
+++ ChangeLog 15 Feb 2015 14:58:40 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libmspub
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.16 2015/02/15 14:56:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.17 2015/02/15 14:58:40 ago Exp $
+
+ 15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libmspub-0.1.2.ebuild:
+ Stable for x86, wrt bug #534684
15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libmspub-0.1.2.ebuild:
Stable for amd64, wrt bug #534684
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-15 15:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 9:04 [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.1.2.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-02-15 14:56 Agostino Sarubbo (ago)
2015-02-15 14:58 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox