public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournalpp/
Date: Sun, 28 May 2023 20:45:15 +0000 (UTC)	[thread overview]
Message-ID: <1685306698.626c0e463c623d2e192256cdc19e0338fa9f8aae.dilfridge@gentoo> (raw)

commit:     626c0e463c623d2e192256cdc19e0338fa9f8aae
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 20:41:41 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 28 20:44:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626c0e46

app-text/xournalpp: drop 1.1.1-r1, 1.1.3

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-text/xournalpp/xournalpp-1.1.1-r1.ebuild | 52 ----------------------------
 app-text/xournalpp/xournalpp-1.1.3.ebuild    | 49 --------------------------
 2 files changed, 101 deletions(-)

diff --git a/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild b/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild
deleted file mode 100644
index fdf5361b9d3c..000000000000
--- a/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,52 +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
-	elibc_musl? ( sys-libs/libbacktrace )
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.1.1-nostrip.patch"
-	"${FILESDIR}/${PN}-1.1.1-nocompress.patch"
-)
-
-src_prepare() {
-	cmake_src_prepare
-}

diff --git a/app-text/xournalpp/xournalpp-1.1.3.ebuild b/app-text/xournalpp/xournalpp-1.1.3.ebuild
deleted file mode 100644
index ed81011852b5..000000000000
--- a/app-text/xournalpp/xournalpp-1.1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream only support 5.3 (see CMakeLists.txt), also bug #854615
-LUA_COMPAT=( lua5-3 )
-inherit cmake lua-single xdg
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
-else
-	SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
-	KEYWORDS="~amd64 ~ppc64"
-fi
-
-DESCRIPTION="Handwriting notetaking software with PDF annotation support"
-HOMEPAGE="https://github.com/xournalpp/xournalpp"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-COMMON_DEPEND="
-	${LUA_DEPS}
-	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="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	sys-apps/lsb-release
-	elibc_musl? ( sys-libs/libbacktrace )
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.1.1-nostrip.patch"
-	"${FILESDIR}/${PN}-1.1.1-nocompress.patch"
-)


             reply	other threads:[~2023-05-28 20:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28 20:45 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27 13:46 [gentoo-commits] repo/gentoo:master commit in: app-text/xournalpp/ Andreas K. Hüttel
2023-10-09 18:57 Sam James
2023-05-28 20:45 Andreas K. Hüttel
2023-05-19 17:54 Sam James
2023-05-19 17:53 Sam James
2023-04-08 13:41 Andreas K. Hüttel
2022-07-02 15:10 Sam James
2022-05-11  9:33 Jakov Smolić
2022-02-27  3:14 Sam James
2022-02-26 23:03 Andreas K. Hüttel
2022-02-25 21:08 Andreas K. Hüttel
2021-10-11  3:16 Sam James
2021-02-28 21:17 Andreas K. Hüttel
2021-02-28 21:17 Andreas K. Hüttel
2021-02-28 21:17 Andreas K. Hüttel
2021-01-20 21:37 Andreas K. Hüttel
2020-10-09 19:16 Andreas K. Hüttel
2020-09-28 23:42 Andreas K. Hüttel
2020-09-28 23:42 Andreas K. Hüttel
2020-04-24 21:10 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685306698.626c0e463c623d2e192256cdc19e0338fa9f8aae.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox