summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:33:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:33:23 +0000
commit130988be37c031371e5aacba62d78aea15bacd27 (patch)
tree95ffe08ff4ea39b89e0e8a663191d13b3235bce6 /dev-python/urlgrabber
parentUpdate live ebuild to use the git-2 eclass and new xine plugin package. (diff)
downloadgentoo-2-130988be37c031371e5aacba62d78aea15bacd27.tar.gz
gentoo-2-130988be37c031371e5aacba62d78aea15bacd27.tar.bz2
gentoo-2-130988be37c031371e5aacba62d78aea15bacd27.zip
Remove old ebuild. Requested by Arfrever
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r--dev-python/urlgrabber/ChangeLog5
-rw-r--r--dev-python/urlgrabber/urlgrabber-3.9.1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-python/urlgrabber/ChangeLog b/dev-python/urlgrabber/ChangeLog
index ebfac34a36ef..dcbf5b025fdf 100644
--- a/dev-python/urlgrabber/ChangeLog
+++ b/dev-python/urlgrabber/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/urlgrabber
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.37 2011/07/17 11:50:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.38 2011/08/05 22:33:23 hwoarang Exp $
+
+ 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -urlgrabber-3.9.1.ebuild:
+ Remove old ebuild. Requested by Arfrever
17 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
urlgrabber-3.9.1-r1.ebuild:
diff --git a/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild b/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild
deleted file mode 100644
index 80c38a9c9fca..000000000000
--- a/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild,v 1.8 2010/12/27 21:05:25 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils
-
-DESCRIPTION="Python module for downloading files"
-HOMEPAGE="http://urlgrabber.baseurl.org"
-SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-python/pycurl"
-RDEPEND="${DEPEND}"
-RESTRICT="test"