public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/
Date: Wed,  7 Oct 2020 00:31:51 +0000 (UTC)	[thread overview]
Message-ID: <1602030690.e14d85862703b3489db72fc6035713891481da05.sam@gentoo> (raw)

commit:     e14d85862703b3489db72fc6035713891481da05
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Fri Oct  2 08:28:13 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 00:31:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d8586

media-gfx/img2pdf: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Diogo Pereira <sir.suriv <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17746
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/img2pdf/Manifest             |  2 --
 media-gfx/img2pdf/img2pdf-0.3.3.ebuild | 29 -----------------------------
 media-gfx/img2pdf/img2pdf-0.3.4.ebuild | 25 -------------------------
 3 files changed, 56 deletions(-)

diff --git a/media-gfx/img2pdf/Manifest b/media-gfx/img2pdf/Manifest
index c0670a09f7a..acbe9c1cbde 100644
--- a/media-gfx/img2pdf/Manifest
+++ b/media-gfx/img2pdf/Manifest
@@ -1,3 +1 @@
-DIST img2pdf-0.3.3.tar.gz 80523 BLAKE2B 39e372f1ab82d9f521cf2c512b173680afe6463dd041283b336af49c41b12d12261fe5947ad9f03d489b7898d3c8d161faedb2b3366cb75bd1bc0666f905f60c SHA512 234e0031d75727d2f5d2b82603bb447d9101ace81e604b6d5eb358d0b4681e209dbd737775b90b44096cf84239aac9e87e2369e0c6112a17f24ccbf10a20cdd5
-DIST img2pdf-0.3.4.tar.gz 83729 BLAKE2B c595ca7eebfcb91cfe076822836ce07ec0036a510645aae54e495798765df91cddf5de292245c623b2e23918d7862271cdca5d7b8dd76573dc40d8ba7807865a SHA512 0e81e3ee06c62f0ee732b87776f6bc2d066ebce6c23dbcb85b2497518ba43fa3813b3e15f0c476c1203ae6d2b1f4f3e2f1b70215033dddb889fafd75b3671420
 DIST img2pdf-0.3.6.tar.gz 91006 BLAKE2B ad89b42be4613c30383770f336b07773bf13e87061fca61eb7d5e25d6489662fc2bae94d9a6d61d531a77f41b9e94492d0db1f32570f6d471fa9f8cb0816630d SHA512 2a9d31b9de52123941fd650123a483f4dc0757edda304da994353b5f3167bddbb25fa1ed8fededcf859c5d07b65b9c2d5185000949002a68dcae1e7bf0f1547d

diff --git a/media-gfx/img2pdf/img2pdf-0.3.3.ebuild b/media-gfx/img2pdf/img2pdf-0.3.3.ebuild
deleted file mode 100644
index a7efeb64650..00000000000
--- a/media-gfx/img2pdf/img2pdf-0.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Losslessly convert raster images to PDF"
-HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pdfrw[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff,zlib]
-	)"
-RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/media-gfx/img2pdf/img2pdf-0.3.4.ebuild b/media-gfx/img2pdf/img2pdf-0.3.4.ebuild
deleted file mode 100644
index d6e18fd6a2f..00000000000
--- a/media-gfx/img2pdf/img2pdf-0.3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Losslessly convert raster images to PDF"
-HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? (
-		dev-python/pdfrw[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff,zlib]
-	)"
-RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py


             reply	other threads:[~2020-10-07  0:31 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  0:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24  7:54 [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/ Joonas Niilola
2024-11-24  7:54 Joonas Niilola
2024-09-11 15:24 Arthur Zamarin
2024-06-04  5:41 Michał Górny
2024-06-04  5:41 Michał Górny
2024-06-03 18:09 Florian Schmaus
2023-04-29 11:55 Arthur Zamarin
2023-04-14  6:49 Joonas Niilola
2023-04-14  5:59 Joonas Niilola
2023-04-13 21:15 Florian Schmaus
2023-04-13 20:57 Florian Schmaus
2023-04-13 20:57 Florian Schmaus
2023-03-16 18:52 Michał Górny
2022-12-16  8:08 Andreas Sturmlechner
2022-11-20 19:37 Arthur Zamarin
2022-08-26 12:04 Sam James
2022-07-15  8:38 Joonas Niilola
2022-07-15  8:38 Joonas Niilola
2022-04-17 19:00 Sam James
2022-02-08 16:46 Andrey Grozin
2022-02-06 11:18 Jonas Stein
2021-08-22 16:44 Louis Sautier
2021-08-22 12:22 Louis Sautier
2021-08-22 11:04 Louis Sautier
2021-08-22  1:13 Louis Sautier
2021-08-22  1:13 Louis Sautier
2021-05-23 16:34 Michał Górny
2021-02-10 14:55 Sam James
2021-01-28  6:42 Joonas Niilola
2021-01-28  6:42 Joonas Niilola
2020-06-17 17:00 Joonas Niilola
2020-04-23  6:01 Michał Górny
2020-04-23  6:01 Michał Górny
2020-04-23  6:01 Michał Górny
2019-02-03 14:08 Andreas Sturmlechner
2019-02-03 14:08 Andreas Sturmlechner
2018-10-06 21:23 Michał Górny
2017-07-30 18:21 David Seifert

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=1602030690.e14d85862703b3489db72fc6035713891481da05.sam@gentoo \
    --to=sam@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