commit:     47f13c8fd2c258dbcbc1b0834d3dc0f509434b0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:43:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 21:44:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f13c8f

app-text/fbpdf: drop ebuild that refers transitive dependencies

Reported-by: John Helmert III (ajak)
Closes: https://bugs.gentoo.org/735588
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/fbpdf-0_p20190202.ebuild | 47 ---------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20190202.ebuild 
b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
deleted file mode 100644
index 2975eca713f..00000000000
--- a/app-text/fbpdf/fbpdf-0_p20190202.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs vcs-snapshot
-
-COMMIT="dfe9f0067549f759cdc04f2f62b4f89cd6e1b199"
-
-DESCRIPTION="framebuffer pdf and djvu viewer"
-HOMEPAGE="https://github.com/aligrudi/fbpdf";
-
-SRC_URI="https://github.com/aligrudi/fbpdf/archive/${COMMIT}.tar.gz -> 
${P}-${COMMIT}.tar.gz"
-
-LICENSE="BSD ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=app-text/mupdf-1.10:0=
-       app-text/djvu:0=
-       dev-lang/mujs:0=
-       dev-libs/openssl:0=
-       !media-gfx/fbida[fbcon(-)]
-       media-libs/freetype:2=
-       media-libs/jbig2dec:0=
-       media-libs/openjpeg:0=
-       virtual/jpeg:0=
-"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-${COMMIT}
-
-PATCHES=(
-       "${FILESDIR}"/${P}-use-pkg-config.patch
-       "${FILESDIR}"/${P}-printf.patch
-)
-
-src_compile() {
-       emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" 
CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin fbpdf fbdjvu
-       dodoc README
-}

Reply via email to