diff options
author | 2015-04-14 23:55:26 +0000 | |
---|---|---|
committer | 2015-04-14 23:55:26 +0000 | |
commit | b7835c7a4cdb0f785b36863b31f199eedfbd2774 (patch) | |
tree | 52061e37c166b34f6f1efc98de1c139915dea5db /app-text/cwtext | |
parent | Remove old. (diff) | |
download | gentoo-2-b7835c7a4cdb0f785b36863b31f199eedfbd2774.tar.gz gentoo-2-b7835c7a4cdb0f785b36863b31f199eedfbd2774.tar.bz2 gentoo-2-b7835c7a4cdb0f785b36863b31f199eedfbd2774.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text/cwtext')
-rw-r--r-- | app-text/cwtext/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/cwtext/cwtext-0.94.ebuild | 32 |
2 files changed, 5 insertions, 35 deletions
diff --git a/app-text/cwtext/ChangeLog b/app-text/cwtext/ChangeLog index 11f1a1838317..fcb2891312ff 100644 --- a/app-text/cwtext/ChangeLog +++ b/app-text/cwtext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/cwtext -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cwtext/ChangeLog,v 1.27 2012/03/08 21:25:06 ranger Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cwtext/ChangeLog,v 1.28 2015/04/14 23:55:26 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -cwtext-0.94.ebuild: + Remove old. 08 Mar 2012; Brent Baude <ranger@gentoo.org> cwtext-0.96.ebuild: Marking cwtext-0.96 ppc64 for bug 393803 @@ -84,4 +87,3 @@ 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/cwtext-0.94.ebuild b/app-text/cwtext/cwtext-0.94.ebuild deleted file mode 100644 index 3740ca29a5db..000000000000 --- a/app-text/cwtext/cwtext-0.94.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 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.18 2012/02/05 15:46:26 armin76 Exp $ - -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" -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}"/${P}-asneeded.patch - tc-export CC -} - -src_install() { - dobin cwtext cwpcm cwmm || die "dobin failed" - - dodoc Changes README TODO -} |