diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-29 01:20:38 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-29 01:20:38 +0000 |
commit | dba41f1e27e3b6bd27d85d4507f827f2357da06c (patch) | |
tree | aeb7e2b6376b24a17a3ca9a19961a98efa61dedf /dev-python/aquarium/aquarium-2.3-r1.ebuild | |
parent | Bump. (diff) | |
download | gentoo-2-dba41f1e27e3b6bd27d85d4507f827f2357da06c.tar.gz gentoo-2-dba41f1e27e3b6bd27d85d4507f827f2357da06c.tar.bz2 gentoo-2-dba41f1e27e3b6bd27d85d4507f827f2357da06c.zip |
revbump; convert -> distutils-r1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/aquarium/aquarium-2.3-r1.ebuild')
-rw-r--r-- | dev-python/aquarium/aquarium-2.3-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/aquarium/aquarium-2.3-r1.ebuild b/dev-python/aquarium/aquarium-2.3-r1.ebuild new file mode 100644 index 000000000000..506566fb7958 --- /dev/null +++ b/dev-python/aquarium/aquarium-2.3-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/aquarium/aquarium-2.3-r1.ebuild,v 1.1 2014/12/29 01:20:38 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Aquarium web application framework" +HOMEPAGE="http://aquarium.sourceforge.net/ http://pypi.python.org/pypi/aquarium" +SRC_URI="mirror://sourceforge/aquarium/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/cheetah[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |