diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-29 23:38:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-30 00:04:56 +0100 |
commit | 9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f (patch) | |
tree | bac73db4d3c9f4079641f544eb221c28fe043704 /app-text/libmwaw | |
parent | app-text/libetonyek: Drop 0.1.6 (diff) | |
download | gentoo-9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f.tar.gz gentoo-9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f.tar.bz2 gentoo-9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f.zip |
app-text/libmwaw: Drop 0.3.12
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/Manifest | 1 | ||||
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest index c526d563e2bc..4f79c5c85107 100644 --- a/app-text/libmwaw/Manifest +++ b/app-text/libmwaw/Manifest @@ -1,2 +1 @@ -DIST libmwaw-0.3.12.tar.xz 1258972 BLAKE2B d6a6bf588f4039abb7288547127b49d90b5ce254d3852cfc479ce6771566684251aa46fc354aaae17f9cc9b530d11597d5bc76dde38380d41c5847bba763553f SHA512 8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d7185944447b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec DIST libmwaw-0.3.13.tar.xz 1258220 BLAKE2B 79cb4d8a91d361ceae70fa7a0145fa9f5e230bbafba1b0a586b10a1375e34511769d2a5d6b8ba9b6b9676a3cffc9ae6d22529a1920ed4bf932ef7e88ca7bae0c SHA512 3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3 diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild b/app-text/libmwaw/libmwaw-0.3.12.ebuild deleted file mode 100644 index 83978a0e4826..000000000000 --- a/app-text/libmwaw/libmwaw-0.3.12.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw" -[[ ${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 ~arm64 x86" - -IUSE="doc static-libs tools" - -RDEPEND=" - dev-libs/librevenge - sys-libs/zlib -" -DEPEND="${RDEPEND} - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - # zip is hard enabled as the zlib is dep on the rdeps anyway - econf \ - --enable-zip \ - --disable-werror \ - --with-sharedptr=c++11 \ - $(use_with doc docs) \ - $(use_enable static-libs static) \ - $(use_enable tools) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |