public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/snixembed/
Date: Thu, 20 Jun 2024 22:54:10 +0000 (UTC)	[thread overview]
Message-ID: <1718923994.8b7d1a68f3b98c52b7fd8af14fcd120e4d2e6533.steils@gentoo> (raw)

commit:     8b7d1a68f3b98c52b7fd8af14fcd120e4d2e6533
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 22:53:14 2024 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 22:53:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7d1a68

x11-misc/snixembed: drop 0.2.2

Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 x11-misc/snixembed/Manifest               |  1 -
 x11-misc/snixembed/snixembed-0.2.2.ebuild | 47 -------------------------------
 2 files changed, 48 deletions(-)

diff --git a/x11-misc/snixembed/Manifest b/x11-misc/snixembed/Manifest
index 4330ef4900e9..75a225c022b4 100644
--- a/x11-misc/snixembed/Manifest
+++ b/x11-misc/snixembed/Manifest
@@ -1,3 +1,2 @@
-DIST snixembed-0.2.2.tar.gz 5870 BLAKE2B fa0ff00808579419410e462e0271d2bc72db0975c6de5b03751ea9d7831c2d4507ef5886058bfa66d12b5dea79f690103243a0398e77c788ee3d77025580cfbe SHA512 474eba11a31c44437a29d034b3e1e8df1b9a0dbc728566fd8727bc957237763e3c88d175bd6c349aaca5fec8dec7213c17e2241e91aefed1686a2368554be05a
 DIST snixembed-0.3.0.tar.gz 6866 BLAKE2B a19b128ad88a6c6126dd261ac2300b42406dabbc6f8e0be7b4cf87829c43028a604e177cd95fee8b78069e065455b329252a8cd08058f73da4e0a210e73a0eac SHA512 617309a1156a939f5613a5574b982173f66ba38c3af9800debbcde7cede22ce763ddec3aa0c738cbd0b8636f38aed79e557a84ace1f1a4e4cb2dd21ee5347051
 DIST snixembed-0.3.3.tar.gz 9491 BLAKE2B 6141bdb02e6cd020ee8f2cba50b3f41882675b9acd7a96dee110790088081fabba82c1170fd906a80123af878a7b947f555c1ff183fe0389d521d62c00b65a2a SHA512 0cf7dd73a488124b5c0181f180234ed9e0077738b02ccd321ada747b56b2f52bccd3ce9c36476c13226769819e3e5d6ba02333c877bfa3c71ab712ab8dd3482c

diff --git a/x11-misc/snixembed/snixembed-0.2.2.ebuild b/x11-misc/snixembed/snixembed-0.2.2.ebuild
deleted file mode 100644
index aaec6ff02216..000000000000
--- a/x11-misc/snixembed/snixembed-0.2.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="Proxy StatusNotifierItems as XEmbedded systemtray-spec icons"
-HOMEPAGE="https://git.sr.ht/~steef/snixembed"
-SRC_URI="https://git.sr.ht/~steef/snixembed/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="dev-libs/glib:2
-	dev-libs/libdbusmenu[gtk3]
-	x11-libs/gtk+:3"
-RDEPEND="${DEPEND}"
-BDEPEND="$(vala_depend)
-	virtual/pkgconfig
-	doc? ( dev-lang/vala[valadoc] )"
-
-src_prepare() {
-	default
-
-	use doc && local VALA_USE_DEPEND="valadoc"
-	vala_src_prepare
-
-	sed -e "s: .git/HEAD .git/index::" \
-		-e "s:\$(shell git describe --always --tags --dirty):${PV}:" \
-		-e "s:valac :${VALAC} :" \
-		-e "s:valadoc :${VALADOC} :" \
-		-i makefile || die
-}
-
-src_compile() {
-	default
-	use doc && emake doc
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}" BINDIR="/usr/bin" install
-	use doc && HTML_DOCS=( doc/. )
-	einstalldocs
-}


             reply	other threads:[~2024-06-20 22:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 22:54 Stefan Strogin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 22:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/snixembed/ Stefan Strogin
2022-08-14 20:06 Sam James
2020-06-09  2:41 Stefan Strogin
2020-05-21 21:34 Stefan Strogin

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=1718923994.8b7d1a68f3b98c52b7fd8af14fcd120e4d2e6533.steils@gentoo \
    --to=steils@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