From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9550659CA3 for ; Sun, 6 Mar 2016 11:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2D221C001 for ; Sun, 6 Mar 2016 11:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F1D6E080C for ; Sat, 5 Mar 2016 10:10:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2E99340AB6 for ; Sat, 5 Mar 2016 10:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7B321BA1 for ; Sat, 5 Mar 2016 10:10:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1457172607.d81ea6ed64fee108f552f2a1db70fb4a67c70486.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/moserial/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/moserial/Manifest net-dialup/moserial/moserial-3.0.9.ebuild X-VCS-Directories: net-dialup/moserial/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d81ea6ed64fee108f552f2a1db70fb4a67c70486 X-VCS-Branch: master Date: Sat, 5 Mar 2016 10:10:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45c52381-7560-4613-ba9a-6f4661507850 X-Archives-Hash: 47ed11df97b46735f56e1ad4bb925b52 commit: d81ea6ed64fee108f552f2a1db70fb4a67c70486 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 5 10:08:34 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 5 10:10:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81ea6ed net-dialup/moserial: Drop old Package-Manager: portage-2.2.27 net-dialup/moserial/Manifest | 1 - net-dialup/moserial/moserial-3.0.9.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest index 87799ee..b7f9bd0 100644 --- a/net-dialup/moserial/Manifest +++ b/net-dialup/moserial/Manifest @@ -1,2 +1 @@ DIST moserial-3.0.10.tar.xz 1093544 SHA256 3d7107a0fc69a58ee139241214351373d35ead5ac07c751854479d2c30442980 SHA512 a21f10fea7cfbbbf5f484f298d7a1bcb6f74450c1a715c79594e0cf85035291dd5bd2e27f1050fd0e38b5449d696da03a1ee6e50737f11f7ddc2140f49d6cdb9 WHIRLPOOL 2f6d11ad0a19578f86001152e3c3141a9ab4f6d65bce0548c1800c40187890b7eb3697831e9f57461a0bedbbc1538907938008cabdd23036b820a8fa938f82f3 -DIST moserial-3.0.9.tar.xz 1079512 SHA256 6bba85ae6367d9ecfe6a72af9fc354b3ce840ac42ad6e4dcb18b01088fc874cd SHA512 0f405303a060d33f7479a6b690bc57517af981f981139da70a353358c5a927d5fb9b3c38002f0a447e1206eb4d7fb818509ab71b0926fe644a86a8999be4772f WHIRLPOOL fe87a154160b0866bf3b4663e6f321c20f220dbf1dcf5bad04b1d2fbc431871685555ea0804a1df75fef5488f46a18744fd59149bbd84a47bb46da39591d925e diff --git a/net-dialup/moserial/moserial-3.0.9.ebuild b/net-dialup/moserial/moserial-3.0.9.ebuild deleted file mode 100644 index 0adcbe5..0000000 --- a/net-dialup/moserial/moserial-3.0.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -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 - gnome-base/gsettings-desktop-schemas - >=x11-libs/gtk+-3.0.0:3 -" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.3.2 - >=dev-util/intltool-0.35 - virtual/pkgconfig -"