public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libmwaw: libmwaw-0.1.8.ebuild ChangeLog libmwaw-0.1.7.ebuild
@ 2013-04-29  6:52 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2013-04-29  6:52 UTC (permalink / raw
  To: gentoo-commits

scarabeus    13/04/29 06:52:17

  Modified:             ChangeLog
  Added:                libmwaw-0.1.8.ebuild
  Removed:              libmwaw-0.1.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.3                  app-text/libmwaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmwaw/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmwaw/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmwaw/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Mar 2013 10:09:57 -0000	1.2
+++ ChangeLog	29 Apr 2013 06:52:16 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libmwaw
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.2 2013/03/13 10:09:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.3 2013/04/29 06:52:16 scarabeus Exp $
+
+*libmwaw-0.1.8 (29 Apr 2013)
+
+  29 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libmwaw-0.1.8.ebuild,
+  -libmwaw-0.1.7.ebuild:
+  Version bump.
 
   13 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> libmwaw-0.1.7.ebuild:
   Fix copy&pasto description.



1.1                  app-text/libmwaw/libmwaw-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmwaw/libmwaw-0.1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmwaw/libmwaw-0.1.8.ebuild?rev=1.1&content-type=text/plain

Index: libmwaw-0.1.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-0.1.8.ebuild,v 1.1 2013/04/29 06:52:16 scarabeus Exp $

EAPI=5

inherit base eutils

DESCRIPTION="Library parsing many pre-OSX MAC text formats"
HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc static-libs"

RDEPEND="
	app-text/libwpd:0.9
	app-text/libwpg:0.2
	dev-libs/libxml2
	sys-libs/zlib
"
DEPEND="${RDEPEND}
	>=dev-libs/boost-1.46
	sys-devel/libtool
	virtual/pkgconfig
	doc? ( app-doc/doxygen )
"

src_configure() {
	# zip is hard enabled as the zlib is dep on the rdeps anyway
	econf \
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
		--with-sharedptr=boost \
		--enable-zip \
		--disable-werror \
		$(use_enable static-libs static) \
		$(use_with doc docs)
}

src_install() {
	default
	prune_libtool_files --all
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-29  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29  6:52 [gentoo-commits] gentoo-x86 commit in app-text/libmwaw: libmwaw-0.1.8.ebuild ChangeLog libmwaw-0.1.7.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox