From 2ad504c67a4addcf6d762d868a2aab454007eec3 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 7 Mar 2009 15:46:14 +0000 Subject: Initial commit. Fixes #225903. Ebuild by Victor Ostorga. (Portage version: 2.2_rc23/cvs/Linux x86_64) --- app-text/tofrodos/ChangeLog | 10 ++++++++++ app-text/tofrodos/metadata.xml | 9 +++++++++ app-text/tofrodos/tofrodos-1.7.8.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 app-text/tofrodos/ChangeLog create mode 100644 app-text/tofrodos/metadata.xml create mode 100644 app-text/tofrodos/tofrodos-1.7.8.ebuild (limited to 'app-text') diff --git a/app-text/tofrodos/ChangeLog b/app-text/tofrodos/ChangeLog new file mode 100644 index 000000000000..027c76704f0b --- /dev/null +++ b/app-text/tofrodos/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/tofrodos +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tofrodos/ChangeLog,v 1.1 2009/03/07 15:46:14 patrick Exp $ + +*tofrodos-1.7.8 (07 Mar 2009) + + 07 Mar 2009; Patrick Lauer +metadata.xml, + +tofrodos-1.7.8.ebuild: + Initial commit. Fixes #225903. Ebuild by Victor Ostorga. + diff --git a/app-text/tofrodos/metadata.xml b/app-text/tofrodos/metadata.xml new file mode 100644 index 000000000000..e433c08d449a --- /dev/null +++ b/app-text/tofrodos/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + patrick@gentoo.org + Patrick Lauer + + diff --git a/app-text/tofrodos/tofrodos-1.7.8.ebuild b/app-text/tofrodos/tofrodos-1.7.8.ebuild new file mode 100644 index 000000000000..a28f89bbfb48 --- /dev/null +++ b/app-text/tofrodos/tofrodos-1.7.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tofrodos/tofrodos-1.7.8.ebuild,v 1.1 2009/03/07 15:46:14 patrick Exp $ + +DESCRIPTION="text file conversion utility that converts ASCII files between the +MSDOS format and the Unix format" +HOMEPAGE="http://tofrodos.sourceforge.net/" +SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${PN}/src" + +src_compile() { + emake DEBUG=1 || die "Compile failed." +} + +src_install() { + dobin fromdos || die + dosym fromdos /usr/bin/todos + doman fromdos.1 +} -- cgit v1.2.3-65-gdbad