summaryrefslogtreecommitdiff
path: root/net-misc/gwget
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /net-misc/gwget
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'net-misc/gwget')
-rw-r--r--net-misc/gwget/Manifest5
-rw-r--r--net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch13
-rw-r--r--net-misc/gwget/files/gwget-1.0.4-libnotify-0.7.patch29
-rw-r--r--net-misc/gwget/gwget-1.0.4.ebuild53
-rw-r--r--net-misc/gwget/metadata.xml17
5 files changed, 0 insertions, 117 deletions
diff --git a/net-misc/gwget/Manifest b/net-misc/gwget/Manifest
deleted file mode 100644
index 73a744fd262a..000000000000
--- a/net-misc/gwget/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX gwget-1.0.4-glib-single-include.patch 362 BLAKE2B 21a9fdb143018f95f01dfcc24d5808500792f157b939d311ec5906c85774da3a341f901b4c3aa5a30ee3963251dabd8e176471c19616c837888f6b2e12f3677d SHA512 84bbe5d8f5f5add2a21623f8334d222e85b521dbcdc536833a327e35bd02a46726575b5fdab08939f233f2f744ef18fe66eb5f034dbbebdb73f5b18338e6938c
-AUX gwget-1.0.4-libnotify-0.7.patch 915 BLAKE2B 3d5a6cc23dae7dffde8ff0639847905b44f8d95af7c0373573f087622d4628ccdbfd3f24f27a37ae82bbea46a1d597a3d50150ce54b56bfdd026458dcf080354 SHA512 475ea6e694d95d80629eb1e9283ebcbd3d830af9083fa918fcd77588cb56f14b7f0c6d62fe279538a22c030e7bb12c9f122e7a98dc5b3ef79cfc000a1bf7baa1
-DIST gwget-1.0.4.tar.bz2 444843 BLAKE2B 8485aece30496c441d2ddc44dbbe08f17e698cc905ab465fc0b165a70a5ff264da3ef3773cea03ab3cd4e2f48b210d23507d7548549c5880e39d6e5bf955ecd5 SHA512 fab9d5eb4e6fd9d061a51848d7f4df9a44925ef8c74386753a7250c4d92b0c95419a8355acf83611c83838e87d906613659e146132a086ada0bdb69cc2ac13cd
-EBUILD gwget-1.0.4.ebuild 1119 BLAKE2B 2f1a81467b8725b9357bd2035357ebb430420792a8c1302995751d047e1f432b2fbd7ae462ef4f8bd861451a1aac3172f6b8f9c39ffbf19f0ea7e8c986ae679a SHA512 d57479967c3f153fa699ddfc425a86e7b3eb26d39176653ce064e67e2deb1a0d1c52381340266d43c4380551682bee123bd2dfea7be539c4e5c91971eca245fc
-MISC metadata.xml 1245 BLAKE2B d3808a239f373fa472c0993b9a59d0e3b464d096ed16ae7e42b71f0dc359bcf486ee8bb703269d2750703bf2a6a816d13b1721335823e4be9f5f5d753ea4c9a4 SHA512 5198416ddc65e2da2f2f883b955d51b78a8443e129c7fc9f40f0a5dc86f12e7b0f2ca1a2b29f827afe9e6507971876cf4f76db1aee4ce8bb08a83fa7a7987555
diff --git a/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch b/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch
deleted file mode 100644
index a5cf4ee995bc..000000000000
--- a/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gwget-1.0.4/src/gwget-application.h
-===================================================================
---- gwget-1.0.4.orig/src/gwget-application.h
-+++ gwget-1.0.4/src/gwget-application.h
-@@ -18,7 +18,7 @@
- #ifndef GWGET_APPLICATION_H
- #define GWGET_APPLICATION_H
-
--#include <glib/gerror.h>
-+#include <glib.h>
- #include <glib-object.h>
-
- G_BEGIN_DECLS
diff --git a/net-misc/gwget/files/gwget-1.0.4-libnotify-0.7.patch b/net-misc/gwget/files/gwget-1.0.4-libnotify-0.7.patch
deleted file mode 100644
index 8cecc197814b..000000000000
--- a/net-misc/gwget/files/gwget-1.0.4-libnotify-0.7.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/src/systray.c
-+++ b/src/systray.c
-@@ -6,6 +6,12 @@
- #include "systray.h"
- #include "main_window_cb.h"
-
-+#ifdef HAVE_NOTIFY
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+#endif
-+
- static GdkPixbuf *systray_load_icon (const gchar *filename);
- static GdkPixbuf *systray_pixbuf_new_from_file(const gchar *filename);
- static void systray_clicked(GtkStatusIcon *status_icon,guint button,guint activate_time,gpointer user_data);
-@@ -224,7 +230,12 @@
- if (!notify_is_initted ())
- if (!notify_init ("gwget"))
- return;
-- NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
-+ NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ );
-+#else
-+ ,NULL);
-+#endif
- notify_notification_show(notification,NULL);
- #endif
-
diff --git a/net-misc/gwget/gwget-1.0.4.ebuild b/net-misc/gwget/gwget-1.0.4.ebuild
deleted file mode 100644
index 1a843450cdef..000000000000
--- a/net-misc/gwget/gwget-1.0.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit gnome2
-
-DESCRIPTION="GTK2 WGet Frontend"
-HOMEPAGE="https://gnome.org/projects/gwget/"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="epiphany libnotify"
-
-# FIXME: dbus should be optional
-# needs patching for linguas/intltool
-RDEPEND="
- net-misc/wget
- >=x11-libs/gtk+-2.6:2
- >=dev-libs/glib-2.16.0:2
- >=gnome-base/gconf-2:2
- >=gnome-base/libgnomeui-2
- >=dev-libs/dbus-glib-0.70
- epiphany? ( >=www-client/epiphany-1.4 )
- libnotify? ( >=x11-libs/libnotify-0.2.2 )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.35.0
- >=sys-devel/gettext-0.10.4
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-libnotify-0.7.patch
- "${FILESDIR}"/${P}-glib-single-include.patch
-)
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable epiphany epiphany-extension) \
- $(use_enable libnotify) \
- --disable-static
-}
-
-src_install() {
- gnome2_src_install
-
- # remove /var/lib, which is created without any reason
- rm -rf "${D}"/var || die "rm failed"
-}
diff --git a/net-misc/gwget/metadata.xml b/net-misc/gwget/metadata.xml
deleted file mode 100644
index 25e77310cc10..000000000000
--- a/net-misc/gwget/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <longdescription>Gwget2 is a gtk2 front-end for the wget program. Wget is commonly used for retrieving files from the internet, and with an easy to use gtk2 interface, gwget2 brings the utility of wget to the GNOME desktop. Gwget2 supports drag and drop from most gtk2 compatible browsers, as well as the ability to pause and continue downloads over sessions.</longdescription>
- <longdescription lang="ja">
-Gwget2 は wget プログラムの GTK2 フロントエンドです。wget とはインターネットからファイルを回収するのに一般的に
-使われているもので、gwget2 はGNOME デスクトップへ wget ユーティリティを統合し、GTK2 インターフェイスで使い易くします。
-Gwget2 は GTK2 互換のブラウザからのドラッグ・アンド・ドロップ及びセッションを越えた停止と再開をサポートします。
-</longdescription>
- <use>
- <flag name="epiphany">Build epiphany extensions</flag>
- </use>
-</pkgmetadata>