* [gentoo-commits] repo/gentoo:master commit in: media-libs/quvi/
@ 2019-11-24 3:21 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-24 3:21 UTC (permalink / raw
To: gentoo-commits
commit: 33e6b1cd4c3be4bcdc035a5b1bcd67499ebdc2a7
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 03:06:09 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 03:21:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e6b1cd
media-libs/quvi: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/quvi/Manifest | 1 -
media-libs/quvi/quvi-0.2.19.ebuild | 39 --------------------------------------
2 files changed, 40 deletions(-)
diff --git a/media-libs/quvi/Manifest b/media-libs/quvi/Manifest
index bf586be8394..d6a1c399967 100644
--- a/media-libs/quvi/Manifest
+++ b/media-libs/quvi/Manifest
@@ -1,4 +1,3 @@
-DIST quvi-0.2.19.tar.xz 363120 BLAKE2B c1ae1fbfabe6e1cc63bc7518fe1100cb1481b77aa8e3f07f6673a840b281c7224d14d759821bc87e5b78552d3274ba284f9202e7459799a9bbdef650ccc3f4ae SHA512 a013f3ffcbb8a970148e7a2a40c6994600c6430f10f604df57884205f25cb1dbb56608d5a48b4b8b1c280230cef4c35db89fbb7678834fefee524e9ee4146ffb
DIST quvi-0.4.2.tar.xz 118756 BLAKE2B 4b00ef7ba8cc784177070c2146a42a827ec78ce08f3bdb7422ea18dc074d92410d0d6350acf03246648aea1c8e4253a20ba9fbd998e6023657474c60f79a01bc SHA512 a0cd26711123bd61e91534e510dd96fe290eb19eacaabe52c36b0064dee1ce410e80eddbe5995392e3769ae3c602b93b5132507a2d43d765e2b98e8488ea8f86
DIST quvi-0.9.4.tar.xz 315768 BLAKE2B 307fb6f45567f1fd5ab15cc0b110eda06404c8a165d93063bdeeac33c39a7fce631e8b73934d6b14d1cdd5488e6101ea2688f7a1ec70044005d3e69bf482ae63 SHA512 fcec2a95de1a93734803177b515f0578a0722950d145ac8a37c48864281152005190bb9c9a76473b94df9b74ca80a58363435e196106b15093f484e6d4a1316d
DIST quvi-0.9.5.tar.xz 316676 BLAKE2B f9d8aa9ffd1cc70b17c4ce77648bc46f178b5eb0faa238636bb702701d8a1f249fb3a56a0fa0f5840efcd53532609bdcc0010fd90163f4619746a196ab269267 SHA512 ef50160b7f2b6b8c9049eb995cb26da3100b10e7af8206d98d2e128cde300ceb05a24dded06d7d49c0e691fcc2de5a4c5c9e9f439d40ca52cd0a3a24330c6d79
diff --git a/media-libs/quvi/quvi-0.2.19.ebuild b/media-libs/quvi/quvi-0.2.19.ebuild
deleted file mode 100644
index e1ad2513f8c..00000000000
--- a/media-libs/quvi/quvi-0.2.19.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="examples test offensive static-libs"
-
-RDEPEND=">=net-misc/curl-7.18.0
- dev-lang/lua[deprecated]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# tests fetch data from live websites, so it's rather normal that they
-# will fail
-RESTRICT="test"
-
-src_configure() {
- econf \
- $(use_enable offensive nsfw) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc examples/*.{c,h}
- fi
-
- find "${D}" -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/quvi/
@ 2019-12-12 17:31 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-12-12 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 23df3582d7aa649b85b5545bbc4bf32b9698647a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 17:31:19 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:31:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23df3582
media-libs/quvi: Port to EAPI 7
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/quvi/quvi-0.9.5.ebuild | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/media-libs/quvi/quvi-0.9.5.ebuild b/media-libs/quvi/quvi-0.9.5.ebuild
index bed5ac447b8..fbeb2f5d6df 100644
--- a/media-libs/quvi/quvi-0.9.5.ebuild
+++ b/media-libs/quvi/quvi-0.9.5.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
+EAPI=7
-inherit autotools-utils
+inherit autotools
DESCRIPTION="A command line tool for parsing video download links"
HOMEPAGE="http://quvi.sourceforge.net/"
@@ -15,24 +14,29 @@ SLOT="0"
KEYWORDS="amd64 ~hppa ppc64 x86"
IUSE="json nls xml"
-RDEPEND=">=dev-libs/glib-2.24:2
- >=net-misc/curl-7.21.0
- >=media-libs/libquvi-0.9.2:=
- json? ( >=dev-libs/json-glib-0.12 )
+RDEPEND="
+ dev-libs/glib:2
+ net-misc/curl:=
+ media-libs/libquvi:=
+ json? ( dev-libs/json-glib:= )
nls? ( virtual/libintl )
- xml? ( >=dev-libs/libxml2-2.7.8:2 )"
-DEPEND="${RDEPEND}
+ xml? ( dev-libs/libxml2:2= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
app-arch/xz-utils
virtual/pkgconfig
nls? ( sys-devel/gettext )"
PATCHES=( "${FILESDIR}"/${PN}-0.9.1-automagic.patch )
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_configure() {
- local myeconfargs=(
- --with-manual
- $(use_enable json)
+ econf \
+ --with-manual \
+ $(use_enable json) \
$(use_enable xml)
- )
- autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/quvi/
@ 2019-12-12 17:33 Matt Turner
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2019-12-12 17:33 UTC (permalink / raw
To: gentoo-commits
commit: a5678659239416de73886d85cc3fa03585ae056c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 17:22:12 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:32:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5678659
media-libs/quvi-0.9.5: ppc stable
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/quvi/quvi-0.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/quvi/quvi-0.9.5.ebuild b/media-libs/quvi/quvi-0.9.5.ebuild
index fbeb2f5d6df..a5e505fb63d 100644
--- a/media-libs/quvi/quvi-0.9.5.ebuild
+++ b/media-libs/quvi/quvi-0.9.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
IUSE="json nls xml"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/quvi/
@ 2019-12-12 21:48 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-12-12 21:48 UTC (permalink / raw
To: gentoo-commits
commit: af45e3da9f511affd910eea61109dbd9f8bf5bf7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 21:48:03 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 21:48:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af45e3da
media-libs/quvi: Remove old
Closes: https://github.com/gentoo/gentoo/pull/13957
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/quvi/Manifest | 2 --
media-libs/quvi/quvi-0.4.2.ebuild | 24 ------------------------
media-libs/quvi/quvi-0.9.4.ebuild | 38 --------------------------------------
3 files changed, 64 deletions(-)
diff --git a/media-libs/quvi/Manifest b/media-libs/quvi/Manifest
index d6a1c399967..cedc9062a73 100644
--- a/media-libs/quvi/Manifest
+++ b/media-libs/quvi/Manifest
@@ -1,3 +1 @@
-DIST quvi-0.4.2.tar.xz 118756 BLAKE2B 4b00ef7ba8cc784177070c2146a42a827ec78ce08f3bdb7422ea18dc074d92410d0d6350acf03246648aea1c8e4253a20ba9fbd998e6023657474c60f79a01bc SHA512 a0cd26711123bd61e91534e510dd96fe290eb19eacaabe52c36b0064dee1ce410e80eddbe5995392e3769ae3c602b93b5132507a2d43d765e2b98e8488ea8f86
-DIST quvi-0.9.4.tar.xz 315768 BLAKE2B 307fb6f45567f1fd5ab15cc0b110eda06404c8a165d93063bdeeac33c39a7fce631e8b73934d6b14d1cdd5488e6101ea2688f7a1ec70044005d3e69bf482ae63 SHA512 fcec2a95de1a93734803177b515f0578a0722950d145ac8a37c48864281152005190bb9c9a76473b94df9b74ca80a58363435e196106b15093f484e6d4a1316d
DIST quvi-0.9.5.tar.xz 316676 BLAKE2B f9d8aa9ffd1cc70b17c4ce77648bc46f178b5eb0faa238636bb702701d8a1f249fb3a56a0fa0f5840efcd53532609bdcc0010fd90163f4619746a196ab269267 SHA512 ef50160b7f2b6b8c9049eb995cb26da3100b10e7af8206d98d2e128cde300ceb05a24dded06d7d49c0e691fcc2de5a4c5c9e9f439d40ca52cd0a3a24330c6d79
diff --git a/media-libs/quvi/quvi-0.4.2.ebuild b/media-libs/quvi/quvi-0.4.2.ebuild
deleted file mode 100644
index e2500960485..00000000000
--- a/media-libs/quvi/quvi-0.4.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A command line tool for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-misc/curl-7.18.2
- >=media-libs/libquvi-0.4.0"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --with-manual
-}
diff --git a/media-libs/quvi/quvi-0.9.4.ebuild b/media-libs/quvi/quvi-0.9.4.ebuild
deleted file mode 100644
index 37b11ccaf8f..00000000000
--- a/media-libs/quvi/quvi-0.9.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="A command line tool for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="json nls xml"
-
-RDEPEND=">=dev-libs/glib-2.24:2
- >=net-misc/curl-7.21.0
- >=media-libs/libquvi-0.9.2:=
- json? ( >=dev-libs/json-glib-0.12 )
- nls? ( virtual/libintl )
- xml? ( >=dev-libs/libxml2-2.7.8:2 )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-automagic.patch )
-
-src_configure() {
- local myeconfargs=(
- --with-manual
- $(use_enable json)
- $(use_enable xml)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-12 21:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-24 3:21 [gentoo-commits] repo/gentoo:master commit in: media-libs/quvi/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2019-12-12 17:31 David Seifert
2019-12-12 17:33 Matt Turner
2019-12-12 21:48 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox