summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-09 20:58:07 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-09 20:58:07 -0500
commita8b6dee02fef255ca173d81da79260bc660eed3f (patch)
tree445c521ff26dc063ac452134515f7d5d980ea32e /media-gfx/sam2p/sam2p-0.49.1.ebuild
parentmedia-gfx/recoverjpeg: bump EAPI and stuff (diff)
downloadgentoo-a8b6dee02fef255ca173d81da79260bc660eed3f.tar.gz
gentoo-a8b6dee02fef255ca173d81da79260bc660eed3f.tar.bz2
gentoo-a8b6dee02fef255ca173d81da79260bc660eed3f.zip
media-gfx/sam2p: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.49.1.ebuild')
-rw-r--r--media-gfx/sam2p/sam2p-0.49.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/sam2p/sam2p-0.49.1.ebuild b/media-gfx/sam2p/sam2p-0.49.1.ebuild
deleted file mode 100644
index 033f7e062888..000000000000
--- a/media-gfx/sam2p/sam2p-0.49.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Utility to convert raster images to EPS, PDF and many others"
-HOMEPAGE="https://github.com/pts/sam2p"
-SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="examples gif"
-
-RDEPEND=""
-DEPEND="dev-lang/perl"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-0.45-fbsd.patch \
- "${FILESDIR}"/${PN}-0.49.1-build.patch \
- "${FILESDIR}"/${PN}-0.49.1-gcc48.patch \
- "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch
- eautoreconf
- tc-export CXX
-}
-
-src_configure() {
- econf --enable-lzw $(use_enable gif)
-}
-
-src_install() {
- dobin sam2p
- dodoc README
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}