summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-02-21 17:48:01 +0000
committerMamoru Komachi <usata@gentoo.org>2004-02-21 17:48:01 +0000
commitffa6305c149237c4fe167f244005255a67d4bd68 (patch)
tree65ef9da54c5807ffa8672c35281acfa251f222bb /app-text/cwtext
parentVersion bumped and made new SLOT. This closes bug #42079. (Manifest recommit) (diff)
downloadgentoo-2-ffa6305c149237c4fe167f244005255a67d4bd68.tar.gz
gentoo-2-ffa6305c149237c4fe167f244005255a67d4bd68.tar.bz2
gentoo-2-ffa6305c149237c4fe167f244005255a67d4bd68.zip
Initial import. Ebuild submitted by Robert Cernansky <openhs@users.sourceforge.net>, closing bug #30594
Diffstat (limited to 'app-text/cwtext')
-rw-r--r--app-text/cwtext/ChangeLog10
-rw-r--r--app-text/cwtext/Manifest2
-rw-r--r--app-text/cwtext/cwtext-0.94.ebuild32
-rw-r--r--app-text/cwtext/files/digest-cwtext-0.941
-rw-r--r--app-text/cwtext/metadata.xml12
5 files changed, 57 insertions, 0 deletions
diff --git a/app-text/cwtext/ChangeLog b/app-text/cwtext/ChangeLog
new file mode 100644
index 000000000000..d78831d9ea32
--- /dev/null
+++ b/app-text/cwtext/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-text/cwtext
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cwtext/ChangeLog,v 1.1 2004/02/21 17:48:01 usata Exp $
+
+*cwtext-0.94 (22 Feb 2004)
+
+ 22 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> cwtext-0.94.ebuild:
+ Initial import. Ebuild submitted by Robert Cernansky
+ <openhs@users.sourceforge.net>, closing bug #30594
+
diff --git a/app-text/cwtext/Manifest b/app-text/cwtext/Manifest
new file mode 100644
index 000000000000..a127318a53dc
--- /dev/null
+++ b/app-text/cwtext/Manifest
@@ -0,0 +1,2 @@
+MD5 242f66f2e60df04781a4547ea04c2643 cwtext-0.94.ebuild 592
+MD5 a9f5de270f3afabb3caf4e62c0d66c2b files/digest-cwtext-0.94 62
diff --git a/app-text/cwtext/cwtext-0.94.ebuild b/app-text/cwtext/cwtext-0.94.ebuild
new file mode 100644
index 000000000000..ca3b583cb808
--- /dev/null
+++ b/app-text/cwtext/cwtext-0.94.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cwtext/cwtext-0.94.ebuild,v 1.1 2004/02/21 17:48:01 usata Exp $
+
+
+DESCRIPTION="Text to Morse Code converter"
+HOMEPAGE="http://cwtext.sourceforge.net"
+SRC_URI="mirror://sourceforge/cwtext/${P}.tar.gz"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # change install directory to ${S}
+ sed -i -e "/^PREFIX/ s:=.*:=\"${S}\":" makefile || \
+ die "sed makefile failed"
+}
+
+src_compile() {
+ make install || die
+}
+
+src_install() {
+ dobin cwtext cwpcm cwmm
+
+ dodoc COPYING Changes README TODO
+}
diff --git a/app-text/cwtext/files/digest-cwtext-0.94 b/app-text/cwtext/files/digest-cwtext-0.94
new file mode 100644
index 000000000000..28aceee505b4
--- /dev/null
+++ b/app-text/cwtext/files/digest-cwtext-0.94
@@ -0,0 +1 @@
+MD5 cc98ed413ec36b39fd1e9ed921635bb0 cwtext-0.94.tar.gz 12957
diff --git a/app-text/cwtext/metadata.xml b/app-text/cwtext/metadata.xml
new file mode 100644
index 000000000000..be95d45819de
--- /dev/null
+++ b/app-text/cwtext/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>usata@gentoo.org</email>
+ <description>It doesn't belong to text-markup herd but was assigned
+ to text-markup herd. I took it to Portage but feel free to take over
+ it if you would like (or if there exists suitable herd for the
+ package, please reassign it to that herd.</description>
+</maintainer>
+</pkgmetadata>