diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:18:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:18:45 +0000 |
commit | 91bd587f35363d2f4e56ff86a48fb143a3f7bcd1 (patch) | |
tree | c5cf38cba339f396db948f5fbda02e90cc2f8c65 /media-libs | |
parent | Carry forward ~ppc64 from version 0.1.1 (diff) | |
download | gentoo-2-91bd587f35363d2f4e56ff86a48fb143a3f7bcd1.tar.gz gentoo-2-91bd587f35363d2f4e56ff86a48fb143a3f7bcd1.tar.bz2 gentoo-2-91bd587f35363d2f4e56ff86a48fb143a3f7bcd1.zip |
Remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.1.0.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index e4283c4eb69b..e427dc5010e8 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.66 2015/07/25 21:16:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.67 2015/07/25 21:18:45 dilfridge Exp $ + + 25 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> -libvisio-0.1.0.ebuild: + Remove old 25 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> libvisio-0.1.3.ebuild, libvisio-9999.ebuild: diff --git a/media-libs/libvisio/libvisio-0.1.0.ebuild b/media-libs/libvisio/libvisio-0.1.0.ebuild deleted file mode 100644 index 7afba5a049b2..000000000000 --- a/media-libs/libvisio/libvisio-0.1.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild,v 1.3 2015/02/02 14:46:18 jer Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" -inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 - -DESCRIPTION="Library parsing the visio documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" -SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~hppa ~x86" -IUSE="doc static-libs" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge - 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 - prune_libtool_files --all -} |