summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-14 18:37:06 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-14 18:37:06 +0000
commitc1893f16f276047785ebbe0f31177940fec2431f (patch)
tree29bc252f7ecdedb7f28a5b17c9298300d8e9d0ea /net-misc
parentstable ppc, bug 330541 (diff)
downloadgentoo-2-c1893f16f276047785ebbe0f31177940fec2431f.tar.gz
gentoo-2-c1893f16f276047785ebbe0f31177940fec2431f.tar.bz2
gentoo-2-c1893f16f276047785ebbe0f31177940fec2431f.zip
Clean up old revisions.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gwget/ChangeLog6
-rw-r--r--net-misc/gwget/gwget-0.99.ebuild47
-rw-r--r--net-misc/gwget/gwget-1.0.2.ebuild55
-rw-r--r--net-misc/gwget/gwget-1.0.3.ebuild51
4 files changed, 5 insertions, 154 deletions
diff --git a/net-misc/gwget/ChangeLog b/net-misc/gwget/ChangeLog
index e0bbe0586949..82c5d997e4d4 100644
--- a/net-misc/gwget/ChangeLog
+++ b/net-misc/gwget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/gwget
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.22 2010/10/14 17:02:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.23 2010/10/14 18:37:06 eva Exp $
+
+ 14 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -gwget-0.99.ebuild,
+ -gwget-1.0.2.ebuild, -gwget-1.0.3.ebuild:
+ Clean up old revisions.
14 Oct 2010; Brent Baude <ranger@gentoo.org> gwget-1.0.4.ebuild:
stable ppc, bug 340205
diff --git a/net-misc/gwget/gwget-0.99.ebuild b/net-misc/gwget/gwget-0.99.ebuild
deleted file mode 100644
index 9670cba21978..000000000000
--- a/net-misc/gwget/gwget-0.99.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v 1.4 2008/08/04 21:11:20 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="GTK2 WGet Frontend"
-HOMEPAGE="http://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
- >=dev-libs/glib-2.4.0
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- >=gnome-base/libbonobo-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}
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- >=sys-devel/gettext-0.10.4"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable epiphany epiphany-extension)
- $(use_enable libnotify)
- --disable-schemas-install"
-}
-
-src_install() {
- gnome2_src_install
-
- # remove /var/lib, which is created without any reason
- rm -rf "${D}/var"
-}
diff --git a/net-misc/gwget/gwget-1.0.2.ebuild b/net-misc/gwget/gwget-1.0.2.ebuild
deleted file mode 100644
index 7f76bde1766c..000000000000
--- a/net-misc/gwget/gwget-1.0.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.2.ebuild,v 1.1 2009/08/18 14:51:50 mrpouet Exp $
-
-EAPI="2"
-
-inherit gnome2
-
-DESCRIPTION="GTK2 WGet Frontend"
-HOMEPAGE="http://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
- >=dev-libs/glib-2.16.0
- >=gnome-base/gconf-2
- >=gnome-base/libglade-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}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.0
- >=sys-devel/gettext-0.10.4"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable epiphany epiphany-extension)
- $(use_enable libnotify)
- --disable-static
- --disable-schemas-install"
-}
-
-src_prepare() {
- #FIXME: report upstream their package is broken
- #Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- gnome2_src_install
-
- # remove /var/lib, which is created without any reason
- rm -rf "${D}/var"
-}
diff --git a/net-misc/gwget/gwget-1.0.3.ebuild b/net-misc/gwget/gwget-1.0.3.ebuild
deleted file mode 100644
index cc968ec7c7e4..000000000000
--- a/net-misc/gwget/gwget-1.0.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.3.ebuild,v 1.1 2009/10/19 19:45:11 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GTK2 WGet Frontend"
-HOMEPAGE="http://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
- >=dev-libs/glib-2.16.0
- >=gnome-base/gconf-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}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.0
- >=sys-devel/gettext-0.10.4"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable epiphany epiphany-extension)
- $(use_enable libnotify)
- --disable-static
- --disable-schemas-install"
-}
-
-src_install() {
- gnome2_src_install
-
- # remove /var/lib, which is created without any reason
- rm -rf "${D}"/var || die "rm failed"
-
- # remove useless la files
- find "${D}" -name '*.la' -delete
-}