* [gentoo-commits] gentoo-x86 commit in net-dialup/cutecom: cutecom-0.22.0-r1.ebuild ChangeLog cutecom-0.22.0.ebuild
@ 2013-03-07 10:55 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-03-07 10:55 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/03/07 10:55:14
Modified: ChangeLog
Added: cutecom-0.22.0-r1.ebuild
Removed: cutecom-0.22.0.ebuild
Log:
Revision bump: EAPI 5, install desktop file properly, wrt bug #299268. Drop old revision
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.28 net-dialup/cutecom/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cutecom/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 2 Mar 2013 22:47:24 -0000 1.27
+++ ChangeLog 7 Mar 2013 10:55:14 -0000 1.28
@@ -1,6 +1,13 @@
# ChangeLog for net-dialup/cutecom
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.27 2013/03/02 22:47:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.28 2013/03/07 10:55:14 pinkbyte Exp $
+
+*cutecom-0.22.0-r1 (07 Mar 2013)
+
+ 07 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -cutecom-0.22.0.ebuild,
+ +cutecom-0.22.0-r1.ebuild:
+ Revision bump: EAPI 5, install desktop file properly, wrt bug #299268. Drop
+ old revision
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cutecom-0.20.0-r1.ebuild,
cutecom-0.22.0.ebuild:
1.1 net-dialup/cutecom/cutecom-0.22.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: cutecom-0.22.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild,v 1.1 2013/03/07 10:55:14 pinkbyte Exp $
EAPI=5
inherit cmake-utils
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 [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-07 10:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 10:55 [gentoo-commits] gentoo-x86 commit in net-dialup/cutecom: cutecom-0.22.0-r1.ebuild ChangeLog cutecom-0.22.0.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox