diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-25 22:17:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-25 22:17:20 +0000 |
commit | 5cdd6e7541b0337859dc47b1f48ffa5163c312b8 (patch) | |
tree | da16619d52f7e26dcff5d158dc1a9136320f0a99 | |
parent | Mark 3.4.1 stable on ia64 (diff) | |
download | gentoo-2-5cdd6e7541b0337859dc47b1f48ffa5163c312b8.tar.gz gentoo-2-5cdd6e7541b0337859dc47b1f48ffa5163c312b8.tar.bz2 gentoo-2-5cdd6e7541b0337859dc47b1f48ffa5163c312b8.zip |
Initial commit. Bug #94907, ebuild submitted by Piotr Synowiec <piotr@synowiec.org>.
(Portage version: 2.1_pre7)
-rw-r--r-- | app-misc/interceptty/ChangeLog | 11 | ||||
-rw-r--r-- | app-misc/interceptty/Manifest | 6 | ||||
-rw-r--r-- | app-misc/interceptty/files/digest-interceptty-0.6 | 3 | ||||
-rw-r--r-- | app-misc/interceptty/interceptty-0.6.ebuild | 26 | ||||
-rw-r--r-- | app-misc/interceptty/metadata.xml | 8 |
5 files changed, 54 insertions, 0 deletions
diff --git a/app-misc/interceptty/ChangeLog b/app-misc/interceptty/ChangeLog new file mode 100644 index 000000000000..be30768637a0 --- /dev/null +++ b/app-misc/interceptty/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-misc/interceptty +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/ChangeLog,v 1.1 2006/03/25 22:17:20 robbat2 Exp $ + +*interceptty-0.6 (25 Mar 2006) + + 25 Mar 2006; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +interceptty-0.6.ebuild: + Initial commit. Bug #94907, ebuild submitted by Piotr Synowiec + <piotr@synowiec.org>. + diff --git a/app-misc/interceptty/Manifest b/app-misc/interceptty/Manifest new file mode 100644 index 000000000000..f31d97217a5d --- /dev/null +++ b/app-misc/interceptty/Manifest @@ -0,0 +1,6 @@ +MD5 a2ab6dd1ab6faa21f6067a640f7361ca files/digest-interceptty-0.6 244 +RMD160 52e2bbb759e0035a5dd2bbd91b7da4bbe368fa29 files/digest-interceptty-0.6 244 +SHA256 4bf673b918050da58a342d6e2dfe82f99f74c4b394741bfcf36f298106a32a2b files/digest-interceptty-0.6 244 +MD5 db1aa150fcb63759cac235f59e90a779 interceptty-0.6.ebuild 695 +RMD160 5969ebb58f580f9362a1c939af30bfa9a93c9571 interceptty-0.6.ebuild 695 +SHA256 cdff8d39b167fb5183f69fe7f2d7dbaf5b28b143c03bc0faa195f12293910a80 interceptty-0.6.ebuild 695 diff --git a/app-misc/interceptty/files/digest-interceptty-0.6 b/app-misc/interceptty/files/digest-interceptty-0.6 new file mode 100644 index 000000000000..cfd535e6b2ad --- /dev/null +++ b/app-misc/interceptty/files/digest-interceptty-0.6 @@ -0,0 +1,3 @@ +MD5 915244f09601e3c71209e444f2d3194f interceptty-0.6.tar.gz 95911 +RMD160 02a8696bd6e22bdaf1c9f0bc519d0521e336e59e interceptty-0.6.tar.gz 95911 +SHA256 0fe4b881a56c9fe94d3409f303839e03e7b43cfb1fb0d6a3ba3255fa2b190641 interceptty-0.6.tar.gz 95911 diff --git a/app-misc/interceptty/interceptty-0.6.ebuild b/app-misc/interceptty/interceptty-0.6.ebuild new file mode 100644 index 000000000000..76dcc72411af --- /dev/null +++ b/app-misc/interceptty/interceptty-0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.1 2006/03/25 22:17:20 robbat2 Exp $ + +DESCRIPTION="interceptty is a program that can sit between a real (or fake!) serial port and an application, recording any communications between the application and the device." +HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/" +SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + into /usr + dobin interceptty interceptty-nicedump + dodoc AUTHORS NEWS README TODO + doman interceptty.1 +} diff --git a/app-misc/interceptty/metadata.xml b/app-misc/interceptty/metadata.xml new file mode 100644 index 000000000000..5d9f5be9d49d --- /dev/null +++ b/app-misc/interceptty/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>robbat2@gentoo.org</email> +</maintainer> +</pkgmetadata> |