diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-06-05 12:09:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-07-03 22:27:41 +0200 |
commit | 96b3180886b83e42930f674f10a8e5d0c937ed3e (patch) | |
tree | 74765cc450481d9da9655a437c88866d76b5e872 /app-text/libmwaw | |
parent | app-text/libmspub: Drop old, latest version is stable (diff) | |
download | gentoo-96b3180886b83e42930f674f10a8e5d0c937ed3e.tar.gz gentoo-96b3180886b83e42930f674f10a8e5d0c937ed3e.tar.bz2 gentoo-96b3180886b83e42930f674f10a8e5d0c937ed3e.zip |
app-text/libmwaw: Drop old
base.eclass usage eliminated.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/Manifest | 3 | ||||
-rw-r--r-- | app-text/libmwaw/libmwaw-0.1.10.ebuild | 45 | ||||
-rw-r--r-- | app-text/libmwaw/libmwaw-0.2.0.ebuild | 45 | ||||
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.5.ebuild | 44 |
4 files changed, 0 insertions, 137 deletions
diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest index ee5d620d70a4..cc6fde788b50 100644 --- a/app-text/libmwaw/Manifest +++ b/app-text/libmwaw/Manifest @@ -1,5 +1,2 @@ -DIST libmwaw-0.1.10.tar.xz 737680 SHA256 9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73 WHIRLPOOL 8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f -DIST libmwaw-0.2.0.tar.xz 808604 SHA256 c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094 WHIRLPOOL 81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155 -DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c WHIRLPOOL 0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1 WHIRLPOOL ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499 WHIRLPOOL 8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111 diff --git a/app-text/libmwaw/libmwaw-0.1.10.ebuild b/app-text/libmwaw/libmwaw-0.1.10.ebuild deleted file mode 100644 index 7d213fb74996..000000000000 --- a/app-text/libmwaw/libmwaw-0.1.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit base eutils - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="doc static-libs" - -RDEPEND=" - >=app-text/libwpd-0.9.5:0.9 - app-text/libwpg:0.2 - dev-libs/libxml2 - sys-libs/zlib -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46 - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -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 -} diff --git a/app-text/libmwaw/libmwaw-0.2.0.ebuild b/app-text/libmwaw/libmwaw-0.2.0.ebuild deleted file mode 100644 index 90a77f1798f7..000000000000 --- a/app-text/libmwaw/libmwaw-0.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit base eutils - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="doc static-libs" - -RDEPEND=" - app-text/libwpd:0.9 - >=app-text/libwpg-0.2.2:0.2 - dev-libs/libxml2 - sys-libs/zlib -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46 - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -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 -} diff --git a/app-text/libmwaw/libmwaw-0.3.5.ebuild b/app-text/libmwaw/libmwaw-0.3.5.ebuild deleted file mode 100644 index e7c3f3a630ba..000000000000 --- a/app-text/libmwaw/libmwaw-0.3.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit base eutils - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -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_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 -} |