moserial-3.0.10.ebuild 519 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit gnome2
  5. DESCRIPTION="A clean and friendly gtk-based serial terminal"
  6. HOMEPAGE="https://wiki.gnome.org/moserial"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~ppc x86"
  10. IUSE=""
  11. RDEPEND="
  12. >=dev-libs/glib-2.16:2[dbus]
  13. gnome-base/gsettings-desktop-schemas
  14. >=x11-libs/gtk+-3.0.0:3
  15. "
  16. DEPEND="${RDEPEND}
  17. >=app-text/gnome-doc-utils-0.3.2
  18. >=dev-util/intltool-0.35
  19. dev-util/itstool
  20. virtual/pkgconfig
  21. "