summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-10-24 15:00:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-10-24 15:00:24 +0000
commit030685e4de50dca92e3e098ffee6ce7b45a28355 (patch)
treeb1f9568b4c314ab1661c0dffb7f4ecb12888fdb9 /media-libs
parentStable 0.9.6 on all archs for the annoying crashes (only cosm patches that ar... (diff)
downloadgentoo-2-030685e4de50dca92e3e098ffee6ce7b45a28355.tar.gz
gentoo-2-030685e4de50dca92e3e098ffee6ce7b45a28355.tar.bz2
gentoo-2-030685e4de50dca92e3e098ffee6ce7b45a28355.zip
Stable latest version. Remove older.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libcdr/ChangeLog6
-rw-r--r--media-libs/libcdr/libcdr-0.0.8.ebuild49
2 files changed, 5 insertions, 50 deletions
diff --git a/media-libs/libcdr/ChangeLog b/media-libs/libcdr/ChangeLog
index c7f47d22a967..3960851a583b 100644
--- a/media-libs/libcdr/ChangeLog
+++ b/media-libs/libcdr/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2012/10/05 15:06:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.17 2012/10/24 15:00:24 scarabeus Exp $
+
+ 24 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libcdr-0.0.8.ebuild,
+ libcdr-0.0.9.ebuild:
+ Stable latest version. Remove older.
*libcdr-0.0.9 (05 Oct 2012)
diff --git a/media-libs/libcdr/libcdr-0.0.8.ebuild b/media-libs/libcdr/libcdr-0.0.8.ebuild
deleted file mode 100644
index ff3f0aff1739..000000000000
--- a/media-libs/libcdr/libcdr-0.0.8.ebuild
+++ /dev/null
@@ -1,49 +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.8.ebuild,v 1.3 2012/09/20 14:34:21 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 \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- $(use_enable static-libs static) \
- --disable-werror \
- $(use_with doc docs)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}