summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-01-24 19:33:32 -0500
committerAaron Bauman <bman@gentoo.org>2018-01-24 19:33:32 -0500
commit7d49cff47ebb1ce75290b99982310e7e935b3831 (patch)
treea943d943c718d594eafa20b2ae4ae66a5912ff12 /media-gfx/icoutils/icoutils-0.31.0.ebuild
parentmedia-video/mkclean: cleanup vulnerable wrt bug #637170 (diff)
downloadgentoo-7d49cff47ebb1ce75290b99982310e7e935b3831.tar.gz
gentoo-7d49cff47ebb1ce75290b99982310e7e935b3831.tar.bz2
gentoo-7d49cff47ebb1ce75290b99982310e7e935b3831.zip
media-gfx/icoutils: cleanup vulnerable wrt bug #605138
Diffstat (limited to 'media-gfx/icoutils/icoutils-0.31.0.ebuild')
-rw-r--r--media-gfx/icoutils/icoutils-0.31.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-gfx/icoutils/icoutils-0.31.0.ebuild b/media-gfx/icoutils/icoutils-0.31.0.ebuild
deleted file mode 100644
index 5e675e469406..000000000000
--- a/media-gfx/icoutils/icoutils-0.31.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
-HOMEPAGE="http://www.nongnu.org/icoutils/"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="nls"
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-perl/libwww-perl-5.64
- media-libs/libpng:0
- sys-libs/zlib
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
- rm m4/po.m4* || die
- cp /usr/share/aclocal/po.m4 m4/
- AT_M4DIR=m4 eautoreconf
-}
-
-src_configure() {
- [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
- dodoc AUTHORS ChangeLog NEWS README TODO
-}