summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-18 12:59:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-19 15:44:56 +0100
commit03e1aff0ba7b5b49c42a54b2dcc8fe421713c4a8 (patch)
tree905f4544db61759cffef6fae9eecd6e33e2129fe /app-text
parentsci-mathematics/yacas: drop 1.7.0-r1 (diff)
downloadgentoo-03e1aff0ba7b5b49c42a54b2dcc8fe421713c4a8.tar.gz
gentoo-03e1aff0ba7b5b49c42a54b2dcc8fe421713c4a8.tar.bz2
gentoo-03e1aff0ba7b5b49c42a54b2dcc8fe421713c4a8.zip
app-text/xournalpp: drop 1.0.20, 1.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xournalpp/Manifest1
-rw-r--r--app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch15
-rw-r--r--app-text/xournalpp/xournalpp-1.0.20.ebuild49
-rw-r--r--app-text/xournalpp/xournalpp-1.1.1.ebuild46
4 files changed, 0 insertions, 111 deletions
diff --git a/app-text/xournalpp/Manifest b/app-text/xournalpp/Manifest
index 69801d025fac..393fd37c018f 100644
--- a/app-text/xournalpp/Manifest
+++ b/app-text/xournalpp/Manifest
@@ -1,2 +1 @@
-DIST xournalpp-1.0.20.tgz 14895705 BLAKE2B f1a4721f4f0b2f0e666c7466d7ddbd1f299172576d5f86b4ab8150d3bf05231cc7bb40e750394d892fe8ce32b6106e29456e3e9fa976b1bf07a808bf1bfff953 SHA512 c73783d5e40262b2c6f7f6be372839c73a19ab25fc258a7524660654526a3a35a6ba16ba282f793e7982ff97d006703c103fdd579fc16a3e636bf6daf94fe346
DIST xournalpp-1.1.1.tgz 15093900 BLAKE2B 87988bc78a0d904f1e3533e393bcdfc7b76517f6cc13343cb63ceaa83de25eca885274238ce45840334ea653964c9cd1834fc22d5b2c89a731ae5616f01f22c8 SHA512 efba97d26f624e3a1b8164ef6333a0f1d2992d0245414bdb51692d845965f6c37071f687520b43a94f713465796a16cbafd8929fd3bf8e6c3face847df92251d
diff --git a/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch b/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch
deleted file mode 100644
index 120e86ff586f..000000000000
--- a/app-text/xournalpp/files/xournalpp-1.0.18-nostrip.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/xoj-preview-extractor/CMakeLists.txt b/src/xoj-preview-extractor/CMakeLists.txt
-index b2029d68..2e1d68ba 100644
---- a/src/xoj-preview-extractor/CMakeLists.txt
-+++ b/src/xoj-preview-extractor/CMakeLists.txt
-@@ -36,10 +36,6 @@ target_link_libraries (xournal-thumbnailer
-
- set (THUMBNAILER_BIN "xournal-thumbnailer")
-
--add_custom_command (TARGET xournal-thumbnailer POST_BUILD
-- COMMAND ${CMAKE_STRIP} ${THUMBNAILER_BIN}
--)
--
- ## Install ##
-
- install (TARGETS xournal-thumbnailer
diff --git a/app-text/xournalpp/xournalpp-1.0.20.ebuild b/app-text/xournalpp/xournalpp-1.0.20.ebuild
deleted file mode 100644
index 24914b97a852..000000000000
--- a/app-text/xournalpp/xournalpp-1.0.20.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
- unset SRC_URI
-else
- KEYWORDS="amd64 ~ppc64"
- 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[cairo]
- dev-libs/glib
- dev-libs/libxml2
- dev-libs/libzip:=
- media-libs/portaudio[cxx]
- media-libs/libsndfile
- sys-libs/zlib:=
- x11-libs/gtk+:3
-"
-RDEPEND="${COMMONDEPEND}
-"
-DEPEND="${COMMONDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
- sys-apps/lsb-release
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.18-nostrip.patch" # bug 745255
-)
-
-src_prepare() {
- cmake_src_prepare
-}
diff --git a/app-text/xournalpp/xournalpp-1.1.1.ebuild b/app-text/xournalpp/xournalpp-1.1.1.ebuild
deleted file mode 100644
index 2c5a3a5f0527..000000000000
--- a/app-text/xournalpp/xournalpp-1.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
- unset SRC_URI
-else
- KEYWORDS="~amd64 ~ppc64"
- SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${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[cairo]
- dev-libs/glib
- dev-libs/libxml2
- dev-libs/libzip:=
- gnome-base/librsvg
- media-libs/portaudio[cxx]
- media-libs/libsndfile
- sys-libs/zlib:=
- x11-libs/gtk+:3
-"
-RDEPEND="${COMMONDEPEND}
-"
-DEPEND="${COMMONDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
- sys-apps/lsb-release
-"
-
-src_prepare() {
- cmake_src_prepare
-}