public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
Date: Sun, 24 Sep 2017 06:02:45 +0000 (UTC)	[thread overview]
Message-ID: <1506232957.cc4bfd8a609c000091e9e234384546affb7da4db.kensington@gentoo> (raw)

commit:     cc4bfd8a609c000091e9e234384546affb7da4db
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:02:24 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:02:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4bfd8a

net-dialup/cutecom: remove 0.22.0-r1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-dialup/cutecom/Manifest                 |  1 -
 net-dialup/cutecom/cutecom-0.22.0-r1.ebuild | 39 -----------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index c36ed656697..6577e2f5bfd 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1,2 +1 @@
-DIST cutecom-0.22.0.tar.gz 23208 SHA256 1b6620a6159cf3d50bb36cce544e91486817df7f1d553bf239d6db6108dd2ea5 SHA512 507b42b943f20d07429c3629ebdf358ca6551a57a2addc4c8560993b7c2d1304ef258f7d2ac8c62b13bcdfc797574b7e1dfac8b0c0086072407de7f71a2d0a26 WHIRLPOOL f74aea1478de99e9e3d2232451097b3090aff4ba685969cf4363aa2b0c76db079000a7e2991d790548c52bf79f31a3a11d193d1dc781aed2e34555cf2a68dd13
 DIST cutecom-0.40.0.tar.gz 813238 SHA256 4a8583cccabe98e12442d7ebd8f0752348bad1a59b990c703574f22c0360bf9f SHA512 63df993fee01d73c40180a6b92d49e5200ae14db0275690f59ff02cfd2b6f573623cf74fb6d5dcabc292314642bb9cf2d9bd274a4094917f70418c30209bb403 WHIRLPOOL 870d7eae8b73e29656abb69066584f54f7d7a60ef8cd495c344668a23456456f51000cf2296a3951ba6d7267213077cd1c4febf13aa671702afa67922380f6a7

diff --git a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild
deleted file mode 100644
index 4acfa9df18a..00000000000
--- a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
-HOMEPAGE="http://cutecom.sourceforge.net"
-SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qt3support:4"
-RDEPEND="${DEPEND}
-	net-dialup/lrzsz"
-
-src_prepare() {
-	sed -i \
-		-e '/Path/d' \
-		-e '/TerminalOptions/d' \
-		-e '/BinaryPattern/d' \
-		-e '/Terminal/s/0/false/' \
-		${PN}.desktop || die 'sed on desktop file failed'
-
-	cmake-utils_src_prepare
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	# desktop icon does not installed by cmake without KDE3
-	domenu ${PN}.desktop
-}


             reply	other threads:[~2017-09-24  6:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-24  6:02 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-04 12:31 [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/ Ben Kohler
2024-09-04 12:31 Ben Kohler
2024-09-04 12:31 Ben Kohler
2024-04-26 17:10 Sam James
2023-12-20 14:22 Ben Kohler
2020-08-17  5:12 Sam James
2020-07-18  8:41 Andreas Sturmlechner
2020-07-17  7:44 Agostino Sarubbo
2020-07-10  8:07 Andreas Sturmlechner
2019-09-20 13:50 Ben Kohler
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-18 15:02 Ben Kohler
2018-11-07 16:31 Ben Kohler
2018-11-06 18:41 Ben Kohler
2017-09-24  6:02 Michael Palimaka
2017-09-24  6:02 Michael Palimaka
2017-04-27 19:16 Michael Orlitzky
2017-03-18  8:30 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506232957.cc4bfd8a609c000091e9e234384546affb7da4db.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox