diff options
-rw-r--r-- | virtual/techtv/techtv-1.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/techtv/techtv-1.0.ebuild b/virtual/techtv/techtv-1.0.ebuild new file mode 100644 index 0000000..8202b1c --- /dev/null +++ b/virtual/techtv/techtv-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=4 + +DESCRIPTION="MIT TechTV Ruby on Rails app" +HOMEPAGE="http://techtv.mit.edu" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=" +app-misc/sphinx[mysql,odbc] +dev-db/redis +dev-db/mysql +" + +RDEPEND="${DEPEND}" |