]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - app-text/xpdf/static/gitweb/gitweb.js
app-text/xpdf-3.04: Fix SRC_URI and prefixed installation.
[gentoo-draconx.git] / app-text / xpdf / static / gitweb / gitweb.js
diff --git a/app-text/xpdf/xpdf-3.04-r1.ebuild b/app-text/xpdf/xpdf-3.04-r1.ebuild
deleted file mode 100644 (file)
index bb24821..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright © 2012, 2014-2015 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or later.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="An X viewer for PDF files"
-HOMEPAGE="http://www.foolabs.com/xpdf/"
-SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.04.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=x11-libs/motif-2.3:0
-       media-libs/freetype:2
-       app-text/libpaper
-       x11-libs/libX11
-       x11-libs/libXpm"
-RDEPEND="$DEPEND
-       media-fonts/urw-fonts"
-
-src_prepare() {
-       epatch "$FILESDIR/xpdf-Add-Gentoo-font-path.patch"
-       epatch_user
-}
-
-src_configure() {
-       econf --with-freetype2-includes=/usr/include/freetype2
-}
-
-src_install() {
-       dobin xpdf/xpdf
-       doman doc/xpdf.1
-       doman doc/xpdfrc.5
-       dodoc README ANNOUNCE CHANGES
-       newicon xpdf/xpdfIcon.xpm xpdf.xpm
-
-       insinto /etc
-       newins doc/sample-xpdfrc xpdfrc
-       newdoc doc/sample-xpdfrc xpdfrc.example
-
-       insinto /usr/share/applications
-       doins "$FILESDIR/xpdf.desktop"
-}