summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-06 05:42:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-06 05:42:04 +0000
commit2c4491401d324c82e6852def9e88ea5c75b1d72b (patch)
tree880382045485d9326d95dda08480cd5450a20a56 /www-client
parentDrop 32bit/64bit ABI overrides since we already handle these things ourselves... (diff)
downloadgentoo-2-2c4491401d324c82e6852def9e88ea5c75b1d72b.tar.gz
gentoo-2-2c4491401d324c82e6852def9e88ea5c75b1d72b.tar.bz2
gentoo-2-2c4491401d324c82e6852def9e88ea5c75b1d72b.zip
old, none of these build anymore due to recent bumps in revdeps
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/uget/ChangeLog7
-rw-r--r--www-client/uget/files/uget-1.7.0-as-needed.patch36
-rw-r--r--www-client/uget/uget-1.7.0.ebuild64
-rw-r--r--www-client/uget/uget-1.7.3.ebuild74
-rw-r--r--www-client/uget/uget-1.7.4.ebuild74
-rw-r--r--www-client/uget/uget-1.7.6.ebuild74
6 files changed, 6 insertions, 323 deletions
diff --git a/www-client/uget/ChangeLog b/www-client/uget/ChangeLog
index a8d200454a3a..cbab8e917aba 100644
--- a/www-client/uget/ChangeLog
+++ b/www-client/uget/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/uget
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.31 2012/05/03 06:01:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.32 2012/09/06 05:42:03 ssuominen Exp $
+
+ 06 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -uget-1.7.0.ebuild,
+ -files/uget-1.7.0-as-needed.patch, -uget-1.7.3.ebuild, -uget-1.7.4.ebuild,
+ -uget-1.7.6.ebuild:
+ old
03 May 2012; Jeff Horelick <jdhore@gentoo.org> uget-1.7.0.ebuild,
uget-1.7.3.ebuild, uget-1.7.4.ebuild, uget-1.7.6.ebuild, uget-1.8.0.ebuild,
diff --git a/www-client/uget/files/uget-1.7.0-as-needed.patch b/www-client/uget/files/uget-1.7.0-as-needed.patch
deleted file mode 100644
index ec193c63b49d..000000000000
--- a/www-client/uget/files/uget-1.7.0-as-needed.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- uget-1.7.0-orig//tests/Makefile.am
-+++ uget-1.7.0/tests/Makefile.am
-@@ -4,7 +4,8 @@
- # set the include path found by configure
- AM_CPPFLAGS = -I$(top_srcdir)/uglib -I$(top_srcdir)/tests
- AM_CFLAGS = @LFS_CFLAGS@ @GLIB_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @GMODULE_CFLAGS@ @CURL_CFLAGS@ @LIBPWMD_CFLAGS@
--AM_LDFLAGS = @LFS_LDFLAGS@ @GLIB_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @GMODULE_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
-+AM_LDFLAGS = @LFS_LDFLAGS@
-+LIBS = @GLIB_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @GMODULE_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
-
- test_download_LDADD = $(top_builddir)/uglib/libuglib.a
- test_download_SOURCES = test-download.c
---- uget-1.7.0-orig//uget-cmd/Makefile.am
-+++ uget-1.7.0/uget-cmd/Makefile.am
-@@ -3,7 +3,8 @@
- # set the include path found by configure
- uget_cmd_CPPFLAGS = -DDATADIR='"$(datadir)"' -I$(top_srcdir)/uglib -I$(top_srcdir)/uget-cmd
- uget_cmd_CFLAGS = @LFS_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @CURL_CFLAGS@ @LIBPWMD_CFLAGS@
--uget_cmd_LDFLAGS = @LFS_LDFLAGS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
-+uget_cmd_LDFLAGS = @LFS_LDFLAGS@
-+LIBS = @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
- uget_cmd_LDADD = $(top_builddir)/uglib/libuglib.a
-
- uget_cmd_SOURCES = \
---- uget-1.7.0-orig//uget-gtk/Makefile.am
-+++ uget-1.7.0/uget-gtk/Makefile.am
-@@ -5,7 +5,8 @@
- # set the include path found by configure
- uget_gtk_CPPFLAGS = -DDATADIR='"$(datadir)"' -I$(top_srcdir)/uglib -I$(top_srcdir)/uget-gtk $(FOR_GTK3_CFLAGS)
- uget_gtk_CFLAGS = @LFS_CFLAGS@ @GTK_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @CURL_CFLAGS@ @LIBNOTIFY_CFLAGS@ @GSTREAMER_CFLAGS@ @LIBPWMD_CFLAGS@
--uget_gtk_LDFLAGS = @LFS_LDFLAGS@ @GTK_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
-+uget_gtk_LDFLAGS = @LFS_LDFLAGS@
-+LIBS = @GTK_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
- uget_gtk_LDADD = $(top_builddir)/uglib/libuglib.a
-
- uget_gtk_SOURCES = \
diff --git a/www-client/uget/uget-1.7.0.ebuild b/www-client/uget/uget-1.7.0.ebuild
deleted file mode 100644
index ce25686d3e5c..000000000000
--- a/www-client/uget/uget-1.7.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.0.ebuild,v 1.7 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI="2"
-
-inherit autotools base
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://urlget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="gstreamer hide-temp-files libnotify nls"
-
-RDEPEND="
- dev-libs/libpcre
- >=dev-libs/glib-2:2
- >=net-misc/curl-7.10
- >=x11-libs/gtk+-2.18:2
- gstreamer? ( media-libs/gstreamer )
- libnotify? ( x11-libs/libnotify )
- "
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- echo
- ewarn "Be warned that the configuration file has been split into smaller"
- ewarn "files in Uget >= 1.5.9 and Uget will not attempt to import your"
- ewarn "old settings."
- ewarn
- ewarn "In other words, you will lose your current download lists."
- echo
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/"${PN}"-1.7.0-as-needed.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable nls) \
- $(use_enable gstreamer) \
- $(use_enable hide-temp-files hidden) \
- $(use_enable libnotify notify) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # the build system forgets this :p
- dobin uget-cmd/uget-cmd || die "uget-cmd install failed"
-
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
diff --git a/www-client/uget/uget-1.7.3.ebuild b/www-client/uget/uget-1.7.3.ebuild
deleted file mode 100644
index ddf7166d2bb6..000000000000
--- a/www-client/uget/uget-1.7.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.3.ebuild,v 1.5 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI="4"
-
-inherit base
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://urlget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="aria2 +curl gstreamer hide-temp-files libnotify nls"
-
-REQUIRED_USE="|| ( aria2 curl )"
-
-RDEPEND="
- dev-libs/libpcre
- >=dev-libs/glib-2:2
- >=x11-libs/gtk+-2.18:2
- curl? ( >=net-misc/curl-7.10 )
- gstreamer? ( media-libs/gstreamer )
- libnotify? ( x11-libs/libnotify )
- "
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- echo
- ewarn "Be warned that the configuration file has been split into smaller"
- ewarn "files in Uget >= 1.5.9 and Uget will not attempt to import your"
- ewarn "old settings."
- ewarn
- ewarn "In other words, you will lose your current download lists."
- echo
-}
-
-src_configure() {
- econf $(use_enable nls) \
- $(use_enable curl plugin-curl) \
- $(use_enable aria2 plugin-aria2) \
- $(use_enable gstreamer) \
- $(use_enable hide-temp-files hidden) \
- $(use_enable libnotify notify) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # the build system forgets this :p
- dobin uget-cmd/uget-cmd || die "uget-cmd install failed"
-
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
-
-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
-}
diff --git a/www-client/uget/uget-1.7.4.ebuild b/www-client/uget/uget-1.7.4.ebuild
deleted file mode 100644
index a3d10febb77d..000000000000
--- a/www-client/uget/uget-1.7.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.4.ebuild,v 1.3 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI="4"
-
-inherit base
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://urlget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="aria2 +curl gstreamer hide-temp-files libnotify nls"
-
-REQUIRED_USE="|| ( aria2 curl )"
-
-RDEPEND="
- dev-libs/libpcre
- >=dev-libs/glib-2:2
- >=x11-libs/gtk+-2.18:2
- curl? ( >=net-misc/curl-7.10 )
- gstreamer? ( media-libs/gstreamer )
- libnotify? ( x11-libs/libnotify )
- "
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- echo
- ewarn "Be warned that the configuration file has been split into smaller"
- ewarn "files in Uget >= 1.5.9 and Uget will not attempt to import your"
- ewarn "old settings."
- ewarn
- ewarn "In other words, you will lose your current download lists."
- echo
-}
-
-src_configure() {
- econf $(use_enable nls) \
- $(use_enable curl plugin-curl) \
- $(use_enable aria2 plugin-aria2) \
- $(use_enable gstreamer) \
- $(use_enable hide-temp-files hidden) \
- $(use_enable libnotify notify) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # the build system forgets this :p
- dobin uget-cmd/uget-cmd || die "uget-cmd install failed"
-
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
-
-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
-}
diff --git a/www-client/uget/uget-1.7.6.ebuild b/www-client/uget/uget-1.7.6.ebuild
deleted file mode 100644
index 75d55c43933c..000000000000
--- a/www-client/uget/uget-1.7.6.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.6.ebuild,v 1.2 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI="4"
-
-inherit base
-
-DESCRIPTION="Download manager using gtk+ and libcurl"
-HOMEPAGE="http://urlget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="aria2 +curl gstreamer hide-temp-files libnotify nls"
-
-REQUIRED_USE="|| ( aria2 curl )"
-
-RDEPEND="
- dev-libs/libpcre
- >=dev-libs/glib-2:2
- >=x11-libs/gtk+-2.18:2
- curl? ( >=net-misc/curl-7.10 )
- gstreamer? ( media-libs/gstreamer )
- libnotify? ( x11-libs/libnotify )
- "
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- echo
- ewarn "Be warned that the configuration file has been split into smaller"
- ewarn "files in Uget >= 1.5.9 and Uget will not attempt to import your"
- ewarn "old settings."
- ewarn
- ewarn "In other words, you will lose your current download lists."
- echo
-}
-
-src_configure() {
- econf $(use_enable nls) \
- $(use_enable curl plugin-curl) \
- $(use_enable aria2 plugin-aria2) \
- $(use_enable gstreamer) \
- $(use_enable hide-temp-files hidden) \
- $(use_enable libnotify notify) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # the build system forgets this :p
- dobin uget-cmd/uget-cmd || die "uget-cmd install failed"
-
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
-
-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
-}