From cb0d3693ae48e4119f055a660233516da1c56ae7 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 27 Aug 2017 11:34:16 +0200 Subject: net-dialup/moserial: version bump 3.0.10 → 3.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- net-dialup/moserial/Manifest | 1 + net-dialup/moserial/moserial-3.0.11.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 net-dialup/moserial/moserial-3.0.11.ebuild (limited to 'net-dialup') diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest index b7f9bd0d4d59..c987115e6de8 100644 --- a/net-dialup/moserial/Manifest +++ b/net-dialup/moserial/Manifest @@ -1 +1,2 @@ DIST moserial-3.0.10.tar.xz 1093544 SHA256 3d7107a0fc69a58ee139241214351373d35ead5ac07c751854479d2c30442980 SHA512 a21f10fea7cfbbbf5f484f298d7a1bcb6f74450c1a715c79594e0cf85035291dd5bd2e27f1050fd0e38b5449d696da03a1ee6e50737f11f7ddc2140f49d6cdb9 WHIRLPOOL 2f6d11ad0a19578f86001152e3c3141a9ab4f6d65bce0548c1800c40187890b7eb3697831e9f57461a0bedbbc1538907938008cabdd23036b820a8fa938f82f3 +DIST moserial-3.0.11.tar.xz 1103168 SHA256 84136f4f31c56c3f8b693ab7e40124af43cf78a027877616fd1176f8d48e37f6 SHA512 1f274b0b949bed475f3a5210ae90916ce45e1c6a740813b4fe89a18b4914b0a924eacf16440bfc6fb860cd98f709559a28867e35b713fe6550638bf2d060577c WHIRLPOOL 878d5b57017de1e793ea647f83b320c645ef56ef52edd77cb9e1b0ab881c1d0aea52d265ef03e267b2535887f308403f76fe2f7ed38e1dc29fbb7d50c186ea54 diff --git a/net-dialup/moserial/moserial-3.0.11.ebuild b/net-dialup/moserial/moserial-3.0.11.ebuild new file mode 100644 index 000000000000..faf07e613193 --- /dev/null +++ b/net-dialup/moserial/moserial-3.0.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 +" -- cgit v1.2.3-65-gdbad