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 A9C77138334 for ; Sun, 10 Feb 2019 17:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1142E0950; Sun, 10 Feb 2019 17:33:06 +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 7F1DFE0950 for ; Sun, 10 Feb 2019 17:33:06 +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 1F3A4335D58 for ; Sun, 10 Feb 2019 17:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8069522 for ; Sun, 10 Feb 2019 17:33:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549819973.2c1ca5778d3dd8db70ee12949d6b7d76ec7ced33.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xv/xv-3.10a-r17.ebuild X-VCS-Directories: media-gfx/xv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2c1ca5778d3dd8db70ee12949d6b7d76ec7ced33 X-VCS-Branch: master Date: Sun, 10 Feb 2019 17:33:03 +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: 3d07f46e-cbb7-476b-bf9e-bc9a0ca5cece X-Archives-Hash: 4ab0120eac853809a5bd2e9946a45b7f commit: 2c1ca5778d3dd8db70ee12949d6b7d76ec7ced33 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 10 17:32:53 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 10 17:32:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1ca577 media-gfx/xv: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/xv/xv-3.10a-r17.ebuild | 91 ---------------------------------------- 1 file changed, 91 deletions(-) diff --git a/media-gfx/xv/xv-3.10a-r17.ebuild b/media-gfx/xv/xv-3.10a-r17.ebuild deleted file mode 100644 index 84423f73c81..00000000000 --- a/media-gfx/xv/xv-3.10a-r17.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic - -JUMBOV=20070520 -DESCRIPTION="Interactive image manipulation program supporting a wide variety of formats" -HOMEPAGE="http://www.trilon.com/xv/index.html http://www.sonic.net/~roelofs/greg_xv.html" -SRC_URI="mirror://sourceforge/png-mng/${P}-jumbo-patches-${JUMBOV}.tar.gz - ftp://ftp.cis.upenn.edu/pub/xv/${P}.tar.gz - mirror://gentoo/${P}.png.bz2" - -LICENSE="xv" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="jpeg tiff png" - -DEPEND="x11-libs/libXt - jpeg? ( virtual/jpeg:0 ) - tiff? ( media-libs/tiff:0 ) - png? ( >=media-libs/libpng-1.2:0= sys-libs/zlib )" -RDEPEND="${DEPEND}" - -src_prepare() { - # Apply the jumbo patch - epatch "${WORKDIR}"/${P}-jumbo-fix-enh-patch-${JUMBOV}.txt - - # OSX and BSD xv.h define patches - epatch "${FILESDIR}"/${P}-osx-bsd-${JUMBOV}.patch - - # OSX malloc patch - epatch "${FILESDIR}"/${P}-vdcomp-osx-${JUMBOV}.patch - - # Disable JP2K (i.e. use system JPEG libs) - epatch "${FILESDIR}"/${P}-disable-jp2k-${JUMBOV}.patch - - # Fix -wait option (do not rely on obsolete CLK_TCK) - epatch "${FILESDIR}"/${P}-fix-wait-${JUMBOV}.patch - - # Use LDFLAGS on link lines - epatch "${FILESDIR}"/${P}-add-ldflags-${JUMBOV}.patch - - epatch "${FILESDIR}"/${P}-libpng15-r1.patch - - # Link with various image libraries depending on use flags - IMAGE_LIBS="" - use jpeg && IMAGE_LIBS="${IMAGE_LIBS} -ljpeg" - use png && IMAGE_LIBS="${IMAGE_LIBS} -lz -lpng" - use tiff && IMAGE_LIBS="${IMAGE_LIBS} -ltiff" - - sed -i \ - -e 's/\(^JPEG.*\)/#\1/g' \ - -e 's/\(^PNG.*\)/#\1/g' \ - -e 's/\(^TIFF.*\)/#\1/g' \ - -e "s/\(^LIBS = .*\)/\1${IMAGE_LIBS}/g" Makefile - - # /usr/bin/gzip => /bin/gzip - sed -i -e 's#/usr\(/bin/gzip\)#'"${EPREFIX}"'\1#g' config.h - - # Fix installation of ps docs - sed -i -e 's#$(DESTDIR)$(LIBDIR)#$(LIBDIR)#g' Makefile -} - -src_compile() { - append-flags -DUSE_GETCWD -DLINUX -DUSLEEP - use jpeg && append-flags -DDOJPEG - use png && append-flags -DDOPNG - use tiff && append-flags -DDOTIFF -DUSE_TILED_TIFF_BOTLEFT_FIX - - emake \ - CC="$(tc-getCC)" CCOPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - PREFIX="${EPREFIX}"/usr \ - DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \ - LIBDIR="${T}" -} - -src_install() { - dodir /usr/bin - dodir /usr/share/man/man1 - - emake \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}"/usr \ - DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \ - LIBDIR="${T}" install - - dodoc CHANGELOG BUGS IDEAS - newicon "${WORKDIR}"/${P}.png ${PN}.png - make_desktop_entry xv "" "" "Graphics;Viewer" -}