public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-led-notification/
Date: Thu, 11 Apr 2024 15:25:17 +0000 (UTC)	[thread overview]
Message-ID: <1712849078.bfb78107aecb58dbf7e295b1698ebaa864ee31fd.arthurzam@gentoo> (raw)

commit:     bfb78107aecb58dbf7e295b1698ebaa864ee31fd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 15:24:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:24:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb78107

x11-plugins/pidgin-led-notification: drop 0.1, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../pidgin-led-notification-0.1.ebuild             | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild b/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild
deleted file mode 100644
index 00d21c5669c0..000000000000
--- a/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_PN=${PN/pidgin-/}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Pidgin plugin to notify by writing user defined strings to (led control) files"
-HOMEPAGE="https://sites.google.com/site/simohmattila/led-notification"
-SRC_URI="https://sites.google.com/site/simohmattila/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-	net-im/pidgin[gtk]
-	x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-hardware.patch )
-
-src_compile() {
-	$(tc-getCC) \
-		${CFLAGS} -fPIC \
-		${CPPFLAGS} \
-		${LDFLAGS} \
-		$($(tc-getPKG_CONFIG) --cflags gtk+-2.0 pidgin) \
-		-shared ${MY_PN}.c -o ${MY_PN}.so \
-		$($(tc-getPKG_CONFIG) --libs gtk+-2.0 pidgin) || die
-}
-
-src_install() {
-	exeinto /usr/$(get_libdir)/pidgin
-	doexe ${MY_PN}.so
-
-	einstalldocs
-}


             reply	other threads:[~2024-04-11 15:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 15:25 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 11:53 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-led-notification/ Andreas Schuerch
2024-02-25 11:50 Andreas Schuerch
2021-09-09  7:11 Yixun Lan

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=1712849078.bfb78107aecb58dbf7e295b1698ebaa864ee31fd.arthurzam@gentoo \
    --to=arthurzam@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