public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/
Date: Sun, 19 Feb 2017 19:45:06 +0000 (UTC)	[thread overview]
Message-ID: <1487533490.8746bb516a96a227520cfaa93ac3d6442f3167fd.mrueg@gentoo> (raw)

commit:     8746bb516a96a227520cfaa93ac3d6442f3167fd
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 19:44:50 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 19:44:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8746bb51

app-misc/pdfpc: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/pdfpc/Manifest           |  2 --
 app-misc/pdfpc/pdfpc-4.0.4.ebuild | 43 ---------------------------------------
 app-misc/pdfpc/pdfpc-4.0.5.ebuild | 43 ---------------------------------------
 3 files changed, 88 deletions(-)

diff --git a/app-misc/pdfpc/Manifest b/app-misc/pdfpc/Manifest
index 7ef1ba695a..fbd47424da 100644
--- a/app-misc/pdfpc/Manifest
+++ b/app-misc/pdfpc/Manifest
@@ -1,4 +1,2 @@
 DIST pdfpc-3.1.1.tgz 199004 SHA256 ec5ffb9c2b55d1bac76172a6a13ed527ceed8cf0d659aca5e302f6a7185f00f2 SHA512 554203094b18fe11fd085414961de6644df3c258ad52d46ad171cfd6c2199028bcbaa9560bdaba63d83f858b467407cc276972b34f341cc25260db1d1358e88d WHIRLPOOL bddcba6a4285ea2b58dd01f76b7b050db630eaa97de5bba32a66f7f85563e6a99763a52e82286297f605dfa59d9ff918007baab297e587968ac1c83e3d69e8a8
-DIST pdfpc-4.0.4.tar.gz 79981 SHA256 3d22b262ff97ba16c4af651cfc439a758ee416500501574cc6cd909f3762b7ce SHA512 f97dfad7bda327c59221fe2a09b6561a4a2e29333a436e893db68445f2e2163a92df082b3d6c7f6c2dffee73ba926933a9b36fd11ea9632133f73771834a7822 WHIRLPOOL 406e0ba7304be8934081262b65db637e30f26ed22aebcbd34d8454420ca90146138815f0ee5ab925ab2a028137dc96152e475ac1bac3f02437c0d8b1e190aff8
-DIST pdfpc-4.0.5.tar.gz 79849 SHA256 dc2c333082b3e5294741d6bf184b04fd60962fed64956d2b63dea4ca51f32a65 SHA512 c91d886f02ff9009abc06d95539a715940dd95872e78606b5ac26b0c2646459340b1730deab7ed53e0687e67c69c426ba4956a84e12c1df0248fd47bfdcff6e4 WHIRLPOOL 215031aa6a8f040440a4f9c9f9d4b6bc947f846847cf3d74590cc1ac59316596a09a33b637d368528e42bbcefeb1dc3088216487797ef271f79c19446a2e95ed
 DIST pdfpc-4.0.6.tar.gz 82157 SHA256 42b6bd421e977a98cf00d688da7b392b8d8be423eb56ea7ca929c3c0334f8aa4 SHA512 289d37956da27d2da1ebf562a8557fd66b92143d777558103da5d70aaabee1f0d4ce69d7e193485d921156d7bc778de635faf18d6ec25a29651980ecd5c74b22 WHIRLPOOL 36caaca71d6df9c0b51bf61cab67c34af5af5097ff96ae5d994f93b0977d8bb2dc9676a9e7293faceb115c6753e4884fcd685878db9847c2cb85f31ac2c9fedc

diff --git a/app-misc/pdfpc/pdfpc-4.0.4.ebuild b/app-misc/pdfpc/pdfpc-4.0.4.ebuild
deleted file mode 100644
index 4885b28b6a..0000000000
--- a/app-misc/pdfpc/pdfpc-4.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VALA_MIN_API_VERSION="0.26"
-VALA_MAX_API_VERSION="0.32" # fix sed line if you increase this
-
-inherit vala cmake-utils
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="http://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=""
-
-RDEPEND="app-text/poppler:=[cairo]
-	dev-libs/glib:2
-	dev-libs/libgee:0.8
-	gnome-base/librsvg
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	sys-apps/dbus
-	x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)"
-
-src_prepare() {
-	default
-	sed -i -e "s/valac-0.20/valac-0.32 valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die
-	vala_src_prepare
-}
-
-src_configure(){
-	local mycmakeargs=(
-		-DSYSCONFDIR="${EPREFIX}/etc"
-	)
-	cmake-utils_src_configure
-}

diff --git a/app-misc/pdfpc/pdfpc-4.0.5.ebuild b/app-misc/pdfpc/pdfpc-4.0.5.ebuild
deleted file mode 100644
index f9aedf315f..0000000000
--- a/app-misc/pdfpc/pdfpc-4.0.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VALA_MIN_API_VERSION="0.26"
-VALA_MAX_API_VERSION="0.32" # fix sed line if you increase this
-
-inherit vala cmake-utils
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="http://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=""
-
-RDEPEND="app-text/poppler:=[cairo]
-	dev-libs/glib:2
-	dev-libs/libgee:0.8
-	gnome-base/librsvg
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	sys-apps/dbus
-	x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)"
-
-src_prepare() {
-	default
-	sed -i -e "s/valac-0.20/valac-0.32 valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die
-	vala_src_prepare
-}
-
-src_configure(){
-	local mycmakeargs=(
-		-DSYSCONFDIR="${EPREFIX}/etc"
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2017-02-19 19:45 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19 19:45 Manuel Rüger [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
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: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=1487533490.8746bb516a96a227520cfaa93ac3d6442f3167fd.mrueg@gentoo \
    --to=mrueg@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