* [gentoo-commits] gentoo-x86 commit in media-libs/libcdr: libcdr-0.0.5.ebuild ChangeLog libcdr-0.0.4.ebuild
@ 2012-03-21 21:40 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-03-21 21:40 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/03/21 21:40:32
Modified: ChangeLog
Added: libcdr-0.0.5.ebuild
Removed: libcdr-0.0.4.ebuild
Log:
Version bump to latest. Drop older.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Revision Changes Path
1.5 media-libs/libcdr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Mar 2012 15:11:59 -0000 1.4
+++ ChangeLog 21 Mar 2012 21:40:32 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libcdr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.4 2012/03/09 15:11:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.5 2012/03/21 21:40:32 scarabeus Exp $
+
+*libcdr-0.0.5 (21 Mar 2012)
+
+ 21 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libcdr-0.0.5.ebuild,
+ -libcdr-0.0.4.ebuild:
+ Version bump to latest. Drop older.
*libcdr-0.0.4 (09 Mar 2012)
1.1 media-libs/libcdr/libcdr-0.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/libcdr-0.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/libcdr-0.0.5.ebuild?rev=1.1&content-type=text/plain
Index: libcdr-0.0.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.5.ebuild,v 1.1 2012/03/21 21:40:31 scarabeus Exp $
EAPI=4
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
[[ ${PV} == 9999 ]] && vcs="autotools git-2"
inherit base ${vcs}
unset vcs
DESCRIPTION="Library parsing the Corel cdr documents"
HOMEPAGE="http://cgit.freedesktop.org/libreoffice/libcdr/tree/"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
RDEPEND="
app-text/libwpd:0.9
app-text/libwpg:0.2
media-libs/lcms:2
sys-libs/zlib
"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/libtool
doc? ( app-doc/doxygen )
"
src_prepare() {
base_src_prepare
[[ -d m4 ]] || mkdir "m4"
[[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
--disable-werror \
$(use_with doc docs)
}
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-21 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 21:40 [gentoo-commits] gentoo-x86 commit in media-libs/libcdr: libcdr-0.0.5.ebuild ChangeLog libcdr-0.0.4.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