summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-09-29 02:41:46 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-09-29 02:42:41 +0300
commit3b01ef6bc78e989f5181b8a28527e4ca8bc2c421 (patch)
treef6d86dcbe436854db6458837742e1939fdfa128a /app-text/xournalpp
parentapp-text/xournalpp: Fix poppler dependency (diff)
downloadgentoo-3b01ef6bc78e989f5181b8a28527e4ca8bc2c421.tar.gz
gentoo-3b01ef6bc78e989f5181b8a28527e4ca8bc2c421.tar.bz2
gentoo-3b01ef6bc78e989f5181b8a28527e4ca8bc2c421.zip
app-text/xournalpp: Remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/xournalpp')
-rw-r--r--app-text/xournalpp/Manifest1
-rw-r--r--app-text/xournalpp/xournalpp-1.0.17.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/app-text/xournalpp/Manifest b/app-text/xournalpp/Manifest
index 02a9412a3935..7c0401e0f4ea 100644
--- a/app-text/xournalpp/Manifest
+++ b/app-text/xournalpp/Manifest
@@ -1,2 +1 @@
-DIST xournalpp-1.0.17.tgz 14885382 BLAKE2B 501feb4480eee5aa38cc148f561d6c730505e43fd5d8017936f4b1d15f1b83ae936eb0a2e81b9889c668f9ed0a9c46b9053c984d45815c88829b023b7dbbd209 SHA512 cc3568ce22fd42f0e8458f1428c102d2fc18a9650d8c5968cadd6693fc19374780beb3c7f6206f2f494439296a883b2a5160da37e3a0e10d6fe3654084967ab9
DIST xournalpp-1.0.18.tgz 14892343 BLAKE2B d2aaede0e85d724cf8032f38a6fa2c3c4862f26d410dbab8264dd50ab8ee0d26889eeab433ef615fe9ce271710192eca380ff80149431d5368125926cf8d2b25 SHA512 90568a2674a18ff711ecef5f1a66ea1c5746d7f1fde271b36342d9bf48e096e63075cf7fd8b69e39e144273a4d1b922c415eee929eba94b2fa515a0bb481815a
diff --git a/app-text/xournalpp/xournalpp-1.0.17.ebuild b/app-text/xournalpp/xournalpp-1.0.17.ebuild
deleted file mode 100644
index 4dac69f10a5d..000000000000
--- a/app-text/xournalpp/xournalpp-1.0.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
- unset SRC_URI
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz"
-fi
-
-DESCRIPTION="Handwriting notetaking software with PDF annotation support"
-HOMEPAGE="https://github.com/xournalpp/xournalpp"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-COMMONDEPEND="
- app-text/poppler
- dev-libs/glib
- dev-libs/libxml2
- dev-libs/libzip:=
- media-libs/portaudio
- media-libs/libsndfile
- sys-libs/zlib:=
- x11-libs/gtk+:3
-"
-RDEPEND="${COMMONDEPEND}
-"
-DEPEND="${COMMONDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
- sys-apps/lsb-release
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-translations.patch"
-)
-
-src_prepare() {
- cmake-utils_src_prepare
-}