* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2016-08-07 6:52 Pacho Ramos
0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2016-08-07 6:52 UTC (permalink / raw
To: gentoo-commits
commit: a9bf114c1c41fd85726d5d5e07ffebfe5630ad9c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 06:45:58 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 06:45:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bf114c
www-client/uget: Cleanup per bug #269977
Package-Manager: portage-2.3.0
www-client/uget/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www-client/uget/metadata.xml b/www-client/uget/metadata.xml
index 1e504a2..07f0248 100644
--- a/www-client/uget/metadata.xml
+++ b/www-client/uget/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>wired@gentoo.org</email>
- <name>Alex Alexander</name>
- </maintainer>
<longdescription lang="en">
Uget is a download manager. It allows you to classify URLs before downloading
them, and allows you to import URLs from HTML files. Every category has an
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2016-10-30 20:05 Sven Wegener
0 siblings, 0 replies; 20+ messages in thread
From: Sven Wegener @ 2016-10-30 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 738bef301fc283e87ed7ee308349ea20fc5e2724
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 3 11:17:08 2016 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738bef30
www-client/uget: Update SourceForge GIT URLs
Package-Manager: portage-2.3.0
www-client/uget/uget-1.10.3-r1.ebuild | 4 ++--
www-client/uget/uget-1.10.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-client/uget/uget-1.10.3-r1.ebuild b/www-client/uget/uget-1.10.3-r1.ebuild
index 818b61e..73d1f5b 100644
--- a/www-client/uget/uget-1.10.3-r1.ebuild
+++ b/www-client/uget/uget-1.10.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-2
KEYWORDS=""
SRC_URI=""
- EGIT_REPO_URI="git://urlget.git.sourceforge.net/gitroot/urlget/uget"
+ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget"
else
KEYWORDS="~amd64 ~arm ~ppc ~x86"
SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
diff --git a/www-client/uget/uget-1.10.3.ebuild b/www-client/uget/uget-1.10.3.ebuild
index f8c30ac..7e8acd9 100644
--- a/www-client/uget/uget-1.10.3.ebuild
+++ b/www-client/uget/uget-1.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then
inherit autotools git-2
KEYWORDS=""
SRC_URI=""
- EGIT_REPO_URI="git://urlget.git.sourceforge.net/gitroot/urlget/uget"
+ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget"
else
KEYWORDS="amd64 ppc x86"
SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-01-05 22:02 Ulrich Müller
0 siblings, 0 replies; 20+ messages in thread
From: Ulrich Müller @ 2018-01-05 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 8f44d5ca366b253c5a8a73064b5fecbc2da04bac
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 21:56:39 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 22:00:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f44d5ca
www-client/uget: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
www-client/uget/uget-1.10.4.ebuild | 9 ++-------
www-client/uget/uget-9999.ebuild | 9 ++-------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/www-client/uget/uget-1.10.4.ebuild b/www-client/uget/uget-1.10.4.ebuild
index a97936bffd3..2c275fa113b 100644
--- a/www-client/uget/uget-1.10.4.ebuild
+++ b/www-client/uget/uget-1.10.4.ebuild
@@ -1,16 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit autotools eutils
-LANGUAGES="linguas_ar linguas_be linguas_bn_BD linguas_cs linguas_da linguas_de
- linguas_es linguas_fr linguas_hu linguas_id linguas_it linguas_ka_GE linguas_pl
- linguas_pt_BR linguas_ru linguas_tr linguas_uk linguas_vi linguas_zh_CN
- linguas_zh_TW"
-
-IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls ${LANGUAGES}"
+IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls"
if [[ ${PV} == *9999* ]]; then
inherit git-2
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 7598c7b77c4..806352bda5a 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,16 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit autotools eutils
-LANGUAGES="linguas_ar linguas_be linguas_bn_BD linguas_cs linguas_da linguas_de
- linguas_es linguas_fr linguas_hu linguas_id linguas_it linguas_ka_GE linguas_pl
- linguas_pt_BR linguas_ru linguas_tr linguas_uk linguas_vi linguas_zh_CN
- linguas_zh_TW"
-
-IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls ${LANGUAGES}"
+IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls"
if [[ ${PV} == *9999* ]]; then
inherit git-2
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-02-09 20:54 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2018-02-09 20:54 UTC (permalink / raw
To: gentoo-commits
commit: ea7665a7165ea08e10e12740b9e680fb59b1ffcd
Author: Christian Segundo <chn2guevara <AT> gmail <DOT> com>
AuthorDate: Wed Feb 7 02:59:49 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 20:54:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7665a7
www-client/uget: version bump to 2.2.0
Closes: https://github.com/gentoo/gentoo/pull/7102
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: Christian Segundo <chn2guevara <AT> gmail.com>
www-client/uget/Manifest | 1 +
www-client/uget/metadata.xml | 13 +++++++-
www-client/uget/uget-2.2.0.ebuild | 62 +++++++++++++++++++++++++++++++++++++++
3 files changed, 75 insertions(+), 1 deletion(-)
diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index 2809072a29a..57e25959dc5 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -1,3 +1,4 @@
DIST uget-1.10.3.tar.gz 484395 BLAKE2B 53ef428559cae0d8a924c3ac75bec874cd39de0034e105dc34e9848c56906bc0f75482b023181a3567d17e82a92b128613b55b94e41a2f87a6bcb039c18151a3 SHA512 c939832ad2b635e5b1d1e448bf075c13362e3f69f708e6669ad435f6467b258441d5adef34cea176082fa107865c2edd3ceb54c5b9074f0d71f94496e4995a34
DIST uget-1.10.4.tar.gz 576147 BLAKE2B 92c599d1ae23b6e457b08c457d1145856c1ba34ced958d1cd6b459a0878e07a91479dea5c1f5d5bf4af9cdcf29d98ca90ee6c26fa9e002bfbfd1df2a65f49a48 SHA512 013654ea6d06e8075bb216082dd85e7a4d1ed8510af4ecaf49c816dbf127f1adb157ca275a574f87900d7980cbe70e1e918fe54f0ceb4d0115da0ba07d4f2273
DIST uget-1.8.0.tar.gz 426031 BLAKE2B ad4b5f664d62c2259a236ee7df7b3880092d957e91584370a39ba546ecba431271a12c3ec3e005db39aacfa6e2b409279befcf83fb6134f004f0f7ef8fec0cac SHA512 c68c591b3c513c4829dfee735cbe8d4ee2c47aed0c5962002de9462c6c12b731e51756785e834aadaef1cb47182b9e560dd836d2e4861f053ec1f2f447c2c68d
+DIST uget-2.2.0.tar.gz 997012 BLAKE2B 4b6207edbb3e5871c5a8d179856920fa5985e65d9655c0d42e7ff9f1d34dfd6489bb1b75615e12432b5d5bbadb3be503bb605eb5256ba3566465ef4e07559466 SHA512 c3e7f0b7cc31df9d1a6c3717f65ad9b14c9e60acb756997b6f6b94f464257c7fb120be5e15bd1d871b89f6485160fb095bd120fb27abc81bd0ee29e57edde468
diff --git a/www-client/uget/metadata.xml b/www-client/uget/metadata.xml
index 07f024846f8..de4e8c07850 100644
--- a/www-client/uget/metadata.xml
+++ b/www-client/uget/metadata.xml
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>chn2guevara@gmail.com</email>
+ <name>Christian Segundo</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<longdescription lang="en">
Uget is a download manager. It allows you to classify URLs before downloading
them, and allows you to import URLs from HTML files. Every category has an
@@ -10,8 +18,11 @@
<use>
<flag name="aria2">Enable support for <pkg>net-misc/aria2</pkg> through xmlrpc.
You'll find the plugin in the app's settings.</flag>
- <flag name="hide-temp-files">Make temporary files that are used while downloading hidden.</flag>
+ <flag name="control-socket">Enable JSON-RPC over unix domain socket</flag>
<flag name="gtk3">Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2</flag>
+ <flag name="hide-temp-files">Make temporary files that are used while downloading hidden.</flag>
+ <flag name="openssl">Use <pkg>dev-libs/openssl</pkg> instead of <pkg>net-libs/gnutls</pkg></flag>
+ <flag name="rss">Enable uGet feed messages</flag>
</use>
<upstream>
<remote-id type="sourceforge">urlget</remote-id>
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
new file mode 100644
index 00000000000..de8df075331
--- /dev/null
+++ b/www-client/uget/uget-2.2.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Download manager using gtk+ and libcurl"
+HOMEPAGE="http://www.ugetdm.com"
+SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+REQUIRED_USE="^^ ( gnutls openssl )"
+
+RDEPEND="
+ >=net-misc/curl-7.19.1
+ dev-libs/libpcre
+ >=dev-libs/glib-2.32:2
+ >=x11-libs/gtk+-3.4:3
+ gnutls? (
+ net-libs/gnutls
+ dev-libs/libgcrypt:0
+ )
+ aria2? ( net-misc/aria2[xmlrpc] )
+ ayatana? ( dev-libs/libappindicator:3 )
+ gstreamer? ( media-libs/gstreamer:1.0 )
+ libnotify? ( x11-libs/libnotify )
+ openssl? ( dev-libs/openssl:0 )
+ "
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+ sys-devel/gettext
+ "
+
+src_configure() {
+ local myconf=(
+ $(use_enable ayatana appindicator)
+ $(use_enable control-socket unix_socket)
+ $(use_enable gstreamer)
+ $(use_enable libnotify notify)
+ $(use_enable nls)
+ $(use_enable rss rss_notify)
+ $(use_with gnutls)
+ $(use_with openssl)
+ )
+
+ econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-02-17 14:26 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2018-02-17 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 393d01bbc10be5699d59aa498c6b38ac7997c58e
Author: Christian Segundo <chn2guevara <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 17:36:05 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:26:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393d01bb
www-client/uget: add wrongly deleted keyword.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7198
www-client/uget/uget-2.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
index de8df075331..1a5a0ce8eda 100644
--- a/www-client/uget/uget-2.2.0.ebuild
+++ b/www-client/uget/uget-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-02-17 14:26 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2018-02-17 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 7dc397856fd6b4352b301699cd8864dbf78f51c0
Author: Christian Segundo <chn2guevara <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 17:37:59 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:26:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc39785
www-client/uget: update to latest upstream changes.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
www-client/uget/uget-9999.ebuild | 95 ++++++++++++++++------------------------
1 file changed, 37 insertions(+), 58 deletions(-)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 806352bda5a..602b282b09d 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,88 +1,67 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
-inherit autotools eutils
-
-IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-2
- KEYWORDS=""
- SRC_URI=""
- EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget"
-else
- KEYWORDS="~amd64 ~arm ~ppc ~x86"
- SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-fi
+inherit gnome2-utils xdg-utils git-r3 autotools
DESCRIPTION="Download manager using gtk+ and libcurl"
HOMEPAGE="http://www.ugetdm.com"
+SRC_URI=""
+EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
-
-REQUIRED_USE="|| ( aria2 curl )"
+KEYWORDS=""
+IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
RDEPEND="
+ >=net-misc/curl-7.19.1
dev-libs/libpcre
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.4:3
- curl? ( >=net-misc/curl-7.10 )
- gnutls? ( net-libs/gnutls dev-libs/libgcrypt )
- gstreamer? ( media-libs/gstreamer:0.10 )
+ gnutls? (
+ net-libs/gnutls
+ dev-libs/libgcrypt:0
+ )
+ aria2? ( net-misc/aria2[xmlrpc] )
+ ayatana? ( dev-libs/libappindicator:3 )
+ gstreamer? ( media-libs/gstreamer:1.0 )
libnotify? ( x11-libs/libnotify )
"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
- sys-devel/gettext"
+ sys-devel/gettext
+ "
src_prepare() {
- if [[ ${PV} == *9999* ]]; then
- intltoolize || die "intltoolize failed"
- eautoreconf
- fi
-
- # fix LINGUAS not getting applied
- epatch "${FILESDIR}"/${PN}-1.10.4-linguas-fix.patch
+ eapply_user
+ eautoreconf
}
src_configure() {
- econf $(use_enable nls) \
- $(use_enable curl plugin-curl) \
- $(use_enable aria2 plugin-aria2) \
- $(use_with gnutls) \
- $(use_enable gstreamer) \
- $(use_enable hide-temp-files hidden) \
- $(use_enable libnotify notify)
+ local myconf=(
+ $(use_enable ayatana appindicator)
+ $(use_enable control-socket unix_socket)
+ $(use_enable gstreamer)
+ $(use_enable libnotify notify)
+ $(use_enable nls)
+ $(use_enable rss rss_notify)
+ $(use_with gnutls)
+ $(use_with openssl)
+ --disable-pwmd
+ )
+
+ econf "${myconf[@]}"
}
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # the build system forgets this :p
- dobin uget-cmd/uget-cmd
-
- if [[ ${PV} == *9999* ]]; then
- dodoc AUTHORS ChangeLog README
- else
- dodoc AUTHORS ChangeLog NEWS README
- fi
+pkg_postinst() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
}
-pkg_postinst() {
- if use aria2; then
- echo
- elog "You've enabled the aria2 USE flag, so the aria2 plug-in has been"
- elog "built. This allows you to control a local or remote instance of aria2"
- elog "through xmlrpc. To use aria2 locally you have to emerge"
- elog "net-misc/aria2 with the xmlrpc USE enabled manually."
- echo
- fi
+pkg_postrm() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-04-25 11:48 Aaron Bauman
0 siblings, 0 replies; 20+ messages in thread
From: Aaron Bauman @ 2018-04-25 11:48 UTC (permalink / raw
To: gentoo-commits
commit: ff4c35b19e0a245f2ef2069e2008ee634caf27cf
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 11:46:56 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 11:48:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4c35b1
www-client/uget: amd64 stable wrt bug #651086
Bug: https://bugs.gentoo.org/651086
Package-Manager: Portage-2.3.31, Repoman-2.3.9
www-client/uget/uget-2.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
index 1a5a0ce8eda..08bfb881dad 100644
--- a/www-client/uget/uget-2.2.0.ebuild
+++ b/www-client/uget/uget-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-04-25 19:27 Thomas Deutschmann
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Deutschmann @ 2018-04-25 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 298b26a98a0c9abee64cc9102717ef153d7c3dae
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 18:55:13 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 19:23:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298b26a9
www-client/uget: x86 stable (bug #651086)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
www-client/uget/uget-2.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
index 08bfb881dad..bdc8c19e2f0 100644
--- a/www-client/uget/uget-2.2.0.ebuild
+++ b/www-client/uget/uget-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2018-08-21 8:31 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2018-08-21 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 2f57fbed11b2771fa976388073ca404cee1074ba
Author: Christian Segundo <chn2guevara <AT> gmail <DOT> com>
AuthorDate: Mon Aug 20 16:08:53 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 08:28:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f57fbed
www-client/uget: version bump to 2.2.1.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9639
www-client/uget/Manifest | 1 +
www-client/uget/uget-2.2.1.ebuild | 62 +++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index 12b307ee7f8..edf2b1b0726 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -1 +1,2 @@
DIST uget-2.2.0.tar.gz 997012 BLAKE2B 4b6207edbb3e5871c5a8d179856920fa5985e65d9655c0d42e7ff9f1d34dfd6489bb1b75615e12432b5d5bbadb3be503bb605eb5256ba3566465ef4e07559466 SHA512 c3e7f0b7cc31df9d1a6c3717f65ad9b14c9e60acb756997b6f6b94f464257c7fb120be5e15bd1d871b89f6485160fb095bd120fb27abc81bd0ee29e57edde468
+DIST uget-2.2.1.tar.gz 1006697 BLAKE2B 2580cbcbe12d3001ada252a46358c4bc357fbe2ca4e3433e13ad95efb8e99d567a194db024eaf2ba58246a35937a5262be62aac4ee24272421f531dc72eeab20 SHA512 b76e5240e42cd0aa5bc47eb1a9cff0a0d8cdea87995455d72cf925923321f492200896ad904960e7f7462eb9655284f5b295b8a779b42223fe73a098a143576f
diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild
new file mode 100644
index 00000000000..1a5a0ce8eda
--- /dev/null
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Download manager using gtk+ and libcurl"
+HOMEPAGE="http://www.ugetdm.com"
+SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+REQUIRED_USE="^^ ( gnutls openssl )"
+
+RDEPEND="
+ >=net-misc/curl-7.19.1
+ dev-libs/libpcre
+ >=dev-libs/glib-2.32:2
+ >=x11-libs/gtk+-3.4:3
+ gnutls? (
+ net-libs/gnutls
+ dev-libs/libgcrypt:0
+ )
+ aria2? ( net-misc/aria2[xmlrpc] )
+ ayatana? ( dev-libs/libappindicator:3 )
+ gstreamer? ( media-libs/gstreamer:1.0 )
+ libnotify? ( x11-libs/libnotify )
+ openssl? ( dev-libs/openssl:0 )
+ "
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+ sys-devel/gettext
+ "
+
+src_configure() {
+ local myconf=(
+ $(use_enable ayatana appindicator)
+ $(use_enable control-socket unix_socket)
+ $(use_enable gstreamer)
+ $(use_enable libnotify notify)
+ $(use_enable nls)
+ $(use_enable rss rss_notify)
+ $(use_with gnutls)
+ $(use_with openssl)
+ )
+
+ econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2020-05-01 17:57 Pacho Ramos
0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2020-05-01 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 57c2840e59103b04c0fc1646be76a7d7cea1c6f0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 17:51:45 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 1 17:57:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c2840e
www-client/uget: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
www-client/uget/uget-2.2.0.ebuild | 8 ++++----
www-client/uget/uget-2.2.1.ebuild | 8 ++++----
www-client/uget/uget-9999.ebuild | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
index bdc8c19e2f0..94ef4493b3b 100644
--- a/www-client/uget/uget-2.2.0.ebuild
+++ b/www-client/uget/uget-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
RDEPEND="
@@ -25,7 +25,7 @@ RDEPEND="
dev-libs/libgcrypt:0
)
aria2? ( net-misc/aria2[xmlrpc] )
- ayatana? ( dev-libs/libappindicator:3 )
+ appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
libnotify? ( x11-libs/libnotify )
openssl? ( dev-libs/openssl:0 )
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
src_configure() {
local myconf=(
- $(use_enable ayatana appindicator)
+ $(use_enable appindicator)
$(use_enable control-socket unix_socket)
$(use_enable gstreamer)
$(use_enable libnotify notify)
diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild
index 1a5a0ce8eda..3608bf8baca 100644
--- a/www-client/uget/uget-2.2.1.ebuild
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
RDEPEND="
@@ -25,7 +25,7 @@ RDEPEND="
dev-libs/libgcrypt:0
)
aria2? ( net-misc/aria2[xmlrpc] )
- ayatana? ( dev-libs/libappindicator:3 )
+ appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
libnotify? ( x11-libs/libnotify )
openssl? ( dev-libs/openssl:0 )
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
src_configure() {
local myconf=(
- $(use_enable ayatana appindicator)
+ $(use_enable appindicator)
$(use_enable control-socket unix_socket)
$(use_enable gstreamer)
$(use_enable libnotify notify)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 602b282b09d..a713a776b89 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -13,7 +13,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
RDEPEND="
>=net-misc/curl-7.19.1
@@ -25,7 +25,7 @@ RDEPEND="
dev-libs/libgcrypt:0
)
aria2? ( net-misc/aria2[xmlrpc] )
- ayatana? ( dev-libs/libappindicator:3 )
+ appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
libnotify? ( x11-libs/libnotify )
"
@@ -42,7 +42,7 @@ src_prepare() {
src_configure() {
local myconf=(
- $(use_enable ayatana appindicator)
+ $(use_enable appindicator)
$(use_enable control-socket unix_socket)
$(use_enable gstreamer)
$(use_enable libnotify notify)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2020-12-28 12:43 David Seifert
0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2020-12-28 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 3e12336e466da295ad761f4c9c29418a44110376
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 12:42:59 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:42:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e12336e
www-client/uget: sync live ebuild
Closes: https://github.com/gentoo/gentoo/pull/18471
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-client/uget/uget-9999.ebuild | 31 +++++++++----------------------
1 file changed, 9 insertions(+), 22 deletions(-)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index a713a776b89..15ba6ecf8dd 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,24 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-inherit gnome2-utils xdg-utils git-r3 autotools
+inherit autotools git-r3 xdg
DESCRIPTION="Download manager using gtk+ and libcurl"
HOMEPAGE="http://www.ugetdm.com"
-SRC_URI=""
EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS=""
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
RDEPEND="
- >=net-misc/curl-7.19.1
+ dev-libs/glib:2
dev-libs/libpcre
- >=dev-libs/glib-2.32:2
+ net-misc/curl
>=x11-libs/gtk+-3.4:3
gnutls? (
net-libs/gnutls
@@ -27,16 +25,15 @@ RDEPEND="
aria2? ( net-misc/aria2[xmlrpc] )
appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
- libnotify? ( x11-libs/libnotify )
- "
-DEPEND="${RDEPEND}
+ libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/intltool
virtual/pkgconfig
- sys-devel/gettext
- "
+ sys-devel/gettext"
src_prepare() {
- eapply_user
+ default
eautoreconf
}
@@ -55,13 +52,3 @@ src_configure() {
econf "${myconf[@]}"
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2021-01-12 23:56 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-01-12 23:56 UTC (permalink / raw
To: gentoo-commits
commit: 3c13d3fe491ce9c9bd222283b64fe7246c0da302
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 23:56:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 23:56:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c13d3fe
www-client/uget: Stabilize 2.2.1 amd64, #763858
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/uget/uget-2.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild
index de91193f2cd..52fb947fdb1 100644
--- a/www-client/uget/uget-2.2.1.ebuild
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2021-01-13 9:18 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-01-13 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 72f0f97d14ebefa6d3cb1fa5c4236bee46437a9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 09:17:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 09:17:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f0f97d
www-client/uget: Stabilize 2.2.1 x86, #763858
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/uget/uget-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild
index 52fb947fdb1..186dcc7705e 100644
--- a/www-client/uget/uget-2.2.1.ebuild
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2021-01-14 1:20 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-01-14 1:20 UTC (permalink / raw
To: gentoo-commits
commit: 48a6e31d54ec804d42cc86dd63a7b8fe1a56408f
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Jan 13 12:49:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 01:20:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a6e31d
www-client/uget: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19051
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/uget/Manifest | 1 -
www-client/uget/uget-2.2.0.ebuild | 62 ---------------------------------------
2 files changed, 63 deletions(-)
diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index edf2b1b0726..c990ac19d54 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -1,2 +1 @@
-DIST uget-2.2.0.tar.gz 997012 BLAKE2B 4b6207edbb3e5871c5a8d179856920fa5985e65d9655c0d42e7ff9f1d34dfd6489bb1b75615e12432b5d5bbadb3be503bb605eb5256ba3566465ef4e07559466 SHA512 c3e7f0b7cc31df9d1a6c3717f65ad9b14c9e60acb756997b6f6b94f464257c7fb120be5e15bd1d871b89f6485160fb095bd120fb27abc81bd0ee29e57edde468
DIST uget-2.2.1.tar.gz 1006697 BLAKE2B 2580cbcbe12d3001ada252a46358c4bc357fbe2ca4e3433e13ad95efb8e99d567a194db024eaf2ba58246a35937a5262be62aac4ee24272421f531dc72eeab20 SHA512 b76e5240e42cd0aa5bc47eb1a9cff0a0d8cdea87995455d72cf925923321f492200896ad904960e7f7462eb9655284f5b295b8a779b42223fe73a098a143576f
diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild
deleted file mode 100644
index 94ef4493b3b..00000000000
--- a/www-client/uget/uget-2.2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://www.ugetdm.com"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
-REQUIRED_USE="^^ ( gnutls openssl )"
-
-RDEPEND="
- >=net-misc/curl-7.19.1
- dev-libs/libpcre
- >=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3.4:3
- gnutls? (
- net-libs/gnutls
- dev-libs/libgcrypt:0
- )
- aria2? ( net-misc/aria2[xmlrpc] )
- appindicator? ( dev-libs/libappindicator:3 )
- gstreamer? ( media-libs/gstreamer:1.0 )
- libnotify? ( x11-libs/libnotify )
- openssl? ( dev-libs/openssl:0 )
- "
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- "
-
-src_configure() {
- local myconf=(
- $(use_enable appindicator)
- $(use_enable control-socket unix_socket)
- $(use_enable gstreamer)
- $(use_enable libnotify notify)
- $(use_enable nls)
- $(use_enable rss rss_notify)
- $(use_with gnutls)
- $(use_with openssl)
- )
-
- econf "${myconf[@]}"
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 4767a2b74ad017495b6ed2e05b9e9fa65a087576
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:01:58 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:01:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767a2b7
www-client/uget: add missing openssl dep
Already in non-live ebuild.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-client/uget/uget-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 15ba6ecf8dd..107388398e4 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
+REQUIRED_USE="^^ ( gnutls openssl )"
RDEPEND="
dev-libs/glib:2
@@ -25,6 +26,7 @@ RDEPEND="
aria2? ( net-misc/aria2[xmlrpc] )
appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
+ openssl? ( dev-libs/openssl:= )
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"
BDEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2021-06-22 18:19 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-06-22 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 842b88a75314e3aa5ae69b064d84564668e472b1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 23:53:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:18:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b88a7
www-client/uget: use binding := for dev-libs/openssl
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.
Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/uget/{uget-2.2.1.ebuild => uget-2.2.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1-r1.ebuild
similarity index 97%
rename from www-client/uget/uget-2.2.1.ebuild
rename to www-client/uget/uget-2.2.1-r1.ebuild
index 186dcc7705e..7c472abd029 100644
--- a/www-client/uget/uget-2.2.1.ebuild
+++ b/www-client/uget/uget-2.2.1-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
libnotify? ( x11-libs/libnotify )
- openssl? ( dev-libs/openssl:0 )"
+ openssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/intltool
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2022-07-02 23:29 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-02 23:29 UTC (permalink / raw
To: gentoo-commits
commit: f7b84da011dbbce664d26fe42822ea01a87c60e3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 04:16:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 23:28:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b84da0
www-client/uget: Drop inactive proxied maintainer
No commits in nearly 4 years. No bugzilla activity in 3.5 years.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/26128
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/uget/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/www-client/uget/metadata.xml b/www-client/uget/metadata.xml
index ea8eeaf7ae24..bd00b3e427a8 100644
--- a/www-client/uget/metadata.xml
+++ b/www-client/uget/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>chn2guevara@gmail.com</email>
- <name>Christian Segundo</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
Uget is a download manager. It allows you to classify URLs before downloading
them, and allows you to import URLs from HTML files. Every category has an
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2023-03-02 13:54 Pacho Ramos
0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2023-03-02 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 17a67de2070b1d1d40ba1f66165c6890867d9a2e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 13:53:18 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 13:53:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a67de2
www-client/uget: Sync with latest changes
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
www-client/uget/uget-9999.ebuild | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 107388398e44..bd1d745b7b0e 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools git-r3 xdg
DESCRIPTION="Download manager using gtk+ and libcurl"
HOMEPAGE="http://www.ugetdm.com"
-EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
+EGIT_REPO_URI="https://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -24,16 +24,22 @@ RDEPEND="
dev-libs/libgcrypt:0
)
aria2? ( net-misc/aria2[xmlrpc] )
- appindicator? ( dev-libs/libappindicator:3 )
+ appindicator? ( dev-libs/libayatana-appindicator )
gstreamer? ( media-libs/gstreamer:1.0 )
openssl? ( dev-libs/openssl:= )
- libnotify? ( x11-libs/libnotify )"
+ libnotify? ( x11-libs/libnotify )
+"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"
+PATCHES=(
+ # https://github.com/ugetdm/uget/issues/49
+ "${FILESDIR}"/${PN}-2.2.1-ayatana.patch
+)
+
src_prepare() {
default
eautoreconf
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2023-04-28 14:37 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-04-28 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 25a4cc74e5b9e636e93b28f41856bdef9f1b97bf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:37:04 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:37:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a4cc74
www-client/uget: Stabilize 2.2.3 amd64, #905178
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-client/uget/uget-2.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/uget/uget-2.2.3.ebuild b/www-client/uget/uget-2.2.3.ebuild
index 4a2e0c3330e2..f71043aa302d 100644
--- a/www-client/uget/uget-2.2.3.ebuild
+++ b/www-client/uget/uget-2.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}-1.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
REQUIRED_USE="^^ ( gnutls openssl )"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
@ 2023-04-28 14:52 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-04-28 14:52 UTC (permalink / raw
To: gentoo-commits
commit: 978b4427bc03e76ac6b5e9018b3b0f5dcfb6dd4b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:51:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:51:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978b4427
www-client/uget: drop 2.2.1-r1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-client/uget/Manifest | 1 -
www-client/uget/uget-2.2.1-r1.ebuild | 53 ------------------------------------
2 files changed, 54 deletions(-)
diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index a33c3aa1c163..05c38d200c75 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -1,2 +1 @@
-DIST uget-2.2.1.tar.gz 1006697 BLAKE2B 2580cbcbe12d3001ada252a46358c4bc357fbe2ca4e3433e13ad95efb8e99d567a194db024eaf2ba58246a35937a5262be62aac4ee24272421f531dc72eeab20 SHA512 b76e5240e42cd0aa5bc47eb1a9cff0a0d8cdea87995455d72cf925923321f492200896ad904960e7f7462eb9655284f5b295b8a779b42223fe73a098a143576f
DIST uget-2.2.3-1.tar.gz 1003976 BLAKE2B 1b599c9c5ba4cb5929c211c35382b9dbc6940e52bc995f150632dfc52f1429d26e15d330f53d1da9bd1ef296368cf3877673ee3fb5ab3f33d5ded4cf86b7b3d2 SHA512 a2359200486c60a79d53083f25c627d70f969880765e5c38897e7d35e94540c59e45f294dc10b0863ae812c449d232ad230cae90bb5e0ebded9bcabf2b4b7725
diff --git a/www-client/uget/uget-2.2.1-r1.ebuild b/www-client/uget/uget-2.2.1-r1.ebuild
deleted file mode 100644
index 7c472abd0299..000000000000
--- a/www-client/uget/uget-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://www.ugetdm.com"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
-REQUIRED_USE="^^ ( gnutls openssl )"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/libpcre
- net-misc/curl
- >=x11-libs/gtk+-3.4:3
- gnutls? (
- net-libs/gnutls
- dev-libs/libgcrypt:0
- )
- aria2? ( net-misc/aria2[xmlrpc] )
- appindicator? ( dev-libs/libappindicator:3 )
- gstreamer? ( media-libs/gstreamer:1.0 )
- libnotify? ( x11-libs/libnotify )
- openssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
-
-src_configure() {
- local myconf=(
- $(use_enable appindicator)
- $(use_enable control-socket unix_socket)
- $(use_enable gstreamer)
- $(use_enable libnotify notify)
- $(use_enable nls)
- $(use_enable rss rss_notify)
- $(use_with gnutls)
- $(use_with openssl)
- )
-
- econf "${myconf[@]}"
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2023-04-28 14:52 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-17 14:26 [gentoo-commits] repo/gentoo:master commit in: www-client/uget/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-04-28 14:52 Arthur Zamarin
2023-04-28 14:37 Arthur Zamarin
2023-03-02 13:54 Pacho Ramos
2022-07-02 23:29 Sam James
2021-06-22 18:19 Sam James
2021-05-29 19:03 David Seifert
2021-01-14 1:20 Sam James
2021-01-13 9:18 Sam James
2021-01-12 23:56 Sam James
2020-12-28 12:43 David Seifert
2020-05-01 17:57 Pacho Ramos
2018-08-21 8:31 Patrice Clement
2018-04-25 19:27 Thomas Deutschmann
2018-04-25 11:48 Aaron Bauman
2018-02-17 14:26 Patrice Clement
2018-02-09 20:54 Michał Górny
2018-01-05 22:02 Ulrich Müller
2016-10-30 20:05 Sven Wegener
2016-08-07 6:52 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox