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 5B4F2138334 for ; Wed, 2 Jan 2019 15:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 316B2E0AE3; Wed, 2 Jan 2019 15:40:01 +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 0AB4BE0AE3 for ; Wed, 2 Jan 2019 15:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D4C9335C78 for ; Wed, 2 Jan 2019 15:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C944D2 for ; Wed, 2 Jan 2019 15:39:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1546443553.5dc0a8312ecb6344afe88b51722c1a48851b86d3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dvipng/dvipng-1.15.ebuild X-VCS-Directories: app-text/dvipng/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5dc0a8312ecb6344afe88b51722c1a48851b86d3 X-VCS-Branch: master Date: Wed, 2 Jan 2019 15:39:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ef9ff90-361e-4f07-a5e2-2ef8a298a803 X-Archives-Hash: ab95fbf1d1043747de432675758555f2 commit: 5dc0a8312ecb6344afe88b51722c1a48851b86d3 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 2 15:39:13 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 2 15:39:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0a831 app-text/dvipng: Remove old. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-text/dvipng/dvipng-1.15.ebuild | 39 -------------------------------------- 1 file changed, 39 deletions(-) diff --git a/app-text/dvipng/dvipng-1.15.ebuild b/app-text/dvipng/dvipng-1.15.ebuild deleted file mode 100644 index 6b0df705d05..00000000000 --- a/app-text/dvipng/dvipng-1.15.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Translate DVI files into PNG or GIF graphics" -HOMEPAGE="http://dvipng.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+ Texinfo-manual" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="truetype test" - -RDEPEND=" - dev-libs/kpathsea:= - media-libs/gd:2=[jpeg,png] - media-libs/libpng:0= - virtual/latex-base - sys-libs/zlib - truetype? ( >=media-libs/freetype-2.1.5 )" -DEPEND="${RDEPEND} - virtual/texi2dvi - virtual/pkgconfig - test? ( dev-texlive/texlive-fontsrecommended )" - -DOCS="ChangeLog README RELEASE" - -src_configure() { - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - if ! use truetype; then - sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed failed" - fi - - export VARTEXFONTS="${T}/fonts" - econf -}