diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-29 20:59:47 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-29 21:27:10 +0100 |
commit | 424e4c16378a65ee49590adef0e4b63cba242f12 (patch) | |
tree | fda6688fe59d79a0ad204b435928804a433c3caa /app-text/libmwaw | |
parent | app-text/liblangtag: Remove old (diff) | |
download | gentoo-424e4c16378a65ee49590adef0e4b63cba242f12.tar.gz gentoo-424e4c16378a65ee49590adef0e4b63cba242f12.tar.bz2 gentoo-424e4c16378a65ee49590adef0e4b63cba242f12.zip |
app-text/libmwaw: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/Manifest | 1 | ||||
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.6.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest index 86de6ae15e3f..e908d57030b1 100644 --- a/app-text/libmwaw/Manifest +++ b/app-text/libmwaw/Manifest @@ -1,2 +1 @@ -DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1 WHIRLPOOL ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c WHIRLPOOL 77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158 diff --git a/app-text/libmwaw/libmwaw-0.3.6.ebuild b/app-text/libmwaw/libmwaw-0.3.6.ebuild deleted file mode 100644 index ef4e82cfd629..000000000000 --- a/app-text/libmwaw/libmwaw-0.3.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw" -inherit eutils -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/" -[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" - -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm x86" - -IUSE="doc static-libs" - -RDEPEND=" - dev-libs/librevenge - dev-libs/libxml2 - sys-libs/zlib -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46:= - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_prepare() { - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - # zip is hard enabled as the zlib is dep on the rdeps anyway - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --with-sharedptr=boost \ - --enable-zip \ - --disable-werror \ - $(use_enable static-libs static) \ - $(use_with doc docs) -} - -src_install() { - default - prune_libtool_files --all -} |