media-libs/libfreehand: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 Nov 2017 23:24:48 +0000 (00:24 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 Nov 2017 23:49:17 +0000 (00:49 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

media-libs/libfreehand/Manifest
media-libs/libfreehand/libfreehand-0.1.1.ebuild [deleted file]

index 590b5402a9261fa1c42211577e1d28590ec1f2bc..50669ee73ce8162ad203a7ce0ac7bde8bb7356c1 100644 (file)
@@ -1,2 +1 @@
-DIST libfreehand-0.1.1.tar.xz 492916 SHA256 ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 SHA512 552b6b8c00aabe0d557fdacf4bfe8b0b4c2d34ec6f15820f3a54da76b4f24ca5842ba38ea756d05b947a0e8cf48d351429abef64b25508ea032a92965e9c91e2 WHIRLPOOL 2b82b4a3790df93fb52ec872ed38c1c991ce63b35fd25c87c60c2816f3275b6fa8f7d607fc6f9bd41c6bcbc0fca44efc11e5486b4d0bd47077543ce5e69d9fd8
 DIST libfreehand-0.1.2.tar.xz 516132 SHA256 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac SHA512 4112a76ac99999801d97d1b282596d631d8496a5bf65778ab26aa06da86637b1e2b630648a67ea01bf3316ecec9f2715546baff27af090b900267c87a011b963 WHIRLPOOL 54ae55cc80304f15244d0eac671264afdf2d30c589ddc917eb9db4ce7409b95f7bbbfe17b9d97b3b0954f0ab1e1a3342f09df435d93c3945dedd4767e81d1038
diff --git a/media-libs/libfreehand/libfreehand-0.1.1.ebuild b/media-libs/libfreehand/libfreehand-0.1.1.ebuild
deleted file mode 100644 (file)
index 13c0f9b..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
-[[ ${PV} == 9999 ]] && inherit autotools git-r3
-
-DESCRIPTION="Library for import of FreeHand drawings"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
-[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-       dev-libs/librevenge
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-       dev-libs/icu:=
-       dev-util/gperf
-       media-libs/lcms
-       sys-devel/libtool
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-       default
-       [[ -d m4 ]] || mkdir "m4"
-       [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-werror \
-               $(use_with doc docs) \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}