diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-25 08:40:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-25 08:40:03 +0000 |
commit | 8b8ecb9e277bd7ce83704b905cd6f909484e92ef (patch) | |
tree | 9ddbe129feb84f404e5fdb7532d183266d1cfdbe /media-libs/libvisio | |
parent | Remove vulnerable version (diff) | |
download | gentoo-2-8b8ecb9e277bd7ce83704b905cd6f909484e92ef.tar.gz gentoo-2-8b8ecb9e277bd7ce83704b905cd6f909484e92ef.tar.bz2 gentoo-2-8b8ecb9e277bd7ce83704b905cd6f909484e92ef.zip |
Stabilise 0.0.25 on amd64 x86 and ppc. Remove overshadowed. Add missing arm keyword to live ebuild and 25.
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.23.ebuild | 52 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.25.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 8 |
4 files changed, 12 insertions, 59 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index 449fd274aa93..fdfe1bcdbf79 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.46 2013/02/26 14:12:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.47 2013/03/25 08:40:03 scarabeus Exp $ + + 25 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> -libvisio-0.0.23.ebuild, + libvisio-0.0.25.ebuild, libvisio-9999.ebuild: + Stabilise 0.0.25 on amd64 x86 and ppc. Remove overshadowed. Add missing arm + keyword to live ebuild and 25. *libvisio-0.0.25 (26 Feb 2013) diff --git a/media-libs/libvisio/libvisio-0.0.23.ebuild b/media-libs/libvisio/libvisio-0.0.23.ebuild deleted file mode 100644 index 84ad3256507f..000000000000 --- a/media-libs/libvisio/libvisio-0.0.23.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/libvisio/libvisio-0.0.23.ebuild,v 1.3 2012/12/08 12:10:41 maekke Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -inherit base -[[ ${PV} == 9999 ]] && inherit autotools git-2 - -DESCRIPTION="Library parsing the visio documents" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" -[[ ${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/libxml2 - sys-libs/zlib -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46 - dev-util/gperf - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_prepare() { - [[ -d m4 ]] || mkdir "m4" - base_src_prepare - [[ ${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 {} + -} diff --git a/media-libs/libvisio/libvisio-0.0.25.ebuild b/media-libs/libvisio/libvisio-0.0.25.ebuild index 4c977995d84a..b34771d33660 100644 --- a/media-libs/libvisio/libvisio-0.0.25.ebuild +++ b/media-libs/libvisio/libvisio-0.0.25.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/libvisio/libvisio-0.0.25.ebuild,v 1.1 2013/02/26 14:12:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.25.ebuild,v 1.2 2013/03/25 08:40:03 scarabeus Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="doc static-libs" RDEPEND=" diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 6a3cae8106fb..124b68df1650 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.15 2013/02/26 14:12:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.16 2013/03/25 08:40:03 scarabeus Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -inherit base +inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the visio documents" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc static-libs" RDEPEND=" @@ -48,5 +48,5 @@ src_configure() { src_install() { default - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files --all } |