Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/cwtext
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cwtext/ChangeLog,v 1.15 2008/04/07 20:18:14 armin76 Exp $
07 Apr 2008; Raúl Porcel
Some fixes and sparc stable, thanks to Tiago Cunha
19 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
25 Dec 2007; Christian Heim
Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed.
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
18 Dec 2006; Alexander H. Færøy
Stable on MIPS.
07 Aug 2006; Patrick McLean
Stable on amd64 (bug #142807)
15 Oct 2005; Fabian Groffen
Marked ~ppc-macos (bug #108595)
05 Jun 2005; Michael Hanselmann
Stable on ppc.
21 May 2005; Simon Stelling
added ~amd64 keyword
16 May 2005; Stephanie Lockwood-Childs
cwtext-0.94.ebuild:
add ~ppc
28 Jun 2004; Ciaran McCreesh
Added ~sparc, ~mips
26 Apr 2004; Mamoru KOMACHI
Stable on x86
*cwtext-0.94 (22 Feb 2004)
22 Feb 2004; Mamoru KOMACHI
Initial import. Ebuild submitted by Robert Cernansky
DIST cwtext-0.94.tar.gz 12957 RMD160 5b7f78dd84665850de383489df20a8c4b1428a96 SHA1 ad2dc3002cbb977d8b735680820d4264bb7cc184 SHA256 7aa753003e055b2a1edddf353db1553a247dd0aaa7d269d293b809f636ba2cbe
EBUILD cwtext-0.94.ebuild 737 RMD160 3dde4c0c7b4be88065dbe519d17ea34636252c6d SHA1 fa0bc9cf50a71eea83c2851654cabe86ff92c4fb SHA256 4d8965863dc8d97be425fda680004cef303c26f236ec1f637be893ae313a5fce
MISC ChangeLog 1705 RMD160 5630ff98f3a1431a789b992489e7cfa8be1a6865 SHA1 72f7a24e5b9772be9385fa2d3d9af754d8c0aaa8 SHA256 88e04896fd311df008e6788022c780f8f2d568711641a280b978773319d0e36b
MISC metadata.xml 236 RMD160 92f49f8275e75caf57b88a3172d5204eaa4e33ae SHA1 dd1a8550a514e55ab0ed6190ab4794bb090994f8 SHA256 56075995f83836ae824c7cb01931b98d6745f6d5a7764299c8262e801486b829
# Copyright 1999-2008 Gentoo Foundation
# 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.13 2008/04/07 20:18:14 armin76 Exp $
inherit toolchain-funcs
DESCRIPTION="Text to Morse Code converter"
HOMEPAGE="http://cwtext.sourceforge.net"
SRC_URI="mirror://sourceforge/cwtext/${P}.tar.gz"
KEYWORDS="amd64 mips ppc sparc 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"
tc-export CC
}
src_compile() {
emake install || die
}
src_install() {
dobin cwtext cwpcm cwmm
dodoc Changes README TODO
}