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 7BFCE138806 for ; Mon, 25 Dec 2017 23:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AABF8E0EFC; Mon, 25 Dec 2017 23:02:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8AA53E0EFC for ; Mon, 25 Dec 2017 23:02:11 +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 8444433C4EE for ; Mon, 25 Dec 2017 23:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1315C747C for ; Mon, 25 Dec 2017 23:02:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1514242913.9bdb23b7c1db8aa7dfcb57ce8005886d74e00730.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dirac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dirac/dirac-1.0.2.ebuild X-VCS-Directories: media-video/dirac/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9bdb23b7c1db8aa7dfcb57ce8005886d74e00730 X-VCS-Branch: master Date: Mon, 25 Dec 2017 23:02:09 +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: e81ab9b6-dbef-49a3-8771-c888212cceaa X-Archives-Hash: f6316dc30af9e6754f1e964a87e255b0 commit: 9bdb23b7c1db8aa7dfcb57ce8005886d74e00730 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 25 23:01:53 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Dec 25 23:01:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdb23b7 media-video/dirac: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/dirac/dirac-1.0.2.ebuild | 52 ------------------------------------ 1 file changed, 52 deletions(-) diff --git a/media-video/dirac/dirac-1.0.2.ebuild b/media-video/dirac/dirac-1.0.2.ebuild deleted file mode 100644 index afc629a5c63..00000000000 --- a/media-video/dirac/dirac-1.0.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Open Source video codec" -HOMEPAGE="http://dirac.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="debug doc cpu_flags_x86_mmx static-libs" - -RDEPEND="" -DEPEND=" - doc? ( - app-doc/doxygen - virtual/latex-base - media-gfx/graphviz - app-text/dvipdfm - )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.2-doc.patch - AT_M4DIR="m4" eautoreconf -} - -src_configure() { - export VARTEXFONTS="${T}/fonts" - - econf \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx mmx) \ - $(use_enable debug) \ - $(use_enable doc) -} - -src_install() { - emake \ - DESTDIR="${D}" \ - htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - latexdir="${EPREFIX}/usr/share/doc/${PF}/programmers" \ - algodir="${EPREFIX}/usr/share/doc/${PF}/algorithm" \ - faqdir="${EPREFIX}/usr/share/doc/${PF}" \ - install - - dodoc AUTHORS ChangeLog NEWS README TODO - - find "${ED}"usr -name '*.la' -exec rm -f {} + -}