diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:04:39 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:21:39 -0500 |
commit | 1e2faa6983970441a6b4d8b35ffbed9c56b714be (patch) | |
tree | 480b99a1fe54bceb09f9390e61c7727108b13f63 /media-gfx/hp2xx | |
parent | dev-lang/orc: Restrict tests if not USE=test (diff) | |
download | gentoo-1e2faa6983970441a6b4d8b35ffbed9c56b714be.tar.gz gentoo-1e2faa6983970441a6b4d8b35ffbed9c56b714be.tar.bz2 gentoo-1e2faa6983970441a6b4d8b35ffbed9c56b714be.zip |
media-gfx/hp2xx: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-gfx/hp2xx')
-rw-r--r-- | media-gfx/hp2xx/hp2xx-3.4.4.ebuild | 44 |
1 files changed, 0 insertions, 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 731025135dbb..000000000000 --- 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 -} |