public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/
Date: Thu, 20 Sep 2018 07:53:23 +0000 (UTC)	[thread overview]
Message-ID: <1537429996.ca4230a81e98dc69e9c6e64cf3ba3cde054e9a8f.zlogene@gentoo> (raw)

commit:     ca4230a81e98dc69e9c6e64cf3ba3cde054e9a8f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 07:51:59 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 07:53:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4230a8

media-libs/libmpdclient: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/libmpdclient/Manifest                 |  2 --
 media-libs/libmpdclient/libmpdclient-2.10.ebuild | 34 ------------------------
 media-libs/libmpdclient/libmpdclient-2.11.ebuild | 34 ------------------------
 3 files changed, 70 deletions(-)

diff --git a/media-libs/libmpdclient/Manifest b/media-libs/libmpdclient/Manifest
index b4d05d7e6f0..da0e250e2e2 100644
--- a/media-libs/libmpdclient/Manifest
+++ b/media-libs/libmpdclient/Manifest
@@ -1,5 +1,3 @@
-DIST libmpdclient-2.10.tar.xz 261792 BLAKE2B e8200d1a8db0370417924a92a83cd7c51d788d5c054decea8bd3b968d577f80cb63682017c3b52a6523bd4bcbf3c0d72c50ab6b48910d6456326237f3fe05e57 SHA512 f54fc3501643ece4eee2f63ddbf5f3d676f3843be0859f482d70cc142b6d9dfbdebd511ccc52a9c058a644e3b80c93a680e1de19f6f3ebfc46cb197f0ddddb5b
-DIST libmpdclient-2.11.tar.xz 274836 BLAKE2B 2a3cf2a5dddb6586edc9bf28752b8575dab51e37aa13aee138ef239ca741bba844c1ec6fdf09727f25be073b3909250bb22a34602a0bf8b0d61ab4bcf09a8566 SHA512 0503db31262acfb871578278d6526e12ee2ffbbe414425ab5ebac61f27da8ad4503d948b4d192421d301bd0a29b9b460f195e82a44608f984697a8aa47b2eb9b
 DIST libmpdclient-2.13.tar.xz 56964 BLAKE2B fdd393543ac3c15572a6f6d56ec0113dae301c90e852620ef4e17ac6bee1a26eb20580859ea59cb78d6ff7b5b9fc9e5374d407e017c35bf767a824fc7a6612df SHA512 a2aa4e1e4fcb4ab390a0a38e745e59a9764c40bfcd07d449fdc7fef7b0c5fc0c2e795ef545b6fa6d62c00861d306cab41ea43011510ad1e3a60603873a3c1b28
 DIST libmpdclient-2.14.tar.xz 58268 BLAKE2B 0152b34cc29e5c3c96136f00ea5ff3dc1d60f64ab6e8aab2b6ada0fa2d90742b32025be85e12703057a00014d72c035177de03345f9c16e151242a26eee9e314 SHA512 50bf27a739ca784d5f182cc90b24fad4dbc35752e455c1ce7c2fcda78342bac5480927af199c7f790feff136dc1fe16e4eb19803ba5760ec508ba65c9737e13a
 DIST libmpdclient-2.15.tar.xz 59212 BLAKE2B 35ca605681c98d1aa97fb9ef11b8a29244cab7ccb3d5743b5f7e49e4dc3ef28b8c14534ee793af4a76ea5dcb01487804d9f08d6ecaf6d7b80c5b37bf157408db SHA512 244b89f4976b62b41c95263479771162d9c059808aa143efc9fa0a092e110b9be98ce1ab2bb1ae100b15019df826b9a8e510e3819e3fd89f6d664deea3c6260a

diff --git a/media-libs/libmpdclient/libmpdclient-2.10.ebuild b/media-libs/libmpdclient/libmpdclient-2.10.ebuild
deleted file mode 100644
index 24f71b81096..00000000000
--- a/media-libs/libmpdclient/libmpdclient-2.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="https://www.musicpd.org"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="doc examples static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	default
-	sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable doc documentation)
-}
-
-src_install() {
-	default
-	use examples && dodoc src/example.c
-	use doc || rm -rf "${ED}"/usr/share/doc/${PF}/html
-	find "${ED}" -name "*.la" -exec rm -rf {} + || die "failed to delete .la files"
-}

diff --git a/media-libs/libmpdclient/libmpdclient-2.11.ebuild b/media-libs/libmpdclient/libmpdclient-2.11.ebuild
deleted file mode 100644
index da7c5d42255..00000000000
--- a/media-libs/libmpdclient/libmpdclient-2.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/libmpdclient"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	default
-	sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable doc documentation)
-}
-
-src_install() {
-	default
-	use examples && dodoc src/example.c
-	use doc || rm -rf "${ED}"/usr/share/doc/${PF}/html
-	find "${ED}" -name "*.la" -exec rm -rf {} + || die "failed to delete .la files"
-}


             reply	other threads:[~2018-09-20  7:53 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-20  7:53 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 11:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/ Miroslav Šulc
2024-02-28  2:32 Ionen Wolkens
2024-02-12 16:27 Sam James
2024-02-12 10:22 Sam James
2024-02-12 10:12 Sam James
2024-02-12 10:12 Sam James
2023-12-23  9:41 Miroslav Šulc
2023-12-21  9:29 Miroslav Šulc
2022-08-03 10:35 Arthur Zamarin
2022-02-15  5:13 Matt Turner
2021-12-25 18:09 Miroslav Šulc
2021-12-25 18:01 Arthur Zamarin
2021-12-25 10:25 Sam James
2021-12-25 10:25 Sam James
2021-12-25  9:51 Jakov Smolić
2021-12-25  9:51 Jakov Smolić
2021-11-24  8:14 Miroslav Šulc
2021-09-02 10:04 Yixun Lan
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:11 Agostino Sarubbo
2020-10-12  6:59 Agostino Sarubbo
2020-10-12  6:58 Agostino Sarubbo
2020-10-11 15:39 Sam James
2020-08-22 16:06 Andreas Sturmlechner
2019-05-13 21:00 Pacho Ramos
2019-05-13  0:38 Thomas Deutschmann
2019-05-06 18:04 Tobias Klausmann
2019-04-08 18:55 Mikle Kolyada
2019-04-08  1:18 Aaron Bauman
2018-10-13  8:19 Mikle Kolyada
2018-09-20  7:53 Mikle Kolyada
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-14 10:18 Tobias Klausmann
2018-09-03 12:31 Mikle Kolyada
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:22 Sergei Trofimovich
2018-09-01 17:55 Thomas Deutschmann
2018-08-30  9:05 Mikle Kolyada
2018-08-30  8:32 Mikle Kolyada
2018-08-30  8:30 Mikle Kolyada
2017-08-24 22:28 Tim Harder
2017-04-26  5:40 Tim Harder
2015-10-17 10:55 Markus Meier
2015-09-27  5:25 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo

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=1537429996.ca4230a81e98dc69e9c6e64cf3ba3cde054e9a8f.zlogene@gentoo \
    --to=zlogene@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