From 08a70771dab8458c86619c2c947ff8c8f397c87c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 11 Jun 2012 12:47:05 +0000 Subject: Version bump to latest. Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64 --- media-libs/libcdr/ChangeLog | 8 +++- media-libs/libcdr/files/libcdr-0.0.7-clang.patch | 11 ----- media-libs/libcdr/libcdr-0.0.7.ebuild | 52 ------------------------ media-libs/libcdr/libcdr-0.0.8.ebuild | 48 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 64 deletions(-) delete mode 100644 media-libs/libcdr/files/libcdr-0.0.7-clang.patch delete mode 100644 media-libs/libcdr/libcdr-0.0.7.ebuild create mode 100644 media-libs/libcdr/libcdr-0.0.8.ebuild (limited to 'media-libs') diff --git a/media-libs/libcdr/ChangeLog b/media-libs/libcdr/ChangeLog index bd432e2eda5a..45b43a975fdb 100644 --- a/media-libs/libcdr/ChangeLog +++ b/media-libs/libcdr/ChangeLog @@ -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.12 2012/06/08 23:55:46 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.13 2012/06/11 12:47:05 scarabeus Exp $ + +*libcdr-0.0.8 (11 Jun 2012) + + 11 Jun 2012; Tomáš Chvátal +libcdr-0.0.8.ebuild, + -files/libcdr-0.0.7-clang.patch, -libcdr-0.0.7.ebuild: + Version bump to latest. 08 Jun 2012; Zac Medico libcdr-0.0.7.ebuild, libcdr-9999.ebuild: diff --git a/media-libs/libcdr/files/libcdr-0.0.7-clang.patch b/media-libs/libcdr/files/libcdr-0.0.7-clang.patch deleted file mode 100644 index 1e6b92f4d5ea..000000000000 --- a/media-libs/libcdr/files/libcdr-0.0.7-clang.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/libcdr-0.0.7/src/lib/CDRParser.cpp 2012-04-24 15:40:42.000000000 +0200 -+++ misc/build/libcdr-0.0.7/src/lib/CDRParser.cpp 2012-04-24 16:54:16.084829635 +0200 -@@ -466,7 +466,7 @@ - m_collector->collectObject(level); - else if (listType == FOURCC_grp) - m_collector->collectGroup(level); -- else if ((listType & 0xffffff) == FOURCC_CDR || (listType && 0xffffff) == FOURCC_cdr) -+ else if ((listType & 0xffffff) == FOURCC_CDR || (listType & 0xffffff) == FOURCC_cdr) - m_version = getCDRVersion((listType & 0xff000000) >> 24); - else if (listType == FOURCC_vect) - m_collector->collectVect(level); diff --git a/media-libs/libcdr/libcdr-0.0.7.ebuild b/media-libs/libcdr/libcdr-0.0.7.ebuild deleted file mode 100644 index bfd416cf3308..000000000000 --- a/media-libs/libcdr/libcdr-0.0.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.7.ebuild,v 1.6 2012/06/08 23:55:46 zmedico Exp $ - -EAPI=4 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" -inherit base -[[ ${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 ~ppc ~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} - virtual/pkgconfig - sys-devel/libtool - doc? ( app-doc/doxygen ) -" - -PATCHES=( - "${FILESDIR}/${P}-clang.patch" -) - -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 {} + -} diff --git a/media-libs/libcdr/libcdr-0.0.8.ebuild b/media-libs/libcdr/libcdr-0.0.8.ebuild new file mode 100644 index 000000000000..74299928933d --- /dev/null +++ b/media-libs/libcdr/libcdr-0.0.8.ebuild @@ -0,0 +1,48 @@ +# 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.8.ebuild,v 1.1 2012/06/11 12:47:05 scarabeus Exp $ + +EAPI=4 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" +inherit base +[[ ${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 ~ppc ~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} + virtual/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 {} + +} -- cgit v1.2.3-65-gdbad