diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-21 12:20:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-21 12:20:26 +0000 |
commit | 7270d7f5a2db2473974e903e3218086f6759896f (patch) | |
tree | b0b5fd966dc86f91249fddb6aa36680277ad0ec4 /media-libs/libcdr | |
parent | Stable on x86 and amd64. Drop older. (diff) | |
download | gentoo-2-7270d7f5a2db2473974e903e3218086f6759896f.tar.gz gentoo-2-7270d7f5a2db2473974e903e3218086f6759896f.tar.bz2 gentoo-2-7270d7f5a2db2473974e903e3218086f6759896f.zip |
Stable on amd64 x86 and ppc. Drop older.
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-0.0.13.ebuild | 52 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-0.0.14.ebuild | 4 |
3 files changed, 7 insertions, 55 deletions
diff --git a/media-libs/libcdr/ChangeLog b/media-libs/libcdr/ChangeLog index b928035b9f2c..8640318bd7d0 100644 --- a/media-libs/libcdr/ChangeLog +++ b/media-libs/libcdr/ChangeLog @@ -1,6 +1,10 @@ # 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.29 2013/05/22 15:30:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.30 2013/06/21 12:20:26 scarabeus Exp $ + + 21 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> -libcdr-0.0.13.ebuild, + libcdr-0.0.14.ebuild: + Stable on amd64 x86 and ppc. Drop older. 22 May 2013; Agostino Sarubbo <ago@gentoo.org> libcdr-0.0.14.ebuild: Move KEYWORDS on another line because of ekeyword's failure diff --git a/media-libs/libcdr/libcdr-0.0.13.ebuild b/media-libs/libcdr/libcdr-0.0.13.ebuild deleted file mode 100644 index 6b7e104ba41e..000000000000 --- a/media-libs/libcdr/libcdr-0.0.13.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.3 2013/04/29 13:22:48 ago 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 -} diff --git a/media-libs/libcdr/libcdr-0.0.14.ebuild b/media-libs/libcdr/libcdr-0.0.14.ebuild index 09d70d7ce440..be10b74e7679 100644 --- a/media-libs/libcdr/libcdr-0.0.14.ebuild +++ b/media-libs/libcdr/libcdr-0.0.14.ebuild @@ -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-0.0.14.ebuild,v 1.2 2013/05/22 15:30:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.14.ebuild,v 1.3 2013/06/21 12:20:26 scarabeus Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libcdr" LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="doc static-libs" |