public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/
Date: Thu, 12 Dec 2019 21:48:21 +0000 (UTC)	[thread overview]
Message-ID: <1576187286.e88764ba6a2f9d049cf5bdd4824c9721e1f2a807.soap@gentoo> (raw)

commit:     e88764ba6a2f9d049cf5bdd4824c9721e1f2a807
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 21:48:06 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 21:48:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88764ba

media-libs/libquvi: Remove old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/libquvi/Manifest                |  2 --
 media-libs/libquvi/libquvi-0.4.1-r2.ebuild | 43 -----------------------------
 media-libs/libquvi/libquvi-0.4.1.ebuild    | 41 ----------------------------
 media-libs/libquvi/libquvi-0.9.3.ebuild    | 44 ------------------------------
 media-libs/libquvi/libquvi-0.9.4.ebuild    | 44 ------------------------------
 5 files changed, 174 deletions(-)

diff --git a/media-libs/libquvi/Manifest b/media-libs/libquvi/Manifest
index e340456d721..6fd3798cd6f 100644
--- a/media-libs/libquvi/Manifest
+++ b/media-libs/libquvi/Manifest
@@ -1,3 +1 @@
-DIST libquvi-0.4.1.tar.xz 262740 BLAKE2B 9479f894ddeec020a73d86d8899fd507c04827ee1a08fbf2456639afb209655a6359d94f6cd08549f447617db9be1f38f294a2088e2f010c478a5fb7dce3b8f7 SHA512 a16b144651a3c7d7cf0a6b8d111fe9822e3d37531f82a2406b9ae5c32fd401301e7a281081be81857c9146d0af2fb4b53026248b2cb49929b36480596a6724dd
-DIST libquvi-0.9.3.tar.xz 372012 BLAKE2B f97251a94338054ef8a40318b488912309663da6537fc7cba42f29c0d97c3c82fb52a53628fc2a47ae4ff1fc24e780b7fb29332621c5a0ea59ecd28abc2c6c2a SHA512 3d80ad117a1698dbef49bd510a0d5686fb7562a895f0ba1897a28dbad4237f0249d3db65f3a497f297ba3f4c6084dde71a95b4eb65990e7a063df9d51c34bf26
 DIST libquvi-0.9.4.tar.xz 373172 BLAKE2B ab351a74d7cb3a19d3ddad615a476f139f76d1e8bfe4b6b049384bb6833f36cc5c0d1e87044f1d408241a90a898a55d7747eb5eb9daa009af512c281bc15cb94 SHA512 287015e370e7b7f98f0f4c3717f5b044c8fcfb8b823c7988cd248e56b5fbbfa1a1aa421fbdafb38d727b79495267ccd4dead71587052117db53f29236268b651

diff --git a/media-libs/libquvi/libquvi-0.4.1-r2.ebuild b/media-libs/libquvi/libquvi-0.4.1-r2.ebuild
deleted file mode 100644
index 09c9c35ba3e..00000000000
--- a/media-libs/libquvi/libquvi-0.4.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils multilib-minimal
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0.4"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="examples static-libs"
-
-RDEPEND=">=net-misc/curl-7.36.0[${MULTILIB_USEDEP}]
-	!<media-libs/quvi-0.4.0
-	>=media-libs/libquvi-scripts-0.4.21-r1:0.4[${MULTILIB_USEDEP}]
-	>=dev-lang/lua-5.1.5-r3[deprecated,${MULTILIB_USEDEP}]
-	!=media-libs/libquvi-0.4*:0"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-multilib_src_configure() {
-	local myeconfargs=(
-		--without-manual
-	)
-	autotools-utils_src_configure
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	prune_libtool_files
-
-	if use examples ; then
-		docinto examples
-		dodoc examples/*.{c,h}
-	fi
-}

diff --git a/media-libs/libquvi/libquvi-0.4.1.ebuild b/media-libs/libquvi/libquvi-0.4.1.ebuild
deleted file mode 100644
index bee14917443..00000000000
--- a/media-libs/libquvi/libquvi-0.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="examples static-libs"
-
-RDEPEND=">=net-misc/curl-7.18.2
-	!<media-libs/quvi-0.4.0
-	>=media-libs/libquvi-scripts-0.4.0
-	>=dev-lang/lua-5.1[deprecated]"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-	local myeconfargs=(
-		--with-manual
-	)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-
-	if use examples ; then
-		docinto examples
-		dodoc examples/*.{c,h}
-	fi
-}

diff --git a/media-libs/libquvi/libquvi-0.9.3.ebuild b/media-libs/libquvi/libquvi-0.9.3.ebuild
deleted file mode 100644
index cea22c17c9d..00000000000
--- a/media-libs/libquvi/libquvi-0.9.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0/8" # subslot = libquvi soname version
-KEYWORDS="~amd64 ~x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="!<media-libs/quvi-0.4.0
-	>=dev-libs/glib-2.24.2:2
-	>=dev-libs/libgcrypt-1.4.5:0=
-	>=media-libs/libquvi-scripts-0.9
-	>=net-libs/libproxy-0.3.1
-	>=net-misc/curl-7.21.0
-	>=dev-lang/lua-5.1[deprecated]
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable nls)
-		--with-manual
-	)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-	use examples && dodoc -r examples
-}

diff --git a/media-libs/libquvi/libquvi-0.9.4.ebuild b/media-libs/libquvi/libquvi-0.9.4.ebuild
deleted file mode 100644
index 3022409cc33..00000000000
--- a/media-libs/libquvi/libquvi-0.9.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0/8" # subslot = libquvi soname version
-KEYWORDS="amd64 ~arm ~hppa x86"
-IUSE="examples nls static-libs"
-
-RDEPEND="!<media-libs/quvi-0.4.0
-	>=dev-libs/glib-2.24.2:2
-	>=dev-libs/libgcrypt-1.4.5:0=
-	>=media-libs/libquvi-scripts-0.9
-	>=net-libs/libproxy-0.3.1
-	>=net-misc/curl-7.21.0
-	>=dev-lang/lua-5.1[deprecated]
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable nls)
-		--with-manual
-	)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-	use examples && dodoc -r examples
-}


             reply	other threads:[~2019-12-12 21:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 21:48 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27 10:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/ Sam James
2023-05-27  9:52 Arthur Zamarin
2023-05-26 20:06 Arthur Zamarin
2023-05-26 14:38 Sam James
2023-04-07 10:45 Sam James
2022-12-29 18:31 Sam James
2021-01-27 18:35 Conrad Kostecki
2021-01-24  3:52 Sam James
2021-01-23 22:42 Sam James
2020-12-06 17:26 Pacho Ramos
2020-12-05 23:29 Conrad Kostecki
2020-04-17 16:24 Sergei Trofimovich
2020-02-16 20:24 David Seifert
2019-11-13  1:03 Aaron Bauman
2017-07-29 12:34 Alexis Ballier

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=1576187286.e88764ba6a2f9d049cf5bdd4824c9721e1f2a807.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