diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 20:12:18 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 20:12:18 +0000 |
commit | c6c59962e865d8ec3f7b97f9412e3b37369a27aa (patch) | |
tree | f67f7a4f7db0fb684c74626169c62f8e41c7e7a4 /dev-python/urlgrabber | |
parent | Update x11-wm/xmonad with hints in pkg_postinst (diff) | |
download | historical-c6c59962e865d8ec3f7b97f9412e3b37369a27aa.tar.gz historical-c6c59962e865d8ec3f7b97f9412e3b37369a27aa.tar.bz2 historical-c6c59962e865d8ec3f7b97f9412e3b37369a27aa.zip |
ppc. stable
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r-- | dev-python/urlgrabber/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/urlgrabber/urlgrabber-3.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/urlgrabber/ChangeLog b/dev-python/urlgrabber/ChangeLog index 21c104de4780..6b351fdcbdea 100644 --- a/dev-python/urlgrabber/ChangeLog +++ b/dev-python/urlgrabber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/urlgrabber -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.12 2007/11/15 19:24:20 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.13 2008/01/14 20:12:18 dertobi123 Exp $ + + 14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + urlgrabber-3.0.0.ebuild: + ppc. stable 15 Nov 2007; Samuli Suominen <drac@gentoo.org> urlgrabber-3.0.0.ebuild: amd64 stable wrt #197514 diff --git a/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild b/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild index b8f3ed7b3a40..f71b403189bc 100644 --- a/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild +++ b/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild,v 1.3 2007/11/15 19:24:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild,v 1.4 2008/01/14 20:12:18 dertobi123 Exp $ inherit distutils @@ -10,5 +10,5 @@ SRC_URI="http://linux.duke.edu/projects/urlgrabber/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86" IUSE="" |