public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libcdr: libcdr-0.0.13.ebuild libcdr-9999.ebuild ChangeLog
Date: Mon, 22 Apr 2013 14:09:12 +0000 (UTC)	[thread overview]
Message-ID: <20130422140912.AD20D2171D@flycatcher.gentoo.org> (raw)

scarabeus    13/04/22 14:09:12

  Modified:             libcdr-9999.ebuild ChangeLog
  Added:                libcdr-0.0.13.ebuild
  Log:
  Version bump to latest bugfix release.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.10                 media-libs/libcdr/libcdr-9999.ebuild

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

Index: libcdr-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libcdr-9999.ebuild	25 Jan 2013 15:09:25 -0000	1.9
+++ libcdr-9999.ebuild	22 Apr 2013 14:09:12 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-9999.ebuild,v 1.9 2013/01/25 15:09:25 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-9999.ebuild,v 1.10 2013/04/22 14:09:12 scarabeus Exp $
 
 EAPI=5
 
@@ -25,8 +25,9 @@
 	sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
+	dev-libs/boost
 	sys-devel/libtool
+	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
 "
 



1.25                 media-libs/libcdr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Apr 2013 16:30:42 -0000	1.24
+++ ChangeLog	22 Apr 2013 14:09:12 -0000	1.25
@@ -1,6 +1,12 @@
 # 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.24 2013/04/08 16:30:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.25 2013/04/22 14:09:12 scarabeus Exp $
+
+*libcdr-0.0.13 (22 Apr 2013)
+
+  22 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libcdr-0.0.13.ebuild,
+  libcdr-9999.ebuild:
+  Version bump to latest bugfix release.
 
 *libcdr-0.0.12 (08 Apr 2013)
 



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

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

Index: libcdr-0.0.13.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.13.ebuild,v 1.1 2013/04/22 14:09:12 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
}





                 reply	other threads:[~2013-04-22 14:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130422140912.AD20D2171D@flycatcher.gentoo.org \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox