diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2009-12-07 12:51:36 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2009-12-07 12:51:36 +0000 |
commit | 890f0b03e505f22ba19a0ec76c8c7dd8beae40bc (patch) | |
tree | d52b802ee14de964f3c6167604cd9c50ba0656ae /dev-util | |
parent | Disable auth/telnet/ftp cruft as other packages do these things better. Swit... (diff) | |
download | gentoo-2-890f0b03e505f22ba19a0ec76c8c7dd8beae40bc.tar.gz gentoo-2-890f0b03e505f22ba19a0ec76c8c7dd8beae40bc.tar.bz2 gentoo-2-890f0b03e505f22ba19a0ec76c8c7dd8beae40bc.zip |
Add PyPI homepage.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hg-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/hg-git/hg-git-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/hg-git/ChangeLog b/dev-util/hg-git/ChangeLog index bf688216867c..74d4eac1873c 100644 --- a/dev-util/hg-git/ChangeLog +++ b/dev-util/hg-git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/hg-git # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hg-git/ChangeLog,v 1.3 2009/12/07 12:40:38 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hg-git/ChangeLog,v 1.4 2009/12/07 12:51:36 djc Exp $ + + 07 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> hg-git-0.1.0.ebuild: + Add PyPI homepage. 07 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> metadata.xml: Add python herd to metadata. diff --git a/dev-util/hg-git/hg-git-0.1.0.ebuild b/dev-util/hg-git/hg-git-0.1.0.ebuild index 1ab80773ef08..ad2e6bdf339c 100644 --- a/dev-util/hg-git/hg-git-0.1.0.ebuild +++ b/dev-util/hg-git/hg-git-0.1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hg-git/hg-git-0.1.0.ebuild,v 1.2 2009/12/01 10:17:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hg-git/hg-git-0.1.0.ebuild,v 1.3 2009/12/07 12:51:36 djc Exp $ SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="push and pull from a Git server using Mercurial" -HOMEPAGE="http://hg-git.github.com/" +HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git" SRC_URI="http://pypi.python.org/packages/source/h/${PN}/${P}.tar.gz" LICENSE="GPL-2" |