summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 10:23:17 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 11:03:06 +0200
commitb0c4b39c45622a77a0d62f3cf6f824e7190ad6b6 (patch)
treecaf633d0dc4324413ebc765b7dc32ea6733556b3 /app-misc/gnutu/gnutu-2.5-r1.ebuild
parentmedia-video/gnome-subtitles: Allow newer gtk-sharp usage (diff)
downloadgentoo-b0c4b39c45622a77a0d62f3cf6f824e7190ad6b6.tar.gz
gentoo-b0c4b39c45622a77a0d62f3cf6f824e7190ad6b6.tar.bz2
gentoo-b0c4b39c45622a77a0d62f3cf6f824e7190ad6b6.zip
app-misc/gnutu: Allow newer gtk-sharp usage
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-misc/gnutu/gnutu-2.5-r1.ebuild')
-rw-r--r--app-misc/gnutu/gnutu-2.5-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/gnutu/gnutu-2.5-r1.ebuild b/app-misc/gnutu/gnutu-2.5-r1.ebuild
new file mode 100644
index 000000000000..9b1ec149a176
--- /dev/null
+++ b/app-misc/gnutu/gnutu-2.5-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ) >=dev-dotnet/gtk-sharp-2.12.21 )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"