summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-18 20:52:21 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-18 20:53:41 -0400
commit4e541bb3080c998bdc414e3a4d8551953b82c379 (patch)
treed1c9ccf74d9d364d9b6a95d7f242dfdfb7f316ce /net-dialup/moserial/moserial-3.0.16.ebuild
parentgui-libs/wpebackend-fdo: Version bump to 1.8.3 (diff)
downloadgentoo-4e541bb3080c998bdc414e3a4d8551953b82c379.tar.gz
gentoo-4e541bb3080c998bdc414e3a4d8551953b82c379.tar.bz2
gentoo-4e541bb3080c998bdc414e3a4d8551953b82c379.zip
net-dialup/moserial: Version bump to 3.0.16
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-dialup/moserial/moserial-3.0.16.ebuild')
-rw-r--r--net-dialup/moserial/moserial-3.0.16.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-dialup/moserial/moserial-3.0.16.ebuild b/net-dialup/moserial/moserial-3.0.16.ebuild
new file mode 100644
index 000000000000..13d13b38fccd
--- /dev/null
+++ b/net-dialup/moserial/moserial-3.0.16.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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"
+
+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
+"