summaryrefslogtreecommitdiff
path: root/app-text/diff-pdf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-15 16:40:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-15 16:40:41 +0100
commit35d4e80ab08982deb97a95d1b47156c67b268492 (patch)
tree52930de679b53a2d0e6881a4b18305fa1b9c5466 /app-text/diff-pdf
parent9b6120d8af003bb775da6737dfe42f8f580f59f6 (diff)
gentoo auto-resync : 15:07:2023 - 16:40:40
Diffstat (limited to 'app-text/diff-pdf')
-rw-r--r--app-text/diff-pdf/Manifest2
-rw-r--r--app-text/diff-pdf/diff-pdf-0.5.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/app-text/diff-pdf/Manifest b/app-text/diff-pdf/Manifest
index 311cfc12e5c6..5560e0874d7e 100644
--- a/app-text/diff-pdf/Manifest
+++ b/app-text/diff-pdf/Manifest
@@ -1,5 +1,3 @@
DIST diff-pdf-0.5.1.tar.gz 142541 BLAKE2B db402ee9c0d3013b76b5e20381d661c572206bd834e5ec31824dc9f4aed08e0fcb1d57909b4a7490297c767aaf17efdd522ca4488c63a276ba6fb3f50e74b8b9 SHA512 8f2669da974912023208cdb538256ff979935d64e1f32d547da33d6c8231945ae555f6f85481ef36ec888d3ceda7fdfdddcfbd225f0a891c5f1613be6f249f4f
-DIST diff-pdf-0.5.tar.gz 135755 BLAKE2B e4b9599b4f443171473ef483fe868c58e0a0c9f23838895aa08f1bd662c4df920fdb50277d2d0a5b28d5bb66054e700012a98be636a12d34ec919ad85d332cc0 SHA512 62a868118fc807b433e504edfefdc6a9598a8197aaf5cd4e46451b67d5d73fcf9234bd6efbe6307ed7c3821aabef8edea81cbb0bbe5f4d34365c5f8d6dd9a51d
EBUILD diff-pdf-0.5.1.ebuild 1263 BLAKE2B c347d4ee03902e50d51d48fb15b636d1ac9cf481f1e0cb9b006a5e96cc6f8c9a5315ffa0c48c05ba7bbac9f19de7ba8accd5d8a33a0b2ef783145acc07b6dcee SHA512 1804f5b5d718e4da40bedbbb91ed67dd7247e0301c955c469e1e9fab3fb73103eaa9665a56c17ca51af0caaa011655df618efd191b67ac2483eb2b3904312ec5
-EBUILD diff-pdf-0.5.ebuild 1263 BLAKE2B a0af908e821f4b37498b16acf295048381848b0f40d91266466af9b2132085584a92568174d3fbab8b0f53103c4c14c898f68e5abc434116a78236c5c28f4eef SHA512 604931cbacac43fef7f4bc074c960a19818f449a2e89090690ed8f9bfff9ad863156707af8eb442168fc2bb3217f870f8598383ed62778049688067040922764
MISC metadata.xml 339 BLAKE2B 211b031e847d20c1d6aa6f98841cc8c51571e8bd1a61d2e4e5d82310eeb30082972b887debe287724744cb28522f9d4408e4bdc85411aaefc8de404f074e4c8d SHA512 8db9a60f3acffed66e63683d546c3b47fdc4574cbad4fd5bf082e119f786b302fa4a4cb77e56e60668868451a0619deee52f8f47319c5a58bd81749b0d92473b
diff --git a/app-text/diff-pdf/diff-pdf-0.5.ebuild b/app-text/diff-pdf/diff-pdf-0.5.ebuild
deleted file mode 100644
index 2ec1dc0bd7d4..000000000000
--- a/app-text/diff-pdf/diff-pdf-0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit wxwidgets
-
-DESCRIPTION="A simple tool for visually comparing two PDF files"
-HOMEPAGE="https://vslavik.github.io/diff-pdf/ https://github.com/vslavik/diff-pdf/"
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-# The COPYING.icons file states that two icons were taken from
-# version 2.16.5 of GTK+, which is licensed LGPL-2+.
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-# The build system checks for "poppler-glib", which is provided only
-# when app-text/poppler is built with USE=cairo. Moreover the glib ABI
-# of poppler is relatively stable, and I can only assume that diff-pdf
-# uses that rather than the low-level libpoppler.so API. Since the
-# subslot on app-text/poppler is ONLY for the low-level API, we
-# therefore don't need a subslot dependency on app-text/poppler.
-#
-# Since diff-pdf.cpp includes glib.h directly, I've included
-# dev-libs/glib as an explicit dependency. Ditto for x11-libs/cairo.
-DEPEND="app-text/poppler[cairo]
- dev-libs/glib
- x11-libs/cairo
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- setup-wxwidgets
- default
-}