diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2006-12-10 12:32:20 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2006-12-10 12:32:20 +0000 |
commit | 0c66237072c6cfe31b590c45101ecb02f012f394 (patch) | |
tree | 10aebeff3a69311074a5d859a4f0a7f5872a94c5 /net-dialup/cutecom | |
parent | Changed perl-core/Storable to virtual/perl-Storable (bug #157682) (diff) | |
download | gentoo-2-0c66237072c6cfe31b590c45101ecb02f012f394.tar.gz gentoo-2-0c66237072c6cfe31b590c45101ecb02f012f394.tar.bz2 gentoo-2-0c66237072c6cfe31b590c45101ecb02f012f394.zip |
net-dialup/cutecom: Version bump. Changed maintainer from Karol Wojtaszek <sekretarz@gentoo.org> to Jurek Bartuszek <jurek@gentoo.org>
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-dialup/cutecom')
-rw-r--r-- | net-dialup/cutecom/ChangeLog | 10 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.14.1.ebuild | 35 | ||||
-rw-r--r-- | net-dialup/cutecom/files/digest-cutecom-0.14.1 | 3 | ||||
-rw-r--r-- | net-dialup/cutecom/metadata.xml | 3 |
4 files changed, 49 insertions, 2 deletions
diff --git a/net-dialup/cutecom/ChangeLog b/net-dialup/cutecom/ChangeLog index 2edbf46e48dd..6fdaa7faf75c 100644 --- a/net-dialup/cutecom/ChangeLog +++ b/net-dialup/cutecom/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-dialup/cutecom # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.10 2006/09/21 12:42:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.11 2006/12/10 12:32:20 jurek Exp $ + +*cutecom-0.14.1 (10 Dec 2006) + + 10 Dec 2006; Jurek Bartuszek <jurek@gentoo.org> metadata.xml, + +cutecom-0.14.1.ebuild: + - Version bump. + - Changed maintainer from Karoj Wojtaszek <sekretarz@gentoo.org> to + Jurek Bartuszek <jurek@gentoo.org> 21 Sep 2006; Alin Nastac <mrness@gentoo.org> cutecom-0.14.0.ebuild: Stable on x86. diff --git a/net-dialup/cutecom/cutecom-0.14.1.ebuild b/net-dialup/cutecom/cutecom-0.14.1.ebuild new file mode 100644 index 000000000000..eab3de7c7144 --- /dev/null +++ b/net-dialup/cutecom/cutecom-0.14.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v 1.1 2006/12/10 12:32:20 jurek Exp $ + +inherit eutils qt3 + +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="$(qt_min_version 3.2)" +RDEPEND="${DEPEND} + net-dialup/lrzsz" + +src_compile() { + addwrite "${QTDIR}/etc/settings" + econf && emake || die "compile failed" + + local f + for f in "${QTDIR}"/etc/settings/.qt_plugins*.lock; do + rm -f "${f}" + done +} + +src_install() { + dobin "cutecom" + dodoc README Changelog README + + make_desktop_entry cutecom "CuteCom" openterm +} diff --git a/net-dialup/cutecom/files/digest-cutecom-0.14.1 b/net-dialup/cutecom/files/digest-cutecom-0.14.1 new file mode 100644 index 000000000000..df4b0208d3cf --- /dev/null +++ b/net-dialup/cutecom/files/digest-cutecom-0.14.1 @@ -0,0 +1,3 @@ +MD5 6e6057b82cbe086806c6d66a1b48c753 cutecom-0.14.1.tar.gz 21970 +RMD160 ecf19b6c504c7d333a5dca9b147bc8a9b41ed2ac cutecom-0.14.1.tar.gz 21970 +SHA256 f7ec7b8a1b8b7de9ac668b4bef2b6ef5e9ea03ca978859c7b4c6ff9275b95751 cutecom-0.14.1.tar.gz 21970 diff --git a/net-dialup/cutecom/metadata.xml b/net-dialup/cutecom/metadata.xml index 2825940d7572..8560c8f4cbe7 100644 --- a/net-dialup/cutecom/metadata.xml +++ b/net-dialup/cutecom/metadata.xml @@ -3,7 +3,8 @@ <pkgmetadata> <herd>net-dialup</herd> <maintainer> - <email>sekretarz@gentoo.org</email> + <email>jurek@gentoo.org</email> + <name>Jurek Bartuszek</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> |