diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-05-15 18:54:38 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-05-15 18:54:38 -0400 |
commit | 866e6f1b7f191a458d64c0f0ef6673b945a294d0 (patch) | |
tree | 87c102be78b006436b678a06fc8de71cb58bc8e4 /virtual | |
parent | add sxiv live ebuild (9999) (diff) | |
download | jtriley-866e6f1b7f191a458d64c0f0ef6673b945a294d0.tar.gz jtriley-866e6f1b7f191a458d64c0f0ef6673b945a294d0.tar.bz2 jtriley-866e6f1b7f191a458d64c0f0ef6673b945a294d0.zip |
add virtual package for techtv webapp deps
Diffstat (limited to 'virtual')
-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}" |