gnutu-2.5-r1.ebuild 512 B

123456789101112131415161718192021
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="GNU Student's Timetable for polish users"
  5. HOMEPAGE="http://gnutu.devnull.pl/"
  6. SRC_URI="http://gnutu.devnull.pl/download/sources/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. RDEPEND="
  12. >=dev-lang/mono-1.2.5.1-r1
  13. || ( ( >=dev-dotnet/gtk-sharp-2.10.0 >=dev-dotnet/glade-sharp-2.10.0 ) >=dev-dotnet/gtk-sharp-2.12.21 )
  14. "
  15. DEPEND="${RDEPEND}
  16. sys-devel/gettext"