summaryrefslogtreecommitdiff
path: root/app-text/xournalpp/xournalpp-1.0.18.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /app-text/xournalpp/xournalpp-1.0.18.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'app-text/xournalpp/xournalpp-1.0.18.ebuild')
-rw-r--r--app-text/xournalpp/xournalpp-1.0.18.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-text/xournalpp/xournalpp-1.0.18.ebuild b/app-text/xournalpp/xournalpp-1.0.18.ebuild
deleted file mode 100644
index 6cb1258352c3..000000000000
--- a/app-text/xournalpp/xournalpp-1.0.18.ebuild
+++ /dev/null
@@ -1,45 +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
-"
-
-src_prepare() {
- cmake-utils_src_prepare
-}