public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libmwaw: libmwaw-9999.ebuild ChangeLog
@ 2015-08-04 20:26 Andreas Huettel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas Huettel (dilfridge) @ 2015-08-04 20:26 UTC (permalink / raw
  To: gentoo-commits

dilfridge    15/08/04 20:26:17

  Modified:             ChangeLog
  Added:                libmwaw-9999.ebuild
  Log:
  Add live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)

Revision  Changes    Path
1.22                 app-text/libmwaw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	22 Jul 2015 19:33:29 -0000	1.21
+++ ChangeLog	4 Aug 2015 20:26:17 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libmwaw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.21 2015/07/22 19:33:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.22 2015/08/04 20:26:17 dilfridge Exp $
+
+*libmwaw-9999 (04 Aug 2015)
+
+  04 Aug 2015; Andreas K. Huettel <dilfridge@gentoo.org> +libmwaw-9999.ebuild:
+  Add live ebuild
 
   22 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libmwaw-0.3.5.ebuild:
   Stable for x86, wrt bug #555584



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

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

Index: libmwaw-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-9999.ebuild,v 1.1 2015/08/04 20:26:17 dilfridge Exp $

EAPI=5

EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
inherit eutils
[[ ${PV} == 9999 ]] && inherit autotools git-r3

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

LICENSE="LGPL-2.1"
SLOT="0"

[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~x86"

IUSE="doc static-libs"

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

src_prepare() {
	[[ ${PV} == 9999 ]] && eautoreconf
}

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:[~2015-08-04 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 20:26 [gentoo-commits] gentoo-x86 commit in app-text/libmwaw: libmwaw-9999.ebuild ChangeLog Andreas Huettel (dilfridge)

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