diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-29 12:48:06 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-29 12:50:01 -0700 |
commit | 8b52586d1deb4b2737f239059cebb8201dd456da (patch) | |
tree | c338fced2df52ed796180c2333e3a07352a192a8 /net-dialup | |
parent | net-misc/networkmanager: Version bump to 1.32.6 (diff) | |
download | gentoo-8b52586d1deb4b2737f239059cebb8201dd456da.tar.gz gentoo-8b52586d1deb4b2737f239059cebb8201dd456da.tar.bz2 gentoo-8b52586d1deb4b2737f239059cebb8201dd456da.zip |
net-dialup/moserial: Version bump to 3.0.20
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/moserial/Manifest | 1 | ||||
-rw-r--r-- | net-dialup/moserial/moserial-3.0.20.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest index 12ffecfb2fcf..1f36ad05c12b 100644 --- a/net-dialup/moserial/Manifest +++ b/net-dialup/moserial/Manifest @@ -1 +1,2 @@ DIST moserial-3.0.16.tar.xz 1170976 BLAKE2B dd761019bf559112262bb92ec3a08aa9bcce5e73b03ca10a13547a0496729a229f8bd92c6e67c6661c69d07cf0cc573d885c3668703ecc2b5b594eebe73ea8cb SHA512 2101b5eef61c396f2511d08afad0c44caae63e274412ab26f2f6c9e5ff4c1bb1c1b447cabb66ab25530d5b9881a3e09cd6d9d264aa571c0e5ee48012c1917f7b +DIST moserial-3.0.20.tar.xz 1176180 BLAKE2B f4481e71c994df233f190f5886cb8a3e9dd333f78c8562370c56487beccbacf09a118c6c463195a6cfb7306771b080d317b3ef07f5c9b5adc4b37a1ec59e794b SHA512 bb2884f2cc4345a8b19faa199668efd1a919b6b456dae0a3b81b62a18b58cf978a227220925b39b2172d7b9208aebe80ce6d21a2d3605730405f4bbf6ef29683 diff --git a/net-dialup/moserial/moserial-3.0.20.ebuild b/net-dialup/moserial/moserial-3.0.20.ebuild new file mode 100644 index 000000000000..3c39e2b6c5fe --- /dev/null +++ b/net-dialup/moserial/moserial-3.0.20.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/Apps/Moserial https://gitlab.gnome.org/GNOME/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 +" |