public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmetalink/
Date: Sun, 27 Jan 2019 19:46:12 +0000 (UTC)	[thread overview]
Message-ID: <1548618346.33e5d0192c52f25215fde0d2538cd1519a964b7a.pacho@gentoo> (raw)

commit:     33e5d0192c52f25215fde0d2538cd1519a964b7a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 19:27:56 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 19:45:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e5d019

media-libs/libmetalink: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-libs/libmetalink/Manifest                    |  1 -
 media-libs/libmetalink/libmetalink-0.1.0-r1.ebuild | 29 ----------------------
 media-libs/libmetalink/libmetalink-0.1.1.ebuild    | 27 --------------------
 3 files changed, 57 deletions(-)

diff --git a/media-libs/libmetalink/Manifest b/media-libs/libmetalink/Manifest
index 3632fa0ec4f..8f1c1a33e54 100644
--- a/media-libs/libmetalink/Manifest
+++ b/media-libs/libmetalink/Manifest
@@ -1,3 +1,2 @@
-DIST libmetalink-0.1.0.tar.bz2 324033 BLAKE2B 98325fe23d17e8e2a5e47305e83ef36535818274c43ff1d9b64ca3ff2157ccc04a1ff08ed1b6a5d16213fbe005d2901bcb99515c80e58711395b4ff83dac825b SHA512 50d6dd0a7def447261d44a586a2971b646f69d82e67e7c181c01a876e9177f164f3e9d67268dd0064b6b4ba9555ce2932eb9753e2d291f5263f5622af6e06bda
 DIST libmetalink-0.1.1.tar.bz2 324472 BLAKE2B 7ce82dd8954c96b31d15633995f5e1cad9e3aa56568241601e3f79c25e217a5ea3333df397bc2ed2e96ca790ae1e187d5ebe32113e11cd43f2ecbae9eb6cdf32 SHA512 9e9a2bf17b3696b199844703377cf6615bab44fd61b89be9afef579c21b0ac462f156719f60df9b8e7f7a9edb259d9bf461f20cd11ad9960d8376bf20e04f62c
 DIST libmetalink-0.1.3.tar.bz2 327482 BLAKE2B 08bf06323e38793a4ecdd3860236fe8a5b97a2deb6d91a63938197fbfc06e38fd6c8fc9968f6fcd883270339ddeba9821711ca3a8acdce5e096c167cec28c9ad SHA512 2c944a00f9460447ecf961685d7cfa80243fec7ad462dc2339fba0e944d0b92ff42bdf07032f2ee0695f0cd004e4c45bfe21e5246e1355a0d43756605894c632

diff --git a/media-libs/libmetalink/libmetalink-0.1.0-r1.ebuild b/media-libs/libmetalink/libmetalink-0.1.0-r1.ebuild
deleted file mode 100644
index aa4cd52b876..00000000000
--- a/media-libs/libmetalink/libmetalink-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit base
-
-DESCRIPTION="Library for handling Metalink files"
-HOMEPAGE="https://launchpad.net/libmetalink"
-SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86"
-IUSE="expat static-libs test xml"
-
-RDEPEND="expat? ( dev-libs/expat )
-	 xml? ( >=dev-libs/libxml2-2.6.24 )"
-DEPEND="${RDEPEND}
-	test? ( dev-util/cunit )"
-
-REQUIRED_USE="^^ ( expat xml )"
-
-src_configure() {
-	econf \
-		$(use_with expat libexpat) \
-		$(use_with xml libxml2) \
-		$(use_enable static-libs static)
-}

diff --git a/media-libs/libmetalink/libmetalink-0.1.1.ebuild b/media-libs/libmetalink/libmetalink-0.1.1.ebuild
deleted file mode 100644
index d0fc86dd457..00000000000
--- a/media-libs/libmetalink/libmetalink-0.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Library for handling Metalink files"
-HOMEPAGE="https://launchpad.net/libmetalink"
-SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86"
-IUSE="expat static-libs test xml"
-
-RDEPEND="expat? ( dev-libs/expat )
-	 xml? ( >=dev-libs/libxml2-2.6.24 )"
-DEPEND="${RDEPEND}
-	test? ( dev-util/cunit )"
-
-REQUIRED_USE="^^ ( expat xml )"
-
-src_configure() {
-	econf \
-		$(use_with expat libexpat) \
-		$(use_with xml libxml2) \
-		$(use_enable static-libs static)
-}


             reply	other threads:[~2019-01-27 19:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-27 19:46 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmetalink/ Sam James
2022-10-28 19:27 Sam James
2022-05-17 12:48 WANG Xuerui
2021-08-15 22:45 James Le Cuirot
2020-05-04  6:16 Mart Raudsepp
2020-05-03 16:25 Sergei Trofimovich
2019-12-02  9:59 Lars Wendler
2019-12-02  9:13 Lars Wendler
2019-05-05 17:03 Mikle Kolyada
2019-03-05 21:18 Sergei Trofimovich
2019-02-22 10:21 Mikle Kolyada
2019-02-19 21:15 Markus Meier
2019-02-15  1:37 Thomas Deutschmann
2019-02-02 21:17 Sergei Trofimovich
2018-03-28 20:55 Matt Turner
2017-06-26  8:37 Alexis Ballier
2015-08-27 19:58 Markos Chandras

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=1548618346.33e5d0192c52f25215fde0d2538cd1519a964b7a.pacho@gentoo \
    --to=pacho@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