summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-30 12:13:39 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-30 18:25:14 -0400
commitd741a6a45f05635146e00e03538215deeeaf6701 (patch)
treedeec78bab49b628a6a39c67653a886fe5c1cadb2 /media-libs/giblib
parentmedia-fonts/bitstream-cyberbit: bump EAPI (diff)
downloadgentoo-d741a6a45f05635146e00e03538215deeeaf6701.tar.gz
gentoo-d741a6a45f05635146e00e03538215deeeaf6701.tar.bz2
gentoo-d741a6a45f05635146e00e03538215deeeaf6701.zip
media-libs/giblib: drop EAPI=2 ebuild
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/giblib')
-rw-r--r--media-libs/giblib/giblib-1.2.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/giblib/giblib-1.2.4.ebuild b/media-libs/giblib/giblib-1.2.4.ebuild
deleted file mode 100644
index 34c96c37ca4d..000000000000
--- a/media-libs/giblib/giblib-1.2.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit epunt-cxx toolchain-funcs
-
-DESCRIPTION="Giblib, graphics library"
-HOMEPAGE="http://www.linuxbrit.co.uk/giblib/"
-SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
-
-LICENSE="feh"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/imlib2-1.0.3[X]
- x11-libs/libX11
- x11-libs/libXext
- >=media-libs/freetype-2.0"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epunt_cxx
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- rm -r "${D}"/usr/doc
- dodoc README AUTHORS ChangeLog TODO
-}