diff options
author | 2009-02-28 20:26:23 +0000 | |
---|---|---|
committer | 2009-02-28 20:26:23 +0000 | |
commit | 41e549f03c3f6e06e5359a2b9518883a62759b5f (patch) | |
tree | fe5eb19f5369aab95172751fec3545b9acd3884c /dev-python/snakefood/snakefood-1.3.1.ebuild | |
parent | Initial import. Fixes #224695. Ebuild contributed by Sam Jacobson (diff) | |
download | gentoo-2-41e549f03c3f6e06e5359a2b9518883a62759b5f.tar.gz gentoo-2-41e549f03c3f6e06e5359a2b9518883a62759b5f.tar.bz2 gentoo-2-41e549f03c3f6e06e5359a2b9518883a62759b5f.zip |
Initial import. Fixes #207716. Ebuild contributed by Pawel Hajdan Jr.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakefood/snakefood-1.3.1.ebuild')
-rw-r--r-- | dev-python/snakefood/snakefood-1.3.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/snakefood/snakefood-1.3.1.ebuild b/dev-python/snakefood/snakefood-1.3.1.ebuild new file mode 100644 index 000000000000..046ad2176010 --- /dev/null +++ b/dev-python/snakefood/snakefood-1.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakefood/snakefood-1.3.1.ebuild,v 1.1 2009/02/28 20:26:23 patrick Exp $ + +inherit distutils + +DESCRIPTION="Generate dependency graphs from Python code" +HOMEPAGE="http://furius.ca/snakefood/" +SRC_URI="http://furius.ca/downloads/${PN}/releases/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=dev-lang/python-2.5" +RDEPEND="$DEPEND" +DOCS="CHANGES" + +src_install() { + distutils_src_install +} |