Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournalpp/
Date: Sun, 28 Feb 2021 21:17:26
Message-Id: 1614547034.2444afca2900a8962b0c5cc7ff4afb690b2590ed.dilfridge@gentoo
1 commit: 2444afca2900a8962b0c5cc7ff4afb690b2590ed
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 21:16:25 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:17:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2444afca
7
8 app-text/xournalpp: Remove old
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-text/xournalpp/Manifest | 1 -
14 app-text/xournalpp/xournalpp-1.0.18-r1.ebuild | 49 ---------------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/app-text/xournalpp/Manifest b/app-text/xournalpp/Manifest
18 index e1652032186..b8173784952 100644
19 --- a/app-text/xournalpp/Manifest
20 +++ b/app-text/xournalpp/Manifest
21 @@ -1,2 +1 @@
22 -DIST xournalpp-1.0.18.tgz 14892343 BLAKE2B d2aaede0e85d724cf8032f38a6fa2c3c4862f26d410dbab8264dd50ab8ee0d26889eeab433ef615fe9ce271710192eca380ff80149431d5368125926cf8d2b25 SHA512 90568a2674a18ff711ecef5f1a66ea1c5746d7f1fde271b36342d9bf48e096e63075cf7fd8b69e39e144273a4d1b922c415eee929eba94b2fa515a0bb481815a
23 DIST xournalpp-1.0.20.tgz 14895705 BLAKE2B f1a4721f4f0b2f0e666c7466d7ddbd1f299172576d5f86b4ab8150d3bf05231cc7bb40e750394d892fe8ce32b6106e29456e3e9fa976b1bf07a808bf1bfff953 SHA512 c73783d5e40262b2c6f7f6be372839c73a19ab25fc258a7524660654526a3a35a6ba16ba282f793e7982ff97d006703c103fdd579fc16a3e636bf6daf94fe346
24
25 diff --git a/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild b/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild
26 deleted file mode 100644
27 index f04ebe22737..00000000000
28 --- a/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake-utils xdg
37 -
38 -if [[ ${PV} == *9999 ]]; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
41 - unset SRC_URI
42 -else
43 - KEYWORDS="amd64"
44 - SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz"
45 -fi
46 -
47 -DESCRIPTION="Handwriting notetaking software with PDF annotation support"
48 -HOMEPAGE="https://github.com/xournalpp/xournalpp"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -COMMONDEPEND="
55 - app-text/poppler[cairo]
56 - dev-libs/glib
57 - dev-libs/libxml2
58 - dev-libs/libzip:=
59 - media-libs/portaudio
60 - media-libs/libsndfile
61 - sys-libs/zlib:=
62 - x11-libs/gtk+:3
63 -"
64 -RDEPEND="${COMMONDEPEND}
65 -"
66 -DEPEND="${COMMONDEPEND}
67 -"
68 -BDEPEND="
69 - virtual/pkgconfig
70 - sys-apps/lsb-release
71 -"
72 -
73 -PATCHES=(
74 - "${FILESDIR}/${P}-nostrip.patch" # bug 745255
75 -)
76 -
77 -src_prepare() {
78 - cmake-utils_src_prepare
79 -}