From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diff-pdf/
Date: Sat, 13 Mar 2021 22:45:23 +0000 (UTC) [thread overview]
Message-ID: <1615675433.e4f3fb0a5eafb6fa9bee284ad2e99ade5f1c75fc.mjo@gentoo> (raw)
commit: e4f3fb0a5eafb6fa9bee284ad2e99ade5f1c75fc
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 22:43:53 2021 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 22:43:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f3fb0a
app-text/diff-pdf: remove old "unused" diff-pdf-0.3.ebuild.
Close: https://bugs.gentoo.org/769605
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
app-text/diff-pdf/Manifest | 1 -
app-text/diff-pdf/diff-pdf-0.3.ebuild | 39 -----------------------------------
2 files changed, 40 deletions(-)
diff --git a/app-text/diff-pdf/Manifest b/app-text/diff-pdf/Manifest
index 043359cd99d..e57fab6485b 100644
--- a/app-text/diff-pdf/Manifest
+++ b/app-text/diff-pdf/Manifest
@@ -1,2 +1 @@
-DIST diff-pdf-0.3.tar.gz 132862 BLAKE2B bb3fa163337482785778fa7cbeab3e9f883d8537e4a905592eb20f4bb876597f500beaa2d9f13706887e1d340dd378c68c231b91a4dd478fb206b32f2cbd768c SHA512 b85585162b498c5abf14020ad04616ebdb5efce25b20604dab81c6068a036a818d7e10ddbbdb69d278d4b5a46ab9b9aa782a52e37f278f3e9db7b4d2259aaa08
DIST diff-pdf-0.4.1.tar.gz 137715 BLAKE2B f77b7a690f2a99aa003c1a36015113f0b3355acc45346637535231f763aa733174eca6b1f962058c625e06176fa13868965b3b67ddf6ffe249202ff799051e37 SHA512 4b7b49d7008b5920be86af8398dea41933888677b66505af0ca4daecbd1662dc0b3c04e7b2631d86680cdae4b0b58d24bcd4ddc2b7589127b682d4b97a179b88
diff --git a/app-text/diff-pdf/diff-pdf-0.3.ebuild b/app-text/diff-pdf/diff-pdf-0.3.ebuild
deleted file mode 100644
index 60b53a0e791..00000000000
--- a/app-text/diff-pdf/diff-pdf-0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# No EAPI=7 support in wxwidgets.eclass.
-EAPI=6
-
-inherit wxwidgets
-
-DESCRIPTION="A simple tool for visually comparing two PDF files"
-HOMEPAGE="http://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:3.0[X]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- WX_GTK_VER="3.0"
- setup-wxwidgets
- default
-}
next reply other threads:[~2021-03-13 22:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 22:45 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-15 13:48 [gentoo-commits] repo/gentoo:master commit in: app-text/diff-pdf/ Michael Orlitzky
2023-07-15 8:19 Arthur Zamarin
2023-05-31 14:34 Michael Orlitzky
2023-05-31 14:34 Michael Orlitzky
2022-08-03 20:05 Michael Orlitzky
2022-06-12 23:40 Michael Orlitzky
2021-04-05 22:26 David Seifert
2021-03-13 22:45 Michael Orlitzky
2021-02-08 22:15 Michael Orlitzky
2020-10-22 11:33 Jason A. Donenfeld
2019-09-09 13:44 Michael Orlitzky
2019-02-19 14:26 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1615675433.e4f3fb0a5eafb6fa9bee284ad2e99ade5f1c75fc.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox