public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paper-clip/
Date: Mon, 22 Jan 2024 22:19:26 +0000 (UTC)	[thread overview]
Message-ID: <1705961962.4a7d15f1cf7e19c326529a262cbd2d8fd7a59eda.xgqt@gentoo> (raw)

commit:     4a7d15f1cf7e19c326529a262cbd2d8fd7a59eda
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 20:43:06 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 22:19:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d15f1

app-text/paper-clip: drop old 3.2-r1

Closes: https://bugs.gentoo.org/919175
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-text/paper-clip/Manifest                 |  1 -
 app-text/paper-clip/paper-clip-3.2-r1.ebuild | 69 ----------------------------
 2 files changed, 70 deletions(-)

diff --git a/app-text/paper-clip/Manifest b/app-text/paper-clip/Manifest
index 4fb2fc181d40..fae5a151391d 100644
--- a/app-text/paper-clip/Manifest
+++ b/app-text/paper-clip/Manifest
@@ -1,2 +1 @@
-DIST paper-clip-3.2.tar.gz 196899 BLAKE2B d089185db9557431c22ed64b63155920c60795315fad1901b0a5ce5fd0230b7246d375a10a8ce150ad4fdce16f9062aa4770601b741189b877e57d4fe948d7a2 SHA512 6a08fe04f3431d7444ba67da34b60d56b7cf065199fceef7086ad3f181f18c703b8d011e6dbef39942011e7f92e3728f1f1a5164a575bab43b370fca9c4fdb98
 DIST paper-clip-3.6.tar.gz 171190 BLAKE2B a31673c9c3a1f889a63561a244d966195dac2738eb4070dfd01807c7406c7f8acb0277509c6924de37068aa904c3f1ee4f6de3882bf734470b67dd77b34afcf3 SHA512 4ebfa6789d31f85dc6b38119f7fb1f88ca06a32872ab1341d4a4fcd898eb3c672673a630d56f373294c053bdcee7573206a5fe89da45b76366f65e9bb441451a

diff --git a/app-text/paper-clip/paper-clip-3.2-r1.ebuild b/app-text/paper-clip/paper-clip-3.2-r1.ebuild
deleted file mode 100644
index 3f30d1211390..000000000000
--- a/app-text/paper-clip/paper-clip-3.2-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-REAL_PN="Paper-Clip"
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Edit the title, author, keywords and more details of PDF documents"
-HOMEPAGE="https://github.com/Diego-Ivan/Paper-Clip/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/Diego-Ivan/${REAL_PN}.git"
-else
-	SRC_URI="https://github.com/Diego-Ivan/${REAL_PN}/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz"
-	S="${WORKDIR}/${REAL_PN}-${PV}"
-	KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"         # Only validations, appdata one fails.
-
-RDEPEND="
-	app-text/poppler:=[cairo,introspection]
-	dev-libs/glib:2
-	dev-libs/gobject-introspection
-	dev-libs/libportal:=[gtk,introspection,vala]
-	gui-libs/gtk:4
-	gui-libs/libadwaita:1[introspection,vala]
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	$(vala_depend)
-	dev-libs/appstream-glib
-	dev-util/desktop-file-utils
-"
-
-DOCS=( README.md )
-
-src_prepare() {
-	default
-	vala_setup
-}
-
-src_install() {
-	meson_src_install
-	einstalldocs
-
-	# Symlink "pdf-metadata-editor" (old name?) to "${PN}"
-	dosym -r /usr/bin/pdf-metadata-editor /usr/bin/${PN}
-
-	mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}


             reply	other threads:[~2024-01-22 22:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-22 22:19 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17 15:51 [gentoo-commits] repo/gentoo:master commit in: app-text/paper-clip/ Maciej Barć
2024-10-17 15:51 Maciej Barć
2024-09-17 16:00 Sam James
2024-06-14  7:42 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-02-03 13:00 Maciej Barć
2024-02-03 13:00 Maciej Barć
2024-01-22 22:19 Maciej Barć
2024-01-22 22:19 Maciej Barć
2024-01-18 17:25 Sam James
2023-12-19  2:39 Maciej Barć
2023-12-16 21:45 Maciej Barć
2023-10-24 16:51 Arthur Zamarin
2023-08-27 11:25 Maciej Barć
2023-08-26 15:46 Maciej Barć
2023-08-26 15:46 Maciej Barć
2023-08-25 21:21 Maciej Barć

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=1705961962.4a7d15f1cf7e19c326529a262cbd2d8fd7a59eda.xgqt@gentoo \
    --to=xgqt@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