From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/
Date: Sat, 14 Nov 2020 15:06:15 +0000 (UTC) [thread overview]
Message-ID: <1605366263.325075722cfa0188eefd3d15181bb9f4bdae930f.soap@gentoo> (raw)
commit: 325075722cfa0188eefd3d15181bb9f4bdae930f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 15:04:23 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:04:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32507572
media-sound/cmusfm: Remove old 0.2.5, 0.3.1
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/cmusfm/Manifest | 2 --
media-sound/cmusfm/cmusfm-0.2.5.ebuild | 42 ----------------------------------
media-sound/cmusfm/cmusfm-0.3.1.ebuild | 41 ---------------------------------
3 files changed, 85 deletions(-)
diff --git a/media-sound/cmusfm/Manifest b/media-sound/cmusfm/Manifest
index 9573b1f519b..ea606266f13 100644
--- a/media-sound/cmusfm/Manifest
+++ b/media-sound/cmusfm/Manifest
@@ -1,3 +1 @@
-DIST cmusfm-0.2.5.tar.gz 28651 BLAKE2B c69dcaa5900ed4cf3d1a0274ac3dc6e6322b73222a472c26434fa4912c2f351fa67b0f3ac1d91df9f707d5c38d6ffa7c4401ed3500ed929adcbb63b9e513f765 SHA512 0db8d865342438531bfb800d835800240e47732444795159f72ed3c91a4c3f0747ba2da1dcc8e71ef340ba5a3febdb39d8dd5868b134afcbcf7b3614a7790eae
-DIST cmusfm-0.3.1.tar.gz 34521 BLAKE2B d5f7ce5cb37a03114e910f0ad7fd39bb3e940ce9d0ad416e464dc6cfc5438bbe901845b610bd8d0e508bde236ef6ed9cb894afb5a4cae710b1347d3173ffa60b SHA512 2d4d551d2a82fc2d70c7f75705f8cec236a0cf7b8e5268c91cc32b4ede4ecd51c4577d673b8c36f041e514af59142f2c9c001cd422c0790f0e0b3596b4394064
DIST cmusfm-0.3.3.tar.gz 37553 BLAKE2B f266d83edbed960d8c466cba80ce57d645c5c9cdfceac27c29d0ef424c8135f22377dc0490462d3107dfcfd32ac9d15fa6142269b453c8a80818da9bd10a28fd SHA512 6537905bdf09d04f09783237997536a1ee231ee4e589826d87f435c0dd7542dbd7d97167990bf949d2a9eb73c4a9a4da1bab17888de0aecedb2a63deaa873f39
diff --git a/media-sound/cmusfm/cmusfm-0.2.5.ebuild b/media-sound/cmusfm/cmusfm-0.2.5.ebuild
deleted file mode 100644
index 704bd8f1124..00000000000
--- a/media-sound/cmusfm/cmusfm-0.2.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils readme.gentoo
-
-DESCRIPTION="Last.fm scrobbler for cmus music player"
-HOMEPAGE="https://github.com/Arkq/cmusfm"
-SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-DEPEND="net-misc/curl
- dev-libs/openssl:0=
- libnotify? ( x11-libs/libnotify )"
-RDEPEND="${DEPEND}
- media-sound/cmus"
-
-src_prepare() {
- epatch_user
- eautoreconf
- DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time."
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable libnotify)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_pkg_postinst
-}
diff --git a/media-sound/cmusfm/cmusfm-0.3.1.ebuild b/media-sound/cmusfm/cmusfm-0.3.1.ebuild
deleted file mode 100644
index 841a36a0b07..00000000000
--- a/media-sound/cmusfm/cmusfm-0.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools readme.gentoo-r1
-
-DESCRIPTION="Last.fm scrobbler for cmus music player"
-HOMEPAGE="https://github.com/Arkq/cmusfm"
-SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-CDEPEND="net-misc/curl
- dev-libs/openssl:0=
- libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
-RDEPEND="${CDEPEND}
- media-sound/cmus"
-
-src_prepare() {
- default
- eautoreconf
- DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time."
-}
-
-src_configure() {
- econf $(use_enable libnotify)
-}
-
-src_install() {
- default
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_pkg_postinst
-}
next reply other threads:[~2020-11-14 15:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-14 15:06 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-10 6:19 [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/ Miroslav Šulc
2023-08-10 2:50 Sam James
2023-08-09 19:14 Sam James
2023-07-10 6:02 Miroslav Šulc
2023-06-03 3:23 Sam James
2021-09-24 6:45 Miroslav Šulc
2021-09-22 6:58 Agostino Sarubbo
2021-09-21 6:35 Agostino Sarubbo
2021-08-05 14:08 Sam James
2021-08-04 18:42 Agostino Sarubbo
2021-08-04 4:49 Miroslav Šulc
2021-06-19 8:24 Miroslav Šulc
2019-01-07 19:15 Lars Wendler
2018-05-05 20:51 Aaron Bauman
2017-06-20 12:37 Pacho Ramos
2016-08-22 2:46 Tim Harder
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=1605366263.325075722cfa0188eefd3d15181bb9f4bdae930f.soap@gentoo \
--to=soap@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