summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gnutu/gnutu-2.5.ebuild')
-rw-r--r--app-misc/gnutu/gnutu-2.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/gnutu/gnutu-2.5.ebuild b/app-misc/gnutu/gnutu-2.5.ebuild
new file mode 100644
index 000000000000..8b92b328afd7
--- /dev/null
+++ b/app-misc/gnutu/gnutu-2.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="GNU Student's Timetable for polish users"
+HOMEPAGE="http://gnutu.devnull.pl/"
+SRC_URI="http://gnutu.devnull.pl/download/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/mono-1.2.5.1-r1
+ >=dev-dotnet/gtk-sharp-2.10.0
+ >=dev-dotnet/glade-sharp-2.10.0"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"
+
+DOCS=( ChangeLog AUTHORS NEWS README )