* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2017-03-18 8:30 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2017-03-18 8:30 UTC (permalink / raw
To: gentoo-commits
commit: e526b9e19638bf353c70585659e8d30005dbbe06
Author: Vincent Hardy <vincent.hardy.be <AT> gmail <DOT> com>
AuthorDate: Sat Mar 18 08:28:52 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 08:30:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e526b9e1
net-dialup/cutecom: version bump 0.40.0
Gentoo-bug: 611910
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-dialup/cutecom/Manifest | 1 +
net-dialup/cutecom/cutecom-0.40.0.ebuild | 39 ++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index eae60100422..c36ed656697 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1 +1,2 @@
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.40.0.ebuild b/net-dialup/cutecom/cutecom-0.40.0.ebuild
new file mode 100644
index 00000000000..552e006cf0d
--- /dev/null
+++ b/net-dialup/cutecom/cutecom-0.40.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils
+
+DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
+HOMEPAGE="https://github.com/neundorf/CuteCom"
+SRC_URI="https://codeload.github.com/neundorf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtserialport:5
+ dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}
+ net-dialup/lrzsz"
+
+S="${WORKDIR}/CuteCom-${PV}"
+
+src_prepare() {
+ sed -i \
+ -e '/Path/d' \
+ -e '/Terminal/s/0/false/' \
+ ${PN}.desktop || die 'sed on desktop file failed'
+
+ cmake-utils_src_prepare
+}
+
+src_install() {
+ cmake-utils_src_install
+ domenu ${PN}.desktop
+ doicon distribution/${PN}.png
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2017-04-27 19:16 Michael Orlitzky
0 siblings, 0 replies; 20+ messages in thread
From: Michael Orlitzky @ 2017-04-27 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 6f5743da0cc7b83eee05fefed07791d8c477cc7a
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 19:06:58 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 19:15:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5743da
net-dialup/cutecom: new revision to drop unused eutils.eclass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../cutecom/{cutecom-0.40.0.ebuild => cutecom-0.40.0-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.40.0.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
similarity index 83%
rename from net-dialup/cutecom/cutecom-0.40.0.ebuild
rename to net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
index 552e006cf0d..2b1539ca374 100644
--- a/net-dialup/cutecom/cutecom-0.40.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit cmake-utils eutils
+inherit cmake-utils
DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
HOMEPAGE="https://github.com/neundorf/CuteCom"
@@ -27,13 +27,13 @@ src_prepare() {
sed -i \
-e '/Path/d' \
-e '/Terminal/s/0/false/' \
- ${PN}.desktop || die 'sed on desktop file failed'
+ "${PN}.desktop" || die 'sed on desktop file failed'
cmake-utils_src_prepare
}
src_install() {
cmake-utils_src_install
- domenu ${PN}.desktop
- doicon distribution/${PN}.png
+ domenu "${PN}.desktop"
+ doicon "distribution/${PN}.png"
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2017-09-24 6:02 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2017-09-24 6:02 UTC (permalink / raw
To: gentoo-commits
commit: cc1431b38fa7b84635d0577afee0a18d8aabf402
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:02:09 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=cc1431b3
net-dialup/cutecom: stabilise 0.40.0-r1 for amd64/x86
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-dialup/cutecom/cutecom-0.40.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
index 22c849f37a0..32557938775 100644
--- a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://codeload.github.com/neundorf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2017-09-24 6:02 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2017-09-24 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 0995b86d5ed6bae8da22f0e79ff015a64b4018da
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:01:19 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:02:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995b86d
net-dialup/cutecom: add missing inherit
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-dialup/cutecom/cutecom-0.40.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
index 2b1539ca374..22c849f37a0 100644
--- a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit cmake-utils
+inherit cmake-utils eutils
DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
HOMEPAGE="https://github.com/neundorf/CuteCom"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2017-09-24 6:02 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2017-09-24 6:02 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2018-11-06 18:41 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2018-11-06 18:41 UTC (permalink / raw
To: gentoo-commits
commit: bffe2ff0720d62d5933186ee85904fce3464ede7
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 18:35:39 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 18:41:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe2ff0
net-dialup/cutecom: bump to 0.51.0
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/Manifest | 1 +
net-dialup/cutecom/cutecom-0.51.0.ebuild | 39 ++++++++++++++++++++++++++++++++
net-dialup/cutecom/metadata.xml | 15 ++++++------
3 files changed, 48 insertions(+), 7 deletions(-)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index af1cbe488ca..4a2956b190b 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1 +1,2 @@
DIST cutecom-0.40.0.tar.gz 813238 BLAKE2B 2bc4f653e482e722f644dbaa0d713c3d8b6575369ad98d596843be18a37e8865857b82dcaccb52af73f3aa6e4e433ce2e43efe6d681ed558eedc468cee120827 SHA512 63df993fee01d73c40180a6b92d49e5200ae14db0275690f59ff02cfd2b6f573623cf74fb6d5dcabc292314642bb9cf2d9bd274a4094917f70418c30209bb403
+DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
new file mode 100644
index 00000000000..e818e647e9b
--- /dev/null
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils
+
+DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
+HOMEPAGE="https://gitlab.com/neundorf/CuteCom"
+SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtserialport:5
+ dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}
+ net-dialup/lrzsz"
+
+S="${WORKDIR}/cutecom-v${PV}"
+
+src_prepare() {
+ sed -i \
+ -e '/Path/d' \
+ -e '/Terminal/s/0/false/' \
+ "${PN}.desktop" || die 'sed on desktop file failed'
+
+ cmake-utils_src_prepare
+}
+
+src_install() {
+ cmake-utils_src_install
+ domenu "${PN}.desktop"
+ doicon "distribution/${PN}.png"
+}
diff --git a/net-dialup/cutecom/metadata.xml b/net-dialup/cutecom/metadata.xml
index 8ad2379909d..107ba45773b 100644
--- a/net-dialup/cutecom/metadata.xml
+++ b/net-dialup/cutecom/metadata.xml
@@ -1,11 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware
-developers or other people who need a terminal to talk to their devices.</longdescription>
- <upstream>
- <remote-id type="sourceforge">cutecom</remote-id>
- <remote-id type="github">neundorf/CuteCom</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
+ <longdescription>CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices.</longdescription>
+ <upstream>
+ <remote-id type="gitlab">cutecom/cutecom</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2018-11-07 16:31 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2018-11-07 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 58b91ec5fda223d47ea79ea714e60cb07dcb4403
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 16:30:55 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 16:31:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b91ec5
net-dialup/cutecom: add missing qtnetwork dep
Closes: https://bugs.gentoo.org/670598
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
index e818e647e9b..7a773960180 100644
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -16,6 +16,7 @@ IUSE=""
DEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtserialport:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2019-09-18 15:02 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2019-09-18 15:02 UTC (permalink / raw
To: gentoo-commits
commit: cdb8008bd633f328ec218173e152be13a7a4f825
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 15:02:31 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 15:02:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb8008b
net-dialup/cutecom: fix homepage
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
index 7a773960180..cb81505f985 100644
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit cmake-utils eutils
DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
-HOMEPAGE="https://gitlab.com/neundorf/CuteCom"
+HOMEPAGE="https://gitlab.com/cutecom/cutecom"
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2019-09-20 12:14 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2019-09-20 12:14 UTC (permalink / raw
To: gentoo-commits
commit: dbb1bf91079cf56e31fdbc184408e10f73990884
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 12:13:58 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 12:13:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb1bf91
net-dialup/cutecom: amd64 stable wrt bug #694802
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
index cb81505f985..7722c149304 100644
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2019-09-20 12:17 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2019-09-20 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 64037b11e3833191c186e125b6ef5dfd501f97cd
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 12:16:56 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 12:16:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64037b11
net-dialup/cutecom: x86 stable wrt bug #694802
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
index 7722c149304..9b50680e54e 100644
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2019-09-20 13:50 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2019-09-20 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 85d3a52c73456d582aa749e7d33e2e482b85508c
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 13:50:01 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 13:50:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d3a52c
net-dialup/cutecom: drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/Manifest | 1 -
net-dialup/cutecom/cutecom-0.40.0-r1.ebuild | 39 -----------------------------
2 files changed, 40 deletions(-)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index 4a2956b190b..e2bda8eca95 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1,2 +1 @@
-DIST cutecom-0.40.0.tar.gz 813238 BLAKE2B 2bc4f653e482e722f644dbaa0d713c3d8b6575369ad98d596843be18a37e8865857b82dcaccb52af73f3aa6e4e433ce2e43efe6d681ed558eedc468cee120827 SHA512 63df993fee01d73c40180a6b92d49e5200ae14db0275690f59ff02cfd2b6f573623cf74fb6d5dcabc292314642bb9cf2d9bd274a4094917f70418c30209bb403
DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
diff --git a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
deleted file mode 100644
index 32557938775..00000000000
--- a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils
-
-DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
-HOMEPAGE="https://github.com/neundorf/CuteCom"
-SRC_URI="https://codeload.github.com/neundorf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtserialport:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
- net-dialup/lrzsz"
-
-S="${WORKDIR}/CuteCom-${PV}"
-
-src_prepare() {
- sed -i \
- -e '/Path/d' \
- -e '/Terminal/s/0/false/' \
- "${PN}.desktop" || die 'sed on desktop file failed'
-
- cmake-utils_src_prepare
-}
-
-src_install() {
- cmake-utils_src_install
- domenu "${PN}.desktop"
- doicon "distribution/${PN}.png"
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2020-07-10 8:07 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-10 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 21b3c95da35f0dfa7d15e5fa4da7527f0ee3c798
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 9 18:35:05 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 08:06:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b3c95d
net-dialup/cutecom: EAPI-7, {desktop++,eutils--}.eclass, cmake.eclass
Fix DESCRIPTION as well (no PN).
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
index 96ceaa41d2c..d30662f8f36 100644
--- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils eutils xdg
+inherit cmake desktop xdg
-DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
+DESCRIPTION="A serial terminal, like minicom, written in Qt"
HOMEPAGE="https://gitlab.com/cutecom/cutecom"
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-qt/qtcore:5
+DEPEND="
+ dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtserialport:5
@@ -24,19 +25,19 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/cutecom-v${PV}"
-PATCHES=( "${FILESDIR}"/cutecom-0.51.0-fix-for-qt-5.15.0.patch )
+PATCHES=( "${FILESDIR}"/${P}-fix-for-qt-5.15.0.patch )
src_prepare() {
+ cmake_src_prepare
+
sed -i \
-e '/Path/d' \
-e '/Terminal/s/0/false/' \
"${PN}.desktop" || die 'sed on desktop file failed'
-
- cmake-utils_src_prepare
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
domenu "${PN}.desktop"
doicon "distribution/${PN}.png"
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2020-07-17 7:44 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 7:44 UTC (permalink / raw
To: gentoo-commits
commit: fe552618f7353ab7fdaa30af314c7f17fc33f618
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 07:42:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 07:42:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe552618
net-dialup/cutecom: x86 stable wrt bug #728296
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
index efdfc874e61..e793f587fa4 100644
--- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2020-07-18 8:41 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-18 8:41 UTC (permalink / raw
To: gentoo-commits
commit: dd5c6717e9a7b0541d9f02ef61d561914a69464f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 00:58:14 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 08:31:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c6717
net-dialup/cutecom: Drop 0.51.0 (r0)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0.ebuild | 40 --------------------------------
1 file changed, 40 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild
deleted file mode 100644
index 9b50680e54e..00000000000
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils
-
-DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
-HOMEPAGE="https://gitlab.com/cutecom/cutecom"
-SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtserialport:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
- net-dialup/lrzsz"
-
-S="${WORKDIR}/cutecom-v${PV}"
-
-src_prepare() {
- sed -i \
- -e '/Path/d' \
- -e '/Terminal/s/0/false/' \
- "${PN}.desktop" || die 'sed on desktop file failed'
-
- cmake-utils_src_prepare
-}
-
-src_install() {
- cmake-utils_src_install
- domenu "${PN}.desktop"
- doicon "distribution/${PN}.png"
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2020-08-17 5:12 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2020-08-17 5:12 UTC (permalink / raw
To: gentoo-commits
commit: 7751a85d04db05e9c2c5cc9ec9d5a7de41a1fe5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 05:12:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 05:12:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7751a85d
net-dialup/cutecom: arm64 keyworded (bug #737438)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
index e793f587fa4..683af0a6bb2 100644
--- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2023-12-20 14:22 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2023-12-20 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 8555bb075232cb9d5da3a947916b5cb72863f7bb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 14:21:23 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 14:22:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8555bb07
net-dialup/cutecom: add 0.60.0_rc1
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/Manifest | 1 +
net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 40 ++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index e2bda8eca951..c7e76b206bdd 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1 +1,2 @@
DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
+DIST cutecom-v0.60.0-RC1.tar.bz2 1291319 BLAKE2B 8d73a51916d8d3f103ba6215d0bf2865337aa82f95d12be512001abd845cac08f9c9b6fb9022574aff42fef958c90676ae0828d1597879c798bd1ffe4bec68ba SHA512 92a210ab846f452287693add8db52833fd83814f59a2be8de304278dbc711b2a5dc0fdaadf877a588ad023849370151788d1ea678ba777fe0a4a600429669151
diff --git a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
new file mode 100644
index 000000000000..741dd613ef18
--- /dev/null
+++ b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg
+
+MY_PV=${PV/_rc/-RC}
+
+DESCRIPTION="A serial terminal, like minicom, written in Qt"
+HOMEPAGE="https://gitlab.com/cutecom/cutecom"
+SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-qt/qtbase:6
+ dev-qt/qtserialport:6"
+RDEPEND="${DEPEND}
+ net-dialup/lrzsz"
+
+S="${WORKDIR}/cutecom-v${MY_PV}"
+
+src_prepare() {
+ cmake_src_prepare
+
+ sed -i \
+ -e '/Path/d' \
+ -e '/Terminal/s/0/false/' \
+ "${PN}.desktop" || die 'sed on desktop file failed'
+}
+
+src_install() {
+ cmake_src_install
+ domenu "${PN}.desktop"
+ doicon "distribution/${PN}.png"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2024-04-26 17:10 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-04-26 17:10 UTC (permalink / raw
To: gentoo-commits
commit: d910336fb6c5cb8c2f31c0e21c5195a29f1d13f4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 17:09:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 17:09:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d910336f
net-dialup/cutecom: Stabilize 0.60.0_rc1 amd64, #930707
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
index 741dd613ef18..96f3fbcdc992 100644
--- a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2024-09-04 12:31 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2024-09-04 12:31 UTC (permalink / raw
To: gentoo-commits
commit: f1140860014aa3eecdcbc83a7623fba6017e3cb9
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 11:57:17 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 12:31:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1140860
net-dialup/cutecom: fix minor pkgcheck warnings
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
index 8d86c8dc8b89..5284edf7cd27 100644
--- a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
@@ -10,11 +10,11 @@ MY_PV=${PV/_rc/-RC}
DESCRIPTION="A serial terminal, like minicom, written in Qt"
HOMEPAGE="https://gitlab.com/cutecom/cutecom"
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV}.tar.bz2"
+S="${WORKDIR}/cutecom-v${MY_PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
DEPEND="
dev-qt/qtbase:6
@@ -22,8 +22,6 @@ DEPEND="
RDEPEND="${DEPEND}
net-dialup/lrzsz"
-S="${WORKDIR}/cutecom-v${MY_PV}"
-
src_prepare() {
cmake_src_prepare
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2024-09-04 12:31 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2024-09-04 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 6608b940c2d2804481c17f1fc6eed3bdf79edcac
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 11:53:56 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 12:31:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6608b940
net-dialup/cutecom: stabilize 0.60.0_rc1 for x86
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
index 96f3fbcdc992..8d86c8dc8b89 100644
--- a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
+++ b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
@ 2024-09-04 12:31 Ben Kohler
0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2024-09-04 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 41ef6ae414ea5575248c1ed1236da85263d48ea5
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 13:22:45 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 12:31:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef6ae4
net-dialup/cutecom: drop 0.51.0-r1
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37873
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/Manifest | 1 -
net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 43 -----------------------------
2 files changed, 44 deletions(-)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index c7e76b206bdd..84390342677e 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1,2 +1 @@
-DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
DIST cutecom-v0.60.0-RC1.tar.bz2 1291319 BLAKE2B 8d73a51916d8d3f103ba6215d0bf2865337aa82f95d12be512001abd845cac08f9c9b6fb9022574aff42fef958c90676ae0828d1597879c798bd1ffe4bec68ba SHA512 92a210ab846f452287693add8db52833fd83814f59a2be8de304278dbc711b2a5dc0fdaadf877a588ad023849370151788d1ea678ba777fe0a4a600429669151
diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
deleted file mode 100644
index 683af0a6bb22..000000000000
--- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg
-
-DESCRIPTION="A serial terminal, like minicom, written in Qt"
-HOMEPAGE="https://gitlab.com/cutecom/cutecom"
-SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtserialport:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
- net-dialup/lrzsz"
-
-S="${WORKDIR}/cutecom-v${PV}"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-for-qt-5.15.0.patch )
-
-src_prepare() {
- cmake_src_prepare
-
- sed -i \
- -e '/Path/d' \
- -e '/Terminal/s/0/false/' \
- "${PN}.desktop" || die 'sed on desktop file failed'
-}
-
-src_install() {
- cmake_src_install
- domenu "${PN}.desktop"
- doicon "distribution/${PN}.png"
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-09-04 12:31 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-24 6:02 [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 12:31 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox