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 6149F138334 for ; Sun, 24 Nov 2019 03:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A933E07A5; Sun, 24 Nov 2019 03:21:54 +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 CC3D9E0798 for ; Sun, 24 Nov 2019 03:21:53 +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 2C39834D29D for ; Sun, 24 Nov 2019 03:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8FF685C for ; Sun, 24 Nov 2019 03:21:50 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574565699.1e2faa6983970441a6b4d8b35ffbed9c56b714be.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hp2xx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hp2xx/hp2xx-3.4.4.ebuild X-VCS-Directories: media-gfx/hp2xx/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1e2faa6983970441a6b4d8b35ffbed9c56b714be X-VCS-Branch: master Date: Sun, 24 Nov 2019 03:21:50 +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: c1439378-bc67-404d-b7b4-17e00eee9d21 X-Archives-Hash: 12f9b54151abe6a6140681c0a9009b7e commit: 1e2faa6983970441a6b4d8b35ffbed9c56b714be Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 03:04:39 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 03:21:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2faa69 media-gfx/hp2xx: drop old Signed-off-by: Aaron Bauman gentoo.org> media-gfx/hp2xx/hp2xx-3.4.4.ebuild | 44 -------------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-gfx/hp2xx/hp2xx-3.4.4.ebuild b/media-gfx/hp2xx/hp2xx-3.4.4.ebuild deleted file mode 100644 index 731025135db..00000000000 --- a/media-gfx/hp2xx/hp2xx-3.4.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils base - -DESCRIPTION="Convert Hewlett-Packard's HP-GL plotter language to other graphics formats" -HOMEPAGE="https://www.gnu.org/software/hp2xx/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - media-libs/libpng - media-libs/tiff - sys-libs/zlib - virtual/jpeg -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-r1.patch" ) - -src_prepare() { - base_src_prepare - cp -v makes/generic.mak sources/Makefile || die -} - -src_compile() { - cd "${S}/sources" || die - emake all -} - -src_install() { - dodir /usr/bin /usr/share/info /usr/share/man/man1 - - make prefix="${D}/usr" \ - mandir="${D}/usr/share/man" \ - infodir="${D}/usr/share/info" \ - install || die -}