diff options
author | Corentin Chary <iksaif@gentoo.org> | 2013-02-09 13:50:45 +0000 |
---|---|---|
committer | Corentin Chary <iksaif@gentoo.org> | 2013-02-09 13:50:45 +0000 |
commit | 1b6e16593eb69b5d6f0ef691b8297de639d7179b (patch) | |
tree | dbe27b584d80300d6586d9480282a07f79645679 /dev-python/simplesettings | |
parent | Tweak initd script. (diff) | |
download | gentoo-2-1b6e16593eb69b5d6f0ef691b8297de639d7179b.tar.gz gentoo-2-1b6e16593eb69b5d6f0ef691b8297de639d7179b.tar.bz2 gentoo-2-1b6e16593eb69b5d6f0ef691b8297de639d7179b.zip |
Remove dead homepage.
(Portage version: 2.1.11.38/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/simplesettings')
-rw-r--r-- | dev-python/simplesettings/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/simplesettings/simplesettings-0.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/simplesettings/ChangeLog b/dev-python/simplesettings/ChangeLog index 25cc037d1fd2..28407635438d 100644 --- a/dev-python/simplesettings/ChangeLog +++ b/dev-python/simplesettings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplesettings -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplesettings/ChangeLog,v 1.3 2010/07/14 19:04:28 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplesettings/ChangeLog,v 1.4 2013/02/09 13:50:45 iksaif Exp $ + + 09 Feb 2013; Corentin Chary <iksaif@gentoo.org> simplesettings-0.5.ebuild: + Remove dead homepage. 14 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> simplesettings-0.5.ebuild: @@ -14,4 +17,3 @@ 25 Jul 2009; Jesus Rivero <neurogeek@gentoo.org> +simplesettings-0.5.ebuild, +metadata.xml: Initial commit. Thanks to Almad (bugs@almad.net). Closes bug #238902 - diff --git a/dev-python/simplesettings/simplesettings-0.5.ebuild b/dev-python/simplesettings/simplesettings-0.5.ebuild index cdaa257f0f22..7715c3d815b0 100644 --- a/dev-python/simplesettings/simplesettings-0.5.ebuild +++ b/dev-python/simplesettings/simplesettings-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplesettings/simplesettings-0.5.ebuild,v 1.5 2010/12/26 15:44:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplesettings/simplesettings-0.5.ebuild,v 1.6 2013/02/09 13:50:45 iksaif Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Simple settings initialization" -HOMEPAGE="http://code.google.com/p/simplesettings/ http://pypi.python.org/pypi/simplesettings" +HOMEPAGE="http://pypi.python.org/pypi/simplesettings" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |