Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/fixdos
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/ChangeLog,v 1.12 2007/02/21 22:29:41 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
03 Sep 2006;
stable on amd64
24 Apr 2005; Michael Hanselmann
Stable on ppc.
21 Apr 2005; Simon Stelling
stable on amd64
21 Oct 2004; Aaron Walker
Add metadata (shell-tools)
21 Oct 2004; David Holm
Added to ~ppc.
19 Sep 2004; Tom Gall
stable on ppc64, bug #63668
10 Jul 2004; Tom Martin
Marked ~amd64.
*fixdos-1.3.1 (26 May 2002)
26 May 2002; Ryan Phillips
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
AUX fixdos-1.3.1-gentoo-makefile.diff 328 RMD160 82f9f9007ad85097dc4a289b03b9b5e8d465f276 SHA1 91904c90ed13f37e678e36b624879da5b5392a39 SHA256 35867fb4726f18e916bdcfd7b87b192dbe682a28ab8315246a2d222407792df9
DIST fixDos-1.3.1.tar.gz 15119 RMD160 5dc3047e7b291a57dfde4f447e98abafeea31068 SHA1 e237c08651375efe470020a12b3cc7f983ade8a6 SHA256 e4b440ec832a6fcd2014027dfda50986ec581ba94b55d12fe594316ddb85fb61
EBUILD fixdos-1.3.1.ebuild 812 RMD160 277ab19d7352300efab0cbf1a7825d79a48db352 SHA1 1f252d9f1dfa59fbbf13712d742a73d97d125246 SHA256 44cfaa2ad84a46484c13e4d29eb5270324f0d762799707059b6ec48af7bf1930
MISC ChangeLog 1361 RMD160 7ed5295595233cee32e478934535ba7b30876851 SHA1 3cdc099abb6debdb1a891487614a6c4c9e5508cd SHA256 f726e7600390bff6b95baada1dc5dba1d46e97b431128312d1b54fbd70501ca7
MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.17 2006/09/03 19:55:31 blubb Exp $
inherit eutils
DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines"
HOMEPAGE="http://e.co.za/marius/"
SRC_URI="http://e.co.za/marius/downloads/misc/fixDos-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
DEPEND="virtual/libc"
S=${WORKDIR}/fixDos-${PV}
src_unpack() {
unpack ${A}
cd ${S}
# Apply this patch to the makefile so that it builds with our
# desired CFLAGS.
epatch ${FILESDIR}/${P}-gentoo-makefile.diff
}
src_compile() {
emake || die
}
src_install() {
make INSTALLDIR=${D}/usr/bin install || die
}