summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-06-05 13:21:07 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-03 22:27:41 +0200
commit2b4574415deed51e376fd32c40e38b10a5c7021b (patch)
tree4c2b9dab2be232c6ffb51308337d13b04e3d50a7 /media-libs/libfreehand
parentmedia-libs/libcdr: Drop old (diff)
downloadgentoo-2b4574415deed51e376fd32c40e38b10a5c7021b.tar.gz
gentoo-2b4574415deed51e376fd32c40e38b10a5c7021b.tar.bz2
gentoo-2b4574415deed51e376fd32c40e38b10a5c7021b.zip
media-libs/libfreehand: Drop old, latest version is stable
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/libfreehand')
-rw-r--r--media-libs/libfreehand/Manifest2
-rw-r--r--media-libs/libfreehand/libfreehand-0.0.0.ebuild50
-rw-r--r--media-libs/libfreehand/libfreehand-0.1.0.ebuild49
3 files changed, 0 insertions, 101 deletions
diff --git a/media-libs/libfreehand/Manifest b/media-libs/libfreehand/Manifest
index 769fce60d547..de26a63acf8f 100644
--- a/media-libs/libfreehand/Manifest
+++ b/media-libs/libfreehand/Manifest
@@ -1,3 +1 @@
-DIST libfreehand-0.0.0.tar.xz 268908 SHA256 5a38eb890ca8b658f17e5e22d39c654052d24b90a699b6a4b6834880e3afc912 SHA512 9577053fbdd21431e7331e61b0f855e1c3ff7c056be2b64fa600cc383a917ace2850f25f3d0b7517bcbe18055ef6b2cd87f17d3a0f044e33775c0092c06f879d WHIRLPOOL 18d0a4f8240a209c36affcb9761913c32b0bc6599f024f656fbed295dab591e09f8a2cad4c46fee80e00ae87c83b05f2a08abbf7c079f0d4a591eed59d27ee91
-DIST libfreehand-0.1.0.tar.xz 265592 SHA256 5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 SHA512 8b3bdd3df158d4371f5007abaa5fd11f7039e0f3e2bbef9540b730ca3fcf94cbf6bd50a8bf917c948fb5257f1b0704b2a10b7cb49b1becdedfef52b41a826f90 WHIRLPOOL a0244a4e4191fddfece2f53deb1b53ed9e325faf20ebfe8b1bc9ce35a3899f4310cd888892f1d1628c955f5aa3cf5e5c483f7448809ef2b867014f445e9549f0
DIST libfreehand-0.1.1.tar.xz 492916 SHA256 ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 SHA512 552b6b8c00aabe0d557fdacf4bfe8b0b4c2d34ec6f15820f3a54da76b4f24ca5842ba38ea756d05b947a0e8cf48d351429abef64b25508ea032a92965e9c91e2 WHIRLPOOL 2b82b4a3790df93fb52ec872ed38c1c991ce63b35fd25c87c60c2816f3275b6fa8f7d607fc6f9bd41c6bcbc0fca44efc11e5486b4d0bd47077543ce5e69d9fd8
diff --git a/media-libs/libfreehand/libfreehand-0.0.0.ebuild b/media-libs/libfreehand/libfreehand-0.0.0.ebuild
deleted file mode 100644
index f2148e0006ac..000000000000
--- a/media-libs/libfreehand/libfreehand-0.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libfreehand/"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
-
-DESCRIPTION="Library for import of FreeHand drawings"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libfreehand/"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
- app-text/libwpd:0.9
- app-text/libwpg:0.2
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-util/gperf
- sys-devel/libtool
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- [[ -d m4 ]] || mkdir "m4"
- base_src_prepare
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- $(use_enable static-libs static) \
- --disable-werror \
- $(use_with doc docs)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}
diff --git a/media-libs/libfreehand/libfreehand-0.1.0.ebuild b/media-libs/libfreehand/libfreehand-0.1.0.ebuild
deleted file mode 100644
index b371c0098c57..000000000000
--- a/media-libs/libfreehand/libfreehand-0.1.0.ebuild
+++ /dev/null
@@ -1,49 +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://anongit.freedesktop.org/git/libreoffice/libfreehand/"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
-
-DESCRIPTION="Library for import of FreeHand drawings"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-libs/librevenge
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-util/gperf
- sys-devel/libtool
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- [[ -d m4 ]] || mkdir "m4"
- base_src_prepare
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- $(use_enable static-libs static) \
- --disable-werror \
- $(use_with doc docs)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}