summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/moserial/Manifest1
-rw-r--r--net-dialup/moserial/moserial-3.0.12.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest
index fe9308402888..309924f82855 100644
--- a/net-dialup/moserial/Manifest
+++ b/net-dialup/moserial/Manifest
@@ -1 +1,2 @@
DIST moserial-3.0.11.tar.xz 1103168 BLAKE2B 3193b38838c22cd919ef729876bb86553c25e7379d36fdee4118f8e6b545a1277a09d5820f9994744548d81b20ab7764ae0a3446d8bcdc91a1896341815f8925 SHA512 1f274b0b949bed475f3a5210ae90916ce45e1c6a740813b4fe89a18b4914b0a924eacf16440bfc6fb860cd98f709559a28867e35b713fe6550638bf2d060577c
+DIST moserial-3.0.12.tar.xz 1123184 BLAKE2B a8ac7ad422325853f354e1c5c7cd59ca0bf1a2249fb58886fdf104975fe458cc3befe041810cff9b97c941188a757a5929acb0507e8eb4518cb034c2cdc14b87 SHA512 e5ee3776cfa63585290fe7ffb9cab562082b19b505d630c6842d09b4783fadf5438243816c433157ad6360e2a4902cb0e0ada07b61972d3c8119509ca4f520ad
diff --git a/net-dialup/moserial/moserial-3.0.12.ebuild b/net-dialup/moserial/moserial-3.0.12.ebuild
new file mode 100644
index 000000000000..b4256bf5b60f
--- /dev/null
+++ b/net-dialup/moserial/moserial-3.0.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 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.0.0:3
+"
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.3.2
+ >=dev-util/intltool-0.35
+ dev-util/itstool
+ virtual/pkgconfig
+"