summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-17 20:15:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-17 23:59:25 +0100
commit15f5593d7344f9218749b0273621541a9beafd0f (patch)
treeb15b403095721903dff715d8f66ee48f6662d794
parentapp-doc/gimp-help-2.8.2: disable parallel build. (diff)
downloadgentoo-15f5593d7344f9218749b0273621541a9beafd0f.tar.gz
gentoo-15f5593d7344f9218749b0273621541a9beafd0f.tar.bz2
gentoo-15f5593d7344f9218749b0273621541a9beafd0f.zip
app-text/libetonyek: Drop 0.1.8
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-text/libetonyek/Manifest1
-rw-r--r--app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch12
-rw-r--r--app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch29
-rw-r--r--app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch28
-rw-r--r--app-text/libetonyek/libetonyek-0.1.8-r1.ebuild67
-rw-r--r--app-text/libetonyek/libetonyek-0.1.8.ebuild56
6 files changed, 0 insertions, 193 deletions
diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 7a9f758407ea..00c59b08dfc3 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d SHA512 c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98 SHA512 3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e
diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
deleted file mode 100644
index db78fa81d471..000000000000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Gentoo-bug: https://bugs.gentoo.org/657820
-
---- a/configure.ac 2018-03-18 14:51:31.000000000 +0100
-+++ b/configure.ac 2018-07-11 23:13:14.901127036 +0200
-@@ -119,7 +119,6 @@
- saved_CPPFLAGS="${CPPFLAGS}"
- CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
- GLM_headers="glm/glm.hpp"
--AS_IF([test "x$enable_tests" == "xyes"], [GLM_headers="$GLM_headers glm/gtx/io.hpp"], [])
- AC_CHECK_HEADERS(
- [$GLM_headers],
- [],
diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch b/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch
deleted file mode 100644
index e13fe5f31cef..000000000000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 935cb58a61e45f441bdea143317a7d0d52c7f944 Mon Sep 17 00:00:00 2001
-From: David Tardon <dtardon@redhat.com>
-Date: Sat, 5 May 2018 14:01:43 +0200
-Subject: [PATCH] =?utf8?q?WaE:=20unnecessary=20parentheses=20in=20declarat?=
- =?utf8?q?ion=20of=20=E2=80=98aligns=E2=80=99?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf8
-Content-Transfer-Encoding: 8bit
-
-Change-Id: Ic3cb38d071db8e3947c09a4b216b62d18e01b6aa
----
- src/lib/IWAParser.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/IWAParser.cpp b/src/lib/IWAParser.cpp
-index ab9c6c8..973610e 100644
---- a/src/lib/IWAParser.cpp
-+++ b/src/lib/IWAParser.cpp
-@@ -1676,7 +1676,7 @@ void IWAParser::parseCellStyle(const unsigned id, IWORKStylePtr_t &style)
- auto align=get(properties.uint32(8));
- if (align<=2)
- {
-- const IWORKVerticalAlignment(aligns[])=
-+ const IWORKVerticalAlignment aligns[] =
- {
- IWORK_VERTICAL_ALIGNMENT_TOP, IWORK_VERTICAL_ALIGNMENT_MIDDLE, IWORK_VERTICAL_ALIGNMENT_BOTTOM
- };
---
-2.11.0
diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch b/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch
deleted file mode 100644
index 32593fed4805..000000000000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 9b78187ac2ccca0158cc9cc0bcc0576b457a78d7 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
-Date: Mon, 23 Apr 2018 17:20:16 +0100
-Subject: [PATCH] intial-creator->initial-creator
-
-Change-Id: I6fe5d0732edb97ac7ff6d527f48543cab1bb3f7b
-Reviewed-on: https://gerrit.libreoffice.org/53337
-Reviewed-by: David Tardon <dtardon@redhat.com>
-Tested-by: David Tardon <dtardon@redhat.com>
----
- src/lib/IWORKCollector.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/IWORKCollector.cpp b/src/lib/IWORKCollector.cpp
-index 0e0c775..4252a49 100644
---- a/src/lib/IWORKCollector.cpp
-+++ b/src/lib/IWORKCollector.cpp
-@@ -771,7 +771,7 @@ void IWORKCollector::fillMetadata(librevenge::RVNGPropertyList &props)
- if (!m_metadata.m_title.empty())
- props.insert("dc:subject", m_metadata.m_title.c_str());
- if (!m_metadata.m_author.empty())
-- props.insert("meta:intial-creator", m_metadata.m_author.c_str());
-+ props.insert("meta:initial-creator", m_metadata.m_author.c_str());
- if (!m_metadata.m_keywords.empty())
- props.insert("meta:keyword", m_metadata.m_keywords.c_str());
- if (!m_metadata.m_comment.empty())
---
-2.11.0
diff --git a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
deleted file mode 100644
index e58d47644acf..000000000000
--- a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
-[[ ${PV} == 9999 ]] && inherit git-r3
-inherit autotools
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
-[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
- app-text/liblangtag
- dev-libs/librevenge
- dev-libs/libxml2
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- >=dev-util/mdds-1.2.2:1=
- media-libs/glm
- sys-devel/libtool
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( dev-util/cppunit )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-glm-0.9.9.patch"
- "${FILESDIR}/${P}-typo-fix.patch"
- "${FILESDIR}/${P}-no-parentheses.patch"
-)
-
-src_prepare() {
- default
- [[ -d m4 ]] || mkdir "m4"
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-werror
- $(use_with doc docs)
- $(use_enable static-libs static)
- $(use_enable test tests)
- )
- if has_version ">=dev-util/mdds-1.4"; then
- myeconfargs+=( --with-mdds=1.4 )
- else
- myeconfargs+=( --with-mdds=1.2 )
- fi
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild b/app-text/libetonyek/libetonyek-0.1.8.ebuild
deleted file mode 100644
index 88f7b92bc33b..000000000000
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
-[[ ${PV} == 9999 ]] && inherit git-r3
-inherit autotools
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
-[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
- app-text/liblangtag
- dev-libs/librevenge
- dev-libs/libxml2
- sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- >=dev-util/mdds-1.2.2:1/1.2
- media-libs/glm
- sys-devel/libtool
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( dev-util/cppunit )
-"
-
-PATCHES=( "${FILESDIR}/${P}-glm-0.9.9.patch" )
-
-src_prepare() {
- default
- [[ -d m4 ]] || mkdir "m4"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-werror \
- $(use_with doc docs) \
- $(use_enable static-libs static) \
- $(use_enable test tests) \
- --with-mdds=1.2
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}