summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-30 16:51:16 -0700
committerMatt Turner <mattst88@gentoo.org>2021-05-30 18:58:16 -0700
commit64a0c85a720c158c986ada0bd6e825d3ec0132fc (patch)
treee5242e940b86749a97f7bf65375c98ec293d101e /net-dialup
parentmedia-video/totem: Drop old versions (diff)
downloadgentoo-64a0c85a720c158c986ada0bd6e825d3ec0132fc.tar.gz
gentoo-64a0c85a720c158c986ada0bd6e825d3ec0132fc.tar.bz2
gentoo-64a0c85a720c158c986ada0bd6e825d3ec0132fc.zip
net-dialup/moserial: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/moserial/Manifest1
-rw-r--r--net-dialup/moserial/moserial-3.0.15.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest
index b3b33148045e..12ffecfb2fcf 100644
--- a/net-dialup/moserial/Manifest
+++ b/net-dialup/moserial/Manifest
@@ -1,2 +1 @@
-DIST moserial-3.0.15.tar.xz 1169728 BLAKE2B a4520ff493c86f13e8c6dc7969d630bbc9690215527a70f68d948869b64347cb4145f19a12b166945faa1d243a1f323491c2f4873eed208188761248c0e00714 SHA512 e5410243a26afbfbb7a52dd3f52a99ced099b26ce43f9be8ed85874a02a361ef99cea74663e243eecc31ca0ac3f51de7ebc7abfc7fc0f48eedbd7a8fc42f9b5d
DIST moserial-3.0.16.tar.xz 1170976 BLAKE2B dd761019bf559112262bb92ec3a08aa9bcce5e73b03ca10a13547a0496729a229f8bd92c6e67c6661c69d07cf0cc573d885c3668703ecc2b5b594eebe73ea8cb SHA512 2101b5eef61c396f2511d08afad0c44caae63e274412ab26f2f6c9e5ff4c1bb1c1b447cabb66ab25530d5b9881a3e09cd6d9d264aa571c0e5ee48012c1917f7b
diff --git a/net-dialup/moserial/moserial-3.0.15.ebuild b/net-dialup/moserial/moserial-3.0.15.ebuild
deleted file mode 100644
index 21eb7b7c0852..000000000000
--- a/net-dialup/moserial/moserial-3.0.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/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}
- >=dev-util/intltool-0.35
- dev-util/itstool
- virtual/pkgconfig
-"