summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-01-31 14:05:34 +0200
committerMart Raudsepp <leio@gentoo.org>2021-01-31 14:24:45 +0200
commitc85971768947665271a5754f4157b440c3b0841d (patch)
treeb68133dd16293f5e895c8b43bed4391724a3084c /net-dialup/moserial/moserial-3.0.15.ebuild
parentmedia-gfx/gthumb: bump to 3.10.2 (diff)
downloadgentoo-c85971768947665271a5754f4157b440c3b0841d.tar.gz
gentoo-c85971768947665271a5754f4157b440c3b0841d.tar.bz2
gentoo-c85971768947665271a5754f4157b440c3b0841d.zip
net-dialup/moserial: bump to 3.0.15
Closes: https://bugs.gentoo.org/740664 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-dialup/moserial/moserial-3.0.15.ebuild')
-rw-r--r--net-dialup/moserial/moserial-3.0.15.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-dialup/moserial/moserial-3.0.15.ebuild b/net-dialup/moserial/moserial-3.0.15.ebuild
new file mode 100644
index 000000000000..dc195db3c820
--- /dev/null
+++ b/net-dialup/moserial/moserial-3.0.15.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A clean and friendly gtk-based serial terminal"
+HOMEPAGE="https://wiki.gnome.org/moserial"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.16:2[dbus]
+ gnome-base/gsettings-desktop-schemas
+ >=x11-libs/gtk+-3.2.0:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=dev-util/intltool-0.35
+ dev-util/itstool
+ virtual/pkgconfig
+"