Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler-data/
Date: Wed, 17 Aug 2022 16:21:27
Message-Id: 1660753264.bef916735034defe5a265215d38e17c97d0211b4.mattst88@gentoo
1 commit: bef916735034defe5a265215d38e17c97d0211b4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 13:44:43 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 16:21:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef91673
7
8 app-text/poppler-data: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-text/poppler-data/Manifest | 1 -
13 app-text/poppler-data/poppler-data-0.4.10.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/app-text/poppler-data/Manifest b/app-text/poppler-data/Manifest
17 index dfa49f62de3a..3fe0df6c9ad8 100644
18 --- a/app-text/poppler-data/Manifest
19 +++ b/app-text/poppler-data/Manifest
20 @@ -1,2 +1 @@
21 -DIST poppler-data-0.4.10.tar.gz 4497684 BLAKE2B 2c262223a971fe49b7f9848e424ba78a6d96e193d18b0bbad4eb343deea7808a6d9e234ebbb252c5becd40840221ba86d2b87ad36595fe982546b32ea6201f0b SHA512 4bebad0791b55b5e2805cf864393d1f777a7996c962398fc178211d2abbf110f75ef2fa6699e275b126aca0540eabb89542a672e0587248db9414e357a32bfd3
22 DIST poppler-data-0.4.11.tar.gz 4497282 BLAKE2B 01f0f9f3d933f45683a702c4d538d8fc59874512290f199b601c16f98f9b596ff249fbc992574d046931cc80f3685f94733248450d3a54f2f961951cdeda7c39 SHA512 a5b7ace28d1677e12f7500ab6345b277dc22cd48ace8d472c083933416879edf4da4efe8217b0e11f75a3387ed98d832fe50567884095b6c0e09ebd8802b0f32
23
24 diff --git a/app-text/poppler-data/poppler-data-0.4.10.ebuild b/app-text/poppler-data/poppler-data-0.4.10.ebuild
25 deleted file mode 100644
26 index 09992c6a315c..000000000000
27 --- a/app-text/poppler-data/poppler-data-0.4.10.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="Data files for poppler to support uncommon encodings without xpdfrc"
36 -HOMEPAGE="https://poppler.freedesktop.org/"
37 -SRC_URI="https://poppler.freedesktop.org/${P}.tar.gz"
38 -
39 -LICENSE="BSD GPL-2 MIT"
40 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 -SLOT="0"
42 -IUSE=""
43 -
44 -src_install() {
45 - emake prefix="${EPREFIX}"/usr DESTDIR="${D}" install
46 -
47 - # bug 409361
48 - dodir /usr/share/poppler/cMaps
49 - cd "${D}/${EPREFIX}"/usr/share/poppler/cMaps || die
50 - find ../cMap -type f -exec ln -s {} . \; || die
51 -}