diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-text/cwtext | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-text/cwtext')
-rw-r--r-- | app-text/cwtext/Manifest | 1 | ||||
-rw-r--r-- | app-text/cwtext/cwtext-0.96.ebuild | 32 | ||||
-rw-r--r-- | app-text/cwtext/files/cwtext-0.94-asneeded.patch | 19 | ||||
-rw-r--r-- | app-text/cwtext/metadata.xml | 11 |
4 files changed, 63 insertions, 0 deletions
diff --git a/app-text/cwtext/Manifest b/app-text/cwtext/Manifest new file mode 100644 index 000000000000..24caef79cd91 --- /dev/null +++ b/app-text/cwtext/Manifest @@ -0,0 +1 @@ +DIST cwtext-0.96.tar.gz 16596 SHA256 db108e6f510583edf4a285c6d6ab9ab9fdffa3bc5682903b316fd10e1e12393e SHA512 6765c79b6feea2947974bf4654ed1edc83f6c9ddaae1bf37d5ed95dedc4ce9b45d5e41dff7ec50d6586f34901d8f93a3230f1a7e1cf4d52b8a84c851cfbdbd33 WHIRLPOOL eb06efa8c9eb1817431826a5454d417c9440da7e7a8f5ce7a3fd34466d64a2e097140973e31237657b2c88d7b95044e51c9d00568f5217610e5b997f8c6e0a80 diff --git a/app-text/cwtext/cwtext-0.96.ebuild b/app-text/cwtext/cwtext-0.96.ebuild new file mode 100644 index 000000000000..10504fbe96f2 --- /dev/null +++ b/app-text/cwtext/cwtext-0.96.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils toolchain-funcs + +DESCRIPTION="Text to Morse Code converter" +HOMEPAGE="http://cwtext.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + + # change install directory to ${S} + sed -i -e "/^PREFIX/ s:=.*:=\"${S}\":" makefile || \ + die "sed makefile failed" + + epatch "${FILESDIR}"/${PN}-0.94-asneeded.patch + tc-export CC +} + +src_install() { + dobin cwtext cwpcm cwmm || die "dobin failed" + + dodoc Changes README TODO +} diff --git a/app-text/cwtext/files/cwtext-0.94-asneeded.patch b/app-text/cwtext/files/cwtext-0.94-asneeded.patch new file mode 100644 index 000000000000..ab0f16ee75b3 --- /dev/null +++ b/app-text/cwtext/files/cwtext-0.94-asneeded.patch @@ -0,0 +1,19 @@ +--- makefile.orig 2009-01-04 16:00:44.467365615 +0100 ++++ makefile 2009-01-04 16:02:16.338692800 +0100 +@@ -8,13 +8,13 @@ + install -sc cwmm ${PREFIX}/bin + + cwmm: cwmm.o morse.o +- ${CC} ${CFLAGS} -o cwmm $^ ++ ${CC} ${CFLAGS} $(LDFLAGS) -o cwmm $^ + + cwpcm: cwpcm.o morse.o pcm.o +- ${CC} ${CFLAGS} -o cwpcm -lm $^ ++ ${CC} ${CFLAGS} $(LDFLAGS) -o cwpcm $^ -lm + + cwtext: cwtext.o morse.o +- ${CC} ${CFLAGS} -o cwtext $^ ++ ${CC} ${CFLAGS} $(LDFLAGS) -o cwtext $^ + + cwpcm.o: cwpcm.c morse.h pcm.h + ${CC} ${CFLAGS} -c cwpcm.c diff --git a/app-text/cwtext/metadata.xml b/app-text/cwtext/metadata.xml new file mode 100644 index 000000000000..be87db2d90b7 --- /dev/null +++ b/app-text/cwtext/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>tomjbe@gentoo.org</email> + <name>Thomas Beierlein</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">cwtext</remote-id> + </upstream> +</pkgmetadata> |