diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-17 17:52:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-17 17:52:13 +0000 |
commit | a084c2cada46bd9f5a9bfc0e37d3adabcfe13043 (patch) | |
tree | ef86142a8958813cae42fbe8c2ea6dd1dcfead28 /www-client/downman | |
parent | Stable on ppc. (diff) | |
download | historical-a084c2cada46bd9f5a9bfc0e37d3adabcfe13043.tar.gz historical-a084c2cada46bd9f5a9bfc0e37d3adabcfe13043.tar.bz2 historical-a084c2cada46bd9f5a9bfc0e37d3adabcfe13043.zip |
Moved from net-www/downman to www-client/downman.
Diffstat (limited to 'www-client/downman')
-rw-r--r-- | www-client/downman/ChangeLog | 44 | ||||
-rw-r--r-- | www-client/downman/Manifest | 6 | ||||
-rw-r--r-- | www-client/downman/downman-0.0.4.ebuild | 23 | ||||
-rw-r--r-- | www-client/downman/downman-0.0.5.ebuild | 30 | ||||
-rw-r--r-- | www-client/downman/files/0.0.5-gcc34.patch | 44 | ||||
-rw-r--r-- | www-client/downman/files/digest-downman-0.0.4 | 1 | ||||
-rw-r--r-- | www-client/downman/files/digest-downman-0.0.5 | 1 |
7 files changed, 149 insertions, 0 deletions
diff --git a/www-client/downman/ChangeLog b/www-client/downman/ChangeLog new file mode 100644 index 000000000000..d06ff7bab4fd --- /dev/null +++ b/www-client/downman/ChangeLog @@ -0,0 +1,44 @@ +# ChangeLog for net-www/downman +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/ChangeLog,v 1.1 2005/03/17 17:52:13 seemant Exp $ + +*downman-0.0.5 (17 Mar 2005) +*downman-0.0.4 (17 Mar 2005) + + 17 Mar 2005; Seemant Kulleen <seemant@gentoo.org> + +files/0.0.5-gcc34.patch, +downman-0.0.4.ebuild, +downman-0.0.5.ebuild: + Moved from net-www/downman to www-client/downman. + + 20 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> +files/0.0.5-gcc34.patch, + downman-0.0.5.ebuild: + added patch for gcc3.4. fixes #82528 + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + downman-0.0.4.ebuild, downman-0.0.5.ebuild: + Masked downman-0.0.5.ebuild stable for ppc + + 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + downman-0.0.4.ebuild: + Masked downman-0.0.4.ebuild stable for ppc + + 08 Jun 2004; Bryan Ăstergaard <kloeri@gentoo.org> downman-0.0.5.ebuild: + Stable on alpha. + + 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> downman-0.0.4.ebuild, + downman-0.0.5.ebuild: + Marked stable on amd64. + +*downman-0.0.5 (04 Jan 2004) + + 04 Jan 2004; Hanno Boeck <hanno@gentoo.org> downman-0.0.5.ebuild: + Version bump. + +*downman-0.0.4 (28 Oct 2003) + + 28 Oct 2003; Seemant Kulleen <seemant@gentoo.org> downman-0.0.4.ebuild: + download manager -- initial import. Ebuild thanks to: suka <suka@t0.or.at> in + bug #26199 + diff --git a/www-client/downman/Manifest b/www-client/downman/Manifest new file mode 100644 index 000000000000..d07e69bb5b3d --- /dev/null +++ b/www-client/downman/Manifest @@ -0,0 +1,6 @@ +MD5 16e9036fe5abc312d17fc3a876eac1ec downman-0.0.5.ebuild 796 +MD5 f362b6d499c5391c15634ff0a58fa0a1 downman-0.0.4.ebuild 711 +MD5 8cdb4419d7b38a0d52a05264d2bb3c40 ChangeLog 1266 +MD5 d8c0577adf02470a6535ac25fd5a48ea files/digest-downman-0.0.4 65 +MD5 5eb901a7966e529a4203e5476b37b614 files/digest-downman-0.0.5 65 +MD5 aa707c9bac84ee5c03190a1f073a9af9 files/0.0.5-gcc34.patch 1544 diff --git a/www-client/downman/downman-0.0.4.ebuild b/www-client/downman/downman-0.0.4.ebuild new file mode 100644 index 000000000000..971a0ef60986 --- /dev/null +++ b/www-client/downman/downman-0.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.4.ebuild,v 1.1 2005/03/17 17:52:13 seemant Exp $ + +inherit gnome2 + +DESCRIPTION="Download Manager (aka downman) is a suite of programs to download files" +HOMEPAGE="http://downman.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ppc ~sparc ~alpha amd64" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.0 + >=dev-libs/glib-2.0 + >=gnome-base/libgnome-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libglade-2.0 + >=dev-libs/libxml2-2.0" + +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS" diff --git a/www-client/downman/downman-0.0.5.ebuild b/www-client/downman/downman-0.0.5.ebuild new file mode 100644 index 000000000000..eac109b71072 --- /dev/null +++ b/www-client/downman/downman-0.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.5.ebuild,v 1.1 2005/03/17 17:52:13 seemant Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Download Manager (aka downman) is a suite of programs to download files" +HOMEPAGE="http://downman.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ppc ~sparc alpha amd64" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.0 + >=dev-libs/glib-2.0 + >=gnome-base/libgnome-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libglade-2.0 + >=dev-libs/libxml2-2.0" + +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PV}-gcc34.patch +} diff --git a/www-client/downman/files/0.0.5-gcc34.patch b/www-client/downman/files/0.0.5-gcc34.patch new file mode 100644 index 000000000000..951162573a7e --- /dev/null +++ b/www-client/downman/files/0.0.5-gcc34.patch @@ -0,0 +1,44 @@ +diff -uprN clients.orig/gnome/gdownman/gdownman.c clients/gnome/gdownman/gdownman.c +--- clients.orig/gnome/gdownman/gdownman.c 2005-02-20 13:28:00.682539288 +0100 ++++ clients/gnome/gdownman/gdownman.c 2005-02-20 13:32:41.778806160 +0100 +@@ -781,6 +781,7 @@ gdownman_select_matched (GtkWidget *call + break; + + default: ++ ; + } + + gtk_widget_destroy(dialog); +diff -uprN clients.orig/gnome/gdownman/new-project.c clients/gnome/gdownman/new-project.c +--- clients.orig/gnome/gdownman/new-project.c 2005-02-20 13:28:00.684538984 +0100 ++++ clients/gnome/gdownman/new-project.c 2005-02-20 13:35:32.724818416 +0100 +@@ -201,6 +201,7 @@ new_project_response_cb (GtkDialog *dial + break; + + default: ++ ; + } + + gtk_widget_destroy (GTK_WIDGET (dialog)); +diff -uprN clients.orig/gnome/gdownman/new-url.c clients/gnome/gdownman/new-url.c +--- clients.orig/gnome/gdownman/new-url.c 2005-02-20 13:28:00.682539288 +0100 ++++ clients/gnome/gdownman/new-url.c 2005-02-20 13:34:19.128006832 +0100 +@@ -227,6 +227,7 @@ new_url_response_cb (GtkDialog *dialog, + break; + + default: ++ ; + } + + gtk_widget_destroy (GTK_WIDGET (dialog)); +diff -uprN clients.orig/gnome/monitor/dmgmonitor.c clients/gnome/monitor/dmgmonitor.c +--- clients.orig/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:00.685538832 +0100 ++++ clients/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:08.049419352 +0100 +@@ -277,6 +277,7 @@ void dmgmonitor_download_new(GtkWidget * + break; + + default: ++ ; + } + + gtk_widget_destroy(dialog); diff --git a/www-client/downman/files/digest-downman-0.0.4 b/www-client/downman/files/digest-downman-0.0.4 new file mode 100644 index 000000000000..e968bc82a01b --- /dev/null +++ b/www-client/downman/files/digest-downman-0.0.4 @@ -0,0 +1 @@ +MD5 4c60ea7bc1375199a8dcbb937124680b downman-0.0.4.tar.gz 175517 diff --git a/www-client/downman/files/digest-downman-0.0.5 b/www-client/downman/files/digest-downman-0.0.5 new file mode 100644 index 000000000000..9f13cf4dad1f --- /dev/null +++ b/www-client/downman/files/digest-downman-0.0.5 @@ -0,0 +1 @@ +MD5 8b5a8b7e8fef0d5e7a8fc18c1ca86942 downman-0.0.5.tar.gz 179714 |