From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1867138331 for ; Tue, 20 Feb 2018 10:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00CB2E0B1E; Tue, 20 Feb 2018 10:37:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5AD7E0B1D for ; Tue, 20 Feb 2018 10:37:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7767F335C2A for ; Tue, 20 Feb 2018 10:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0091521D for ; Tue, 20 Feb 2018 10:37:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1519123004.eb126898e3ae6ee26a7ec816feee057aedc1a3fb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild X-VCS-Directories: media-video/dvdauthor/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eb126898e3ae6ee26a7ec816feee057aedc1a3fb X-VCS-Branch: master Date: Tue, 20 Feb 2018 10:37:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbb01d2e-f510-4e9f-a313-06811c19601c X-Archives-Hash: ec39a17592ae9263b6045455920ad13a commit: eb126898e3ae6ee26a7ec816feee057aedc1a3fb Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 20 10:36:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 20 10:36:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb126898 media-video/dvdauthor: Removed old. Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild | 49 ------------------------- 1 file changed, 49 deletions(-) diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild deleted file mode 100644 index 6ac055e70b4..00000000000 --- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" -HOMEPAGE="http://dvdauthor.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="graphicsmagick +imagemagick" -REQUIRED_USE="^^ ( graphicsmagick imagemagick )" - -RDEPEND=">=dev-libs/fribidi-0.19.2 - dev-libs/libxml2 - >=media-libs/freetype-2 - media-libs/libdvdread - media-libs/libpng:0= - graphicsmagick? ( media-gfx/graphicsmagick:= ) - imagemagick? ( media-gfx/imagemagick:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${PN}" - -DOCS=( AUTHORS ChangeLog README TODO ) - -src_prepare() { - default - - if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then - eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch" - fi - - if use graphicsmagick ; then - sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \ - || die - fi -} - -src_configure() { - use graphicsmagick && \ - append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976 - append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041 - econf -}