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: x11-misc/clipmenu/
Date: Sat, 20 Mar 2021 08:25:30 +0000 (UTC)	[thread overview]
Message-ID: <1616228719.036a86d0207a3f1dc8aa81e8a99ec373338d5aee.juippis@gentoo> (raw)

commit:     036a86d0207a3f1dc8aa81e8a99ec373338d5aee
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:20:18 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:25:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036a86d0

x11-misc/clipmenu: drop 6.0.1, 6.1.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/clipmenu/Manifest              |  2 --
 x11-misc/clipmenu/clipmenu-6.0.1.ebuild | 30 -----------------------------
 x11-misc/clipmenu/clipmenu-6.1.0.ebuild | 34 ---------------------------------
 3 files changed, 66 deletions(-)

diff --git a/x11-misc/clipmenu/Manifest b/x11-misc/clipmenu/Manifest
index 9605943c6a1..33b63f3f640 100644
--- a/x11-misc/clipmenu/Manifest
+++ b/x11-misc/clipmenu/Manifest
@@ -1,3 +1 @@
-DIST clipmenu-6.0.1.tar.gz 7219 BLAKE2B 85d61c34e3b964e0a39051a1443b1498fedab1f5b45c61f3a8b6c0a63058642ff4fcfabc7d4913893320b5196edac2c5a9ad5a84b71a9d2191a3e147283a816c SHA512 0c91ad3a873081a6f9abfcc7a4a9be7cbd4ca5017f447dac204042ae3f051c550111c73d9d06f1d2a7a6783cfda631154373a932ea40315e72907d52120d4801
-DIST clipmenu-6.1.0.tar.gz 8711 BLAKE2B a37f0f52343a4f22fdf4a37a57a2c715edd47aa1b77c90cf95f9af11a8107967eb24410ed43cee52ec5db5a1276c5e9bdf082668795f3054840b4f30e511ac55 SHA512 1392b08025b564dc17ca44e43847fdea85886b89fdd5426635c9c16d204610c6a9cc19297a20cdbc2eeef2c878adbfe994a2cfd05176457ca6fcbc75bc036acc
 DIST clipmenu-6.2.0.tar.gz 9019 BLAKE2B 2dddd900483656a38b2335f994a46302af797b0f47509b0bd2c1a302e1c27729cd80091a4c8bfd587844f7ee8c271742aea668910553d9a4c54595d18e4f1ec7 SHA512 adfd649a120264552e2c05314ae2ad039055308f77d620dbb3fc206e4244a6f1f2e5ed4a7e86fd547a78692aebaec1761528e10408d838f80def99959ef58295

diff --git a/x11-misc/clipmenu/clipmenu-6.0.1.ebuild b/x11-misc/clipmenu/clipmenu-6.0.1.ebuild
deleted file mode 100644
index 08751d66689..00000000000
--- a/x11-misc/clipmenu/clipmenu-6.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Clipboard management using dmenu"
-HOMEPAGE="https://github.com/cdown/clipmenu"
-SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	x11-misc/clipnotify
-	x11-misc/dmenu
-	x11-misc/xsel
-"
-
-src_install() {
-	local binfile
-	for binfile in clipdel clipfsck clipmenu clipmenud; do
-		dobin ${binfile}
-	done
-
-	systemd_douserunit "init/clipmenud.service"
-}

diff --git a/x11-misc/clipmenu/clipmenu-6.1.0.ebuild b/x11-misc/clipmenu/clipmenu-6.1.0.ebuild
deleted file mode 100644
index 47494c5e02a..00000000000
--- a/x11-misc/clipmenu/clipmenu-6.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Clipboard management using dmenu"
-HOMEPAGE="https://github.com/cdown/clipmenu"
-SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	x11-misc/clipnotify
-	x11-misc/dmenu
-	x11-misc/xsel
-"
-
-src_compile() {
-	:
-}
-
-src_install() {
-	local binfile
-	for binfile in clipdel clipfsck clipmenu clipmenud; do
-		dobin ${binfile}
-	done
-
-	systemd_douserunit "init/clipmenud.service"
-}


             reply	other threads:[~2021-03-20  8:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20  8:25 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-23  2:08 [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipmenu/ Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2021-12-03 13:02 Joonas Niilola
2021-12-03 13:02 Joonas Niilola
2021-01-18  5:10 Sam James
2021-01-18  5:10 Sam James
2020-11-22  9:11 Joonas Niilola
2020-11-14 22:55 Patrice Clement

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=1616228719.036a86d0207a3f1dc8aa81e8a99ec373338d5aee.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