summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-13 11:52:45 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-13 12:12:32 -0400
commit3b47feb63281c8623072fa1dab199f26e2d9f551 (patch)
treef9d953b1c9cb4b288c00f7d454584d92f9d91b21
parentmedia-video/totem: Drop old versions (diff)
downloadgentoo-3b47feb6.tar.gz
gentoo-3b47feb6.tar.bz2
gentoo-3b47feb6.zip
net-dialup/moserial: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--net-dialup/moserial/Manifest1
-rw-r--r--net-dialup/moserial/moserial-3.0.12.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest
index 0fd7900fbade..d6546ce64df1 100644
--- a/net-dialup/moserial/Manifest
+++ b/net-dialup/moserial/Manifest
@@ -1,2 +1 @@
-DIST moserial-3.0.12.tar.xz 1123184 BLAKE2B a8ac7ad422325853f354e1c5c7cd59ca0bf1a2249fb58886fdf104975fe458cc3befe041810cff9b97c941188a757a5929acb0507e8eb4518cb034c2cdc14b87 SHA512 e5ee3776cfa63585290fe7ffb9cab562082b19b505d630c6842d09b4783fadf5438243816c433157ad6360e2a4902cb0e0ada07b61972d3c8119509ca4f520ad
DIST moserial-3.0.15.tar.xz 1169728 BLAKE2B a4520ff493c86f13e8c6dc7969d630bbc9690215527a70f68d948869b64347cb4145f19a12b166945faa1d243a1f323491c2f4873eed208188761248c0e00714 SHA512 e5410243a26afbfbb7a52dd3f52a99ced099b26ce43f9be8ed85874a02a361ef99cea74663e243eecc31ca0ac3f51de7ebc7abfc7fc0f48eedbd7a8fc42f9b5d
diff --git a/net-dialup/moserial/moserial-3.0.12.ebuild b/net-dialup/moserial/moserial-3.0.12.ebuild
deleted file mode 100644
index 014374c9fe9a..000000000000
--- a/net-dialup/moserial/moserial-3.0.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 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}
- >=dev-util/intltool-0.35
- dev-util/itstool
- virtual/pkgconfig
-"