public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-graphlcd/
Date: Sun, 21 Jul 2024 15:12:10 +0000 (UTC)	[thread overview]
Message-ID: <1721574473.26009e73c92924a7e6bb5bebe2573c8fe3d6a290.conikost@gentoo> (raw)

commit:     26009e73c92924a7e6bb5bebe2573c8fe3d6a290
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Thu Jul  4 15:11:52 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:07:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26009e73

media-plugins/vdr-graphlcd: drop 1.0.1-r2

Closes: https://bugs.gentoo.org/925789
Closes: https://bugs.gentoo.org/925790
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-graphlcd/Manifest                |  1 -
 .../vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild      | 99 ----------------------
 2 files changed, 100 deletions(-)

diff --git a/media-plugins/vdr-graphlcd/Manifest b/media-plugins/vdr-graphlcd/Manifest
index 1f09ecef01d2..a3dc4faaf1cb 100644
--- a/media-plugins/vdr-graphlcd/Manifest
+++ b/media-plugins/vdr-graphlcd/Manifest
@@ -1,2 +1 @@
 DIST vdr-graphlcd-1.0.7.tar.gz 893541 BLAKE2B f6e340184a00d7e7e3e82b425f4519312e6dc400b5c6c8f1e6c9005d4b7294b8e15e2b95f38815a37ea4fb819cac6818c3d7887487a9d4b8b0d0c693f2981a68 SHA512 a285342ac12b217ae81c90095f25c347b7c51b095657815c94bbe48307c370a89c9d5e031c90493456141a0c79d53e89828a0c58df7533d1072d29abf552265b
-DIST vdr-plugin-graphlcd-1.0.1.tar.bz2 888594 BLAKE2B 852b39a9c38583f9927718966d8f2b7d86da105450f7ab383a50bafd2d2c9a0e8acb000f7ac03603e6f81c9b12c22af27c3713e3a14409743c61cb696968b304 SHA512 2d7ec1018013b54dd17bf894cc7dc4ecfbbc549d18b6cf64460891204ca8b5cc84b0d756a2ab866011b11d4525e0c1fe93bf90f447a195044717b8f63a878566

diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild b/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild
deleted file mode 100644
index d17c604261c5..000000000000
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="vdr-plugin-graphlcd"
-MY_P="${MY_PN}-${PV}"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: support output on Graphical LCD"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-graphlcd"
-SRC_URI="https://projects.vdr-developer.org/git/${MY_PN}.git/snapshot/${MY_P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=app-misc/graphlcd-base-${PV}
-	media-fonts/corefonts
-	media-video/vdr"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	vdr-plugin-2_pkg_setup
-
-	if ! getent group lp | grep -q vdr; then
-		einfo
-		einfo "Add user 'vdr' to group 'lp' for full user access to parport device"
-		elog
-		elog "User vdr added to group lp"
-		gpasswd -a vdr lp || die
-	fi
-	if ! getent group usb | grep -q vdr; then
-		einfo
-		einfo "Add user 'vdr' to group 'usb' for full user access to usb device"
-		elog
-		elog "User vdr added to group usb"
-		gpasswd -a vdr usb || die
-	fi
-}
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	sed -e "s:/usr/local:/usr:" \
-		-e "s:i18n.c:i18n.h:g" \
-		-e "s:include \$(VDRDIR)/Make.global:-include \$(VDRDIR)/Make.global:" \
-		-i Makefile || die
-
-	sed -e "s:SKIP_INSTALL_DOC ?= 0:SKIP_INSTALL_DOC ?= 1:" -i Makefile || die
-
-	eapply "${FILESDIR}/${P}_no-font.patch"
-
-	# bug 740296
-	sed -e "s:\"PLUGIN_GRAPHLCDCONF:\" PLUGIN_GRAPHLCDCONF:" -i plugin.c || die
-}
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	insopts -m0644 -ovdr -gvdr
-
-	insinto /usr/share/vdr/${VDRPLUGIN}/logos
-	doins -r ${VDRPLUGIN}/logos/*
-
-	insinto /etc/vdr/plugins/${VDRPLUGIN}
-	doins ${VDRPLUGIN}/channels.alias
-
-	# do we need this sym link? need testing..
-	dosym "../../fonts/corefonts" "/usr/share/vdr/graphlcd/fonts"
-
-	dosym ${sysroot}/usr/share/fonts/corefonts ${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/fonts
-	dosym ${sysroot}/usr/share/vdr/"${VDRPLUGIN}"/logos ${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/logos
-	dosym ${sysroot}/etc/graphlcd.conf ${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/graphlcd.conf
-
-	# do we need this sym link? need testing..
-#	dosym "logonames.alias.1.3" "/etc/vdr/plugins/${VDRPLUGIN}/logonames.alias"
-}
-
-pkg_preinst() {
-	if [[ -e /etc/vdr/plugins/graphlcd/fonts ]] && [[ ! -L /etc/vdr/plugins/graphlcd/fonts ]] \
-	|| [[ -e /etc/vdr/plugins/graphlcd/logos ]] && [[ ! -L /etc/vdr/plugins/graphlcd/logos ]] ; then
-		elog "Remove wrong DIR in /etc/vdr/plugins/graphlcd from prior install"
-		rm -R /etc/vdrplugins/graphlcd/{fonts,logos} || die
-	fi
-}
-
-pkg_postinst() {
-	vdr-plugin-2_pkg_postinst
-
-	einfo "Add additional options in /etc/conf.d/vdr.graphlcd\n"
-
-	einfo "Please copy or link one of the supplied fonts.conf.*"
-	einfo "files in /etc/vdr/plugins/graphlcd/ to"
-	einfo "/etc/vdr/plugins/graphlcd/fonts.conf"
-}


             reply	other threads:[~2024-07-21 15:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21 15:12 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21 15:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-graphlcd/ Conrad Kostecki
2021-03-24 20:23 Jörg Bornkessel
2021-02-12 20:47 Jörg Bornkessel
2020-02-14 21:51 Jörg Bornkessel
2020-01-31  8:19 Michał Górny
2020-01-31  8:19 Michał Górny
2019-03-10 22:38 Patrice Clement
2018-03-26 19:18 Aaron Bauman

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=1721574473.26009e73c92924a7e6bb5bebe2573c8fe3d6a290.conikost@gentoo \
    --to=conikost@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