public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/
Date: Sun, 26 Apr 2020 13:37:24 +0000 (UTC)	[thread overview]
Message-ID: <1587908210.4f6299c32a33dc14d361d1dc71df33f1d9c9a556.juippis@gentoo> (raw)

commit:     4f6299c32a33dc14d361d1dc71df33f1d9c9a556
Author:     Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Sat Apr 25 22:20:00 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:36:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6299c3

app-misc/pdfpc: Cleanup old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/15118
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/pdfpc/Manifest           |  1 -
 app-misc/pdfpc/pdfpc-4.3.2.ebuild | 44 ---------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-misc/pdfpc/Manifest b/app-misc/pdfpc/Manifest
index 3981df471b9..2f8cc20da4f 100644
--- a/app-misc/pdfpc/Manifest
+++ b/app-misc/pdfpc/Manifest
@@ -1,3 +1,2 @@
 DIST pdfpc-4.3.0.tar.gz 107235 BLAKE2B 290a11f970ca16ea3ce3d724f1e62cd1b347b51dfc70162e61f80fb2ef630e18963c55ff99741c9c6a0fdd85c109371e660614b0af15b63dae524e21f534001c SHA512 a7e3efecd988ecdec8b0856a7a140ef8f6f3abcc56ecd7c1193f8b1c3723c9193fa3ea48dd9286d8c90d72983fc5a8ad75be7a40cd2c6196cc1361fa3c338ac0
-DIST pdfpc-4.3.2.tar.gz 107504 BLAKE2B 5fe9ee096aab205365f93374b8ffe3990cf1aec818bcb36d2f35d572854348087f07f7e99df1c71dfc1b40c1c3c1e9e4e666a698020398416b59d151c74805d4 SHA512 e1e198c4cad996e7818dac10c07133e5c6cccf0333506eecb1090091b5c1de36f27e08178c648587e68816cc7e7d7f1666181c09a01780ea6d620c4c9820674d
 DIST pdfpc-4.4.0.tar.gz 7733136 BLAKE2B e0bae93803561e8d7a96621baef4e8e2d038324dd28c31ce9cc05a8e42dafda101eb7eb2cea258bd66a41dff904c6a95e8c9cb50b236780564b9501edf3aeef8 SHA512 4f5d013ae513ba5f106638401cccd280e1a77535747663963a566c8b9ddc7b87c0ae1859220586ed66d294902674d54cea4256c72320ad3005e3e47cc8ea57a3

diff --git a/app-misc/pdfpc/pdfpc-4.3.2.ebuild b/app-misc/pdfpc/pdfpc-4.3.2.ebuild
deleted file mode 100644
index 14c6cd54308..00000000000
--- a/app-misc/pdfpc/pdfpc-4.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_MIN_API_VERSION="0.34"
-VALA_MAX_API_VERSION="0.42" # fix sed line if you increase this
-
-inherit vala cmake
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="https://pdfpc.github.io"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gstreamer"
-
-RDEPEND="app-text/poppler:=[cairo]
-	dev-libs/glib:2
-	dev-libs/libgee:0.8
-	gnome-base/librsvg
-	gstreamer? ( media-libs/gstreamer:1.0
-		media-libs/gst-plugins-base:1.0 )
-	sys-apps/dbus
-	x11-libs/gtk+:3"
-DEPEND="${RDEPEND}"
-BDEPEND="$(vala_depend)"
-
-src_prepare() {
-	cmake_src_prepare
-
-	sed -i -e "s/valac/valac valac-0.42 valac-0.40 valac-0.36 valac-0.34/" cmake/vala/FindVala.cmake || die
-	vala_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DSYSCONFDIR="${EPREFIX}/etc"
-		-DMOVIES=$(usex gstreamer on off)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2020-04-26 13:37 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 13:37 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 21:30 [gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/ Ulrich Müller
2023-04-25 20:57 Sam James
2023-04-25 20:57 Sam James
2023-02-11  4:30 Ulrich Müller
2023-02-09  6:50 Ulrich Müller
2023-01-30 15:25 Ben Kohler
2023-01-01 14:48 David Seifert
2022-07-29  7:22 Ulrich Müller
2022-07-28 23:06 Sam James
2022-07-28 23:06 Sam James
2022-06-24  7:49 Ulrich Müller
2021-12-20  9:17 Ulrich Müller
2021-12-20  9:17 Ulrich Müller
2021-12-16 17:02 Jakov Smolić
2021-12-16  7:44 Agostino Sarubbo
2021-12-15 13:40 Jakov Smolić
2021-09-03  7:55 Joonas Niilola
2021-09-03  7:55 Joonas Niilola
2021-09-03  7:55 Joonas Niilola
2021-02-19  2:14 Andreas Sturmlechner
2021-02-18 23:25 Sam James
2021-02-18 17:12 Sam James
2021-01-18  9:28 Joonas Niilola
2020-04-26 13:37 Joonas Niilola
2020-04-26 13:37 Joonas Niilola
2019-03-20 20:27 Aaron Bauman
2019-03-02 10:31 Tiziano Müller
2019-03-02 10:31 Tiziano Müller
2019-02-26 19:12 Mikle Kolyada
2019-02-26 19:10 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2018-12-30 16:18 Manuel Rüger
2018-10-28 17:02 Manuel Rüger
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-05-03 17:21 Manuel Rüger
2018-05-03 17:21 Manuel Rüger
2018-03-13 12:51 Michael Palimaka
2017-10-03 21:54 Patrice Clement
2017-07-23 12:07 Michael Palimaka
2017-07-23 12:04 Manuel Rüger
2017-06-28 15:08 Manuel Rüger
2017-02-19 19:45 Manuel Rüger
2017-02-19 19:42 Manuel Rüger
2017-01-04 22:51 Manuel Rüger
2016-11-22 20:44 Manuel Rüger
2016-11-22 20:44 Manuel Rüger
2016-10-08  9:51 Pacho Ramos
2016-10-02 23:23 Manuel Rüger
2016-02-16 22:46 Manuel Rüger
2016-02-14 21:56 Manuel Rüger
2016-02-01 20:45 Pacho Ramos
2015-12-20 12:02 Manuel Rüger
2015-11-08 15:51 Manuel Rüger

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=1587908210.4f6299c32a33dc14d361d1dc71df33f1d9c9a556.juippis@gentoo \
    --to=juippis@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