summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2004-12-16 20:53:32 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2004-12-16 20:53:32 +0000
commitb0afd342f77edb32a5528e5a2d6b68833c8ef35c (patch)
tree0b029177b0caef12410b34dd860e0d9cb9d250a9 /net-misc/cutecom
parentlibtoolize; bug #74664 (diff)
downloadhistorical-b0afd342f77edb32a5528e5a2d6b68833c8ef35c.tar.gz
historical-b0afd342f77edb32a5528e5a2d6b68833c8ef35c.tar.bz2
historical-b0afd342f77edb32a5528e5a2d6b68833c8ef35c.zip
Initial add, bug #74236
Diffstat (limited to 'net-misc/cutecom')
-rw-r--r--net-misc/cutecom/ChangeLog11
-rw-r--r--net-misc/cutecom/Manifest14
-rw-r--r--net-misc/cutecom/cutecom-0.12.0.ebuild27
-rw-r--r--net-misc/cutecom/files/digest-cutecom-0.12.01
-rw-r--r--net-misc/cutecom/metadata.xml8
5 files changed, 61 insertions, 0 deletions
diff --git a/net-misc/cutecom/ChangeLog b/net-misc/cutecom/ChangeLog
new file mode 100644
index 000000000000..7124bcb1ff5a
--- /dev/null
+++ b/net-misc/cutecom/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-misc/cutecom
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cutecom/ChangeLog,v 1.1 2004/12/16 20:53:32 sekretarz Exp $
+
+*cutecom-0.12.0 (16 Dec 2004)
+
+ 16 Dec 2004; Karol Wojtaszek <sekretarz@gentoo.org> +metadata.xml,
+ +cutecom-0.12.0.ebuild:
+ Initial add and the glory goes to Jurek Bartuszek <koxta@koxta.net> in bug
+ #74236
+
diff --git a/net-misc/cutecom/Manifest b/net-misc/cutecom/Manifest
new file mode 100644
index 000000000000..2ce756eca132
--- /dev/null
+++ b/net-misc/cutecom/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 576651845fe2977d86d8f6a07bb2fa10 cutecom-0.12.0.ebuild 739
+MD5 4b334baa30f9a957094a7ea3340ea4bb ChangeLog 421
+MD5 70eaf71c2018b87fe06aed9df3799509 metadata.xml 225
+MD5 949bebbe2a4ce9e7429475bfa947381b files/digest-cutecom-0.12.0 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBwgPnZ/iYVBmujdURAolbAJwOc7tiPJUNwBOQTZG0xOeqaVZBiACfb6Uw
+a1rk/694F9Xc370X69LbCoo=
+=MVS9
+-----END PGP SIGNATURE-----
diff --git a/net-misc/cutecom/cutecom-0.12.0.ebuild b/net-misc/cutecom/cutecom-0.12.0.ebuild
new file mode 100644
index 000000000000..d5d75d0515aa
--- /dev/null
+++ b/net-misc/cutecom/cutecom-0.12.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cutecom/cutecom-0.12.0.ebuild,v 1.1 2004/12/16 20:53:32 sekretarz Exp $
+
+DESCRIPTION="CuteCom is a serial terminal, like minicom, working in GUI (qt)"
+HOMEPAGE="http://cutecom.sourceforge.net"
+SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND=">=x11-libs/qt-3.2.0"
+
+inherit eutils
+
+src_compile() {
+ addwrite "${QTDIR}/etc/settings"
+ econf
+ emake
+}
+
+src_install() {
+ dobin "cutecom"
+ dodoc README Changelog COPYING README
+
+ make_desktop_entry cutecom "CuteCom" ${KDEDIR}/share/icons/kdeclassic/32x32/actions/openterm.png
+}
diff --git a/net-misc/cutecom/files/digest-cutecom-0.12.0 b/net-misc/cutecom/files/digest-cutecom-0.12.0
new file mode 100644
index 000000000000..3941d9c4022d
--- /dev/null
+++ b/net-misc/cutecom/files/digest-cutecom-0.12.0
@@ -0,0 +1 @@
+MD5 2e9cc92b32686e443624d87e398bec32 cutecom-0.12.0.tar.gz 18983
diff --git a/net-misc/cutecom/metadata.xml b/net-misc/cutecom/metadata.xml
new file mode 100644
index 000000000000..5e216ef5bfc4
--- /dev/null
+++ b/net-misc/cutecom/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>sekretarz@gentoo.org</email>
+</maintainer>
+</pkgmetadata>