diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 17:48:01 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 17:48:01 +0000 |
commit | 0be0199824464827595d45a7ac73f990017fff31 (patch) | |
tree | fd3bfdb5dda3ffc8ac0a601c3d6dbe298eff72d6 /app-text | |
parent | Version bumped and made new SLOT. This closes bug #42079. (diff) | |
download | historical-0be0199824464827595d45a7ac73f990017fff31.tar.gz historical-0be0199824464827595d45a7ac73f990017fff31.tar.bz2 historical-0be0199824464827595d45a7ac73f990017fff31.zip |
Initial import. Ebuild submitted by Robert Cernansky <openhs@users.sourceforge.net>, closing bug #30594
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cwtext/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/cwtext/Manifest | 4 | ||||
-rw-r--r-- | app-text/cwtext/cwtext-0.94.ebuild | 32 | ||||
-rw-r--r-- | app-text/cwtext/files/digest-cwtext-0.94 | 1 | ||||
-rw-r--r-- | app-text/cwtext/metadata.xml | 12 |
5 files changed, 59 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..ece9990a2641 --- /dev/null +++ b/app-text/cwtext/Manifest @@ -0,0 +1,4 @@ +MD5 a201d54f335a1c614409805d8522fbab cwtext-0.94.ebuild 689 +MD5 795139544564765a879309d7f8573000 metadata.xml 485 +MD5 9529f7c808fb7f0703b386d94bd32c59 ChangeLog 417 +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> |