public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwmf/
Date: Sun, 10 Jan 2016 14:20:28 +0000 (UTC)	[thread overview]
Message-ID: <1452435603.ec60192d6f3acb009ae8263047236e89aed3ef03.kensington@gentoo> (raw)

commit:     ec60192d6f3acb009ae8263047236e89aed3ef03
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 14:20:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 14:20:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec60192d

media-libs/libwmf: remove old

Package-Manager: portage-2.2.26

 media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild | 110 -----------------------------
 1 file changed, 110 deletions(-)

diff --git a/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild b/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild
deleted file mode 100644
index 3b4e294..0000000
--- a/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils gnome2-utils
-
-#The configure script finds the 5.50 ghostscript Fontmap file while run.
-#This will probably work, especially since the real one (6.50) in this case
-#is empty. However beware in case there is any trouble
-
-DESCRIPTION="library for converting WMF files"
-HOMEPAGE="http://wvware.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-IUSE="X debug doc expat xml"
-
-RDEPEND="
-	app-text/ghostscript-gpl
-	media-fonts/urw-fonts
-	>=media-libs/freetype-2.0.1
-	>=media-libs/libpng-1.4
-	sys-libs/zlib
-	x11-libs/gdk-pixbuf:2[X?]
-	virtual/jpeg
-	xml? (
-		expat? ( dev-libs/expat )
-		!expat? (  dev-libs/libxml2 )
-	)
-	X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	X? (
-		x11-libs/libXt
-		x11-libs/libXpm
-	)"
-# plotutils are not really supported yet, so looks like that's it
-
-REQUIRED_USE="expat? ( xml )"
-
-DOCS=( README AUTHORS CREDITS ChangeLog NEWS TODO )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-intoverflow.patch
-	"${FILESDIR}"/${P}-build.patch
-	"${FILESDIR}"/${P}-pngfix.patch
-	"${FILESDIR}"/${P}-libpng-1.5.patch
-	"${FILESDIR}"/${P}-use-system-fonts.patch
-	"${FILESDIR}"/${P}-gdk-pixbuf.patch
-	)
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES='modules'
-
-src_prepare() {
-	if ! use doc ; then
-		sed -e 's:doc::' -i Makefile.am || die
-	fi
-	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
-
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=()
-	# NOTE: The gd that is included is gd-2.0.0. Even with --with-sys-gd, that gd is built
-	# and included in libwmf. Since nothing in-tree seems to use media-libs/libwmf[gd],
-	# we're explicitly disabling gd use w.r.t. bug 268161
-	if use expat; then
-		myeconfargs+=( --without-libxml2 )
-	else
-		myeconfargs+=( $(use_with xml libxml2) )
-	fi
-
-	myeconfargs+=(
-		--disable-static
-		$(use_enable debug)
-		$(use_with X x)
-		$(use_with expat)
-		--disable-gd
-		--with-sys-gd
-		--with-gsfontdir="${EPREFIX}"/usr/share/ghostscript/fonts
-		--with-fontdir="${EPREFIX}"/usr/share/fonts/urw-fonts/
-		--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
-		)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	MAKEOPTS+=" -j1"
-	autotools-utils_src_install
-}
-
-pkg_preinst() {
-	gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postinst() {
-	gnome2_gdk_pixbuf_update
-}
-
-pkg_postrm() {
-	gnome2_gdk_pixbuf_update
-}


             reply	other threads:[~2016-01-10 14:20 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-10 14:20 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07  0:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/libwmf/ Sam James
2024-09-13 15:20 Petr Vaněk
2024-02-06 11:02 Michał Górny
2023-05-29 20:18 Sam James
2023-05-28 19:10 Arthur Zamarin
2023-05-27 11:15 Arthur Zamarin
2023-05-27 10:30 Sam James
2023-05-25  8:02 Arthur Zamarin
2023-05-25  8:02 Arthur Zamarin
2023-05-25  7:56 Arthur Zamarin
2023-04-18  4:38 Sam James
2023-04-18  4:29 Sam James
2023-04-18  4:29 Sam James
2022-05-17 12:48 WANG Xuerui
2022-01-18 18:39 Sam James
2022-01-01 13:41 James Le Cuirot
2021-07-13 19:36 Marek Szuba
2021-01-25 20:59 Sam James
2021-01-06 14:27 Fabian Groffen
2020-11-10 17:46 Matt Turner
2020-02-08 16:53 David Seifert
2019-04-25 16:35 Pacho Ramos
2019-04-24 23:11 Thomas Deutschmann
2019-04-14 14:37 Aaron Bauman
2019-02-19 21:15 Markus Meier
2019-02-12 15:59 Thomas Deutschmann
2019-02-07 16:47 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2019-02-01 14:55 Tobias Klausmann
2019-01-28 19:38 Sergei Trofimovich
2017-06-18  9:51 Alexis Ballier
2015-12-27 10:42 Mikle Kolyada
2015-11-18  9:32 Agostino Sarubbo
2015-11-14 16:45 Markus Meier
2015-11-09  8:53 Agostino Sarubbo
2015-11-06 11:28 Agostino Sarubbo
2015-11-06 11:27 Agostino Sarubbo
2015-11-06  4:36 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452435603.ec60192d6f3acb009ae8263047236e89aed3ef03.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox