public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libcdr: libcdr-0.0.15.ebuild ChangeLog
@ 2014-04-08  8:26 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2014-04-08  8:26 UTC (permalink / raw
  To: gentoo-commits

scarabeus    14/04/08 08:26:15

  Modified:             ChangeLog
  Added:                libcdr-0.0.15.ebuild
  Log:
  Version bump to 0.0.15.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.31                 media-libs/libcdr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	21 Jun 2013 12:20:26 -0000	1.30
+++ ChangeLog	8 Apr 2014 08:26:15 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libcdr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.30 2013/06/21 12:20:26 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.31 2014/04/08 08:26:15 scarabeus Exp $
+
+*libcdr-0.0.15 (08 Apr 2014)
+
+  08 Apr 2014; Tomáš Chvátal <scarabeus@gentoo.org> +libcdr-0.0.15.ebuild:
+  Version bump to 0.0.15.
 
   21 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> -libcdr-0.0.13.ebuild,
   libcdr-0.0.14.ebuild:



1.1                  media-libs/libcdr/libcdr-0.0.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/libcdr-0.0.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/libcdr-0.0.15.ebuild?rev=1.1&content-type=text/plain

Index: libcdr-0.0.15.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.15.ebuild,v 1.1 2014/04/08 08:26:15 scarabeus Exp $

EAPI=5

EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
inherit base eutils
[[ ${PV} == 9999 ]] && inherit autotools git-2

DESCRIPTION="Library parsing the Corel cdr documents"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libcdr"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs"

RDEPEND="
	app-text/libwpd:0.9
	app-text/libwpg:0.2
	dev-libs/icu:=
	media-libs/lcms:2
	sys-libs/zlib
"
DEPEND="${RDEPEND}
	dev-libs/boost
	sys-devel/libtool
	virtual/pkgconfig
	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] only message in thread

only message in thread, other threads:[~2014-04-08  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  8:26 [gentoo-commits] gentoo-x86 commit in media-libs/libcdr: libcdr-0.0.15.ebuild ChangeLog 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