mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pdfwalker: remove, missing deps, unmaintained
This commit is contained in:
parent
9bf252891c
commit
09c0f292ff
3 changed files with 0 additions and 49 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pdfwalker-1.0.0.gem 32768 BLAKE2B f207e31a272425af9811e5e00e719fd231ff1d4c5bc5f1db61227a46e7952a3d0a03db84f212383e5e9cf02256f30eab86ffab61a5126fa0cfcd0c63c9914bf2 SHA512 7812db544572905337054184b0a3f05d9a99b2a7264f834695c4e5a9f36c1f04f7ae0b8ce7706f681586c51859891505f70fe136ba2e556c599bbf3cb09fc383
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
|
||||
inherit desktop ruby-fakegem xdg-utils
|
||||
|
||||
DESCRIPTION="A GTK frontend to explore the internals of a PDF document with Origami"
|
||||
HOMEPAGE="https://github.com/gdelugre/pdfwalker"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
|
||||
ruby_add_rdepend "
|
||||
app-forensics/origami-pdf
|
||||
dev-ruby/colorize
|
||||
dev-ruby/ruby-gtk2"
|
||||
|
||||
all_ruby_install() {
|
||||
all_fakegem_install
|
||||
|
||||
make_desktop_entry "${PN}" \
|
||||
"PDFWalker" \
|
||||
"application-pdf" \
|
||||
"Utility;Office"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Loading…
Reference in a new issue