Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/hd2u
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.36 2007/08/15 04:06:10 jer Exp $
15 Aug 2007; Jeroen Roovers
Stable for HPPA too.
11 Jul 2006; Mike Frysinger
+files/hd2u-1.0.0-build.patch, hd2u-1.0.0.ebuild:
Respect LDFLAGS/DESTDIR and dont strip while installing.
06 Feb 2006; Simon Stelling
stable on amd64
03 Aug 2005; Bryan Østergaard
Stable on alpha.
18 May 2005; Markus Rothe
Stable on ppc64
07 May 2005; Aron Griffis
stable on ia64
25 Apr 2005; Gustavo Zacarias
Stable on sparc
24 Apr 2005; Michael Hanselmann
Stable on ppc.
23 Apr 2005; Aaron Walker
Marked stable on x86.
21 Apr 2005; Simon Stelling
stable on amd64
08 Apr 2005; Markus Rothe
Stable on ppc64
31 Mar 2005; Aron Griffis
stable on ia64
*hd2u-1.0.0 (15 Mar 2005)
15 Mar 2005; Aaron Walker
Version bump.
18 Jan 2005; Bryan Østergaard
Stable on alpha.
12 Jan 2005; Gustavo Zacarias
Stable on sparc
12 Jan 2005; Aaron Walker
hd2u-0.9.2.ebuild:
Marked stable on x86; tidy old ebuild.
02 Jan 2005; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
07 Dec 2004; Gustavo Zacarias
Stable on sparc
*hd2u-0.9.2 (04 Dec 2004)
04 Dec 2004; Aaron Walker
+hd2u-0.9.2.ebuild:
Version bump; removed unnecessary src_compile(). Also, fixed deps (added
dev-libs/popt).
29 Nov 2004; Aaron Walker
Marked stable on x86.
21 Oct 2004; Aaron Walker
Add metadata (shell-tools)
04 Oct 2004; Tom Gall
stable on ppc64, bug #64270
12 May 2004; Bryan Østergaard
Stable on alpha.
25 Apr 2004; Aron Griffis
hd2u-0.8.1.ebuild:
Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett
hd2u-0.8.1.ebuild, hd2u-0.8.2.ebuild:
Don't assign default to S; header fix
*hd2u-0.8.2 (03 Oct 2003)
03 Oct 2003; Joel Hill
Version bump, homepage correction.
*hd2u-0.8.1 (19 Sep 2003)
19 Sep 2003;
version bump thanks to hillster
12 Jun 2003;
fix Header
06 Dec 2002; Rodney Rees
*hd2u-0.8.0 (10 May 2002)
2 Aug 2002; phoen][x
Added KEYWORDS, SLOT.
10 May 2002; G Shapovalov
initial release
AUX hd2u-1.0.0-build.patch 474 RMD160 83053620e910241ba1123939fcfa82b113c16c55 SHA1 224fbfb135eaca2a530e352e925b16a9e07c1552 SHA256 d20d9d70c9779e254a63706fbce88cd5eae7f704e6c56a8f62bbc5c23ffee353
DIST hd2u-1.0.0.tgz 54461 RMD160 7df603d51e65f6846b9f4b61245e1616274138af SHA1 34ed30a907e359df87dc1ed9a8c8ad6a0236ae1e SHA256 8bd8fa17600399fc9c684c644946c8699fb7235a030bfd1e8e0a8ecd31bc3ca7
EBUILD hd2u-1.0.0.ebuild 743 RMD160 0096379c940cefe6025a1eff4c0bf68eeeb8a52a SHA1 55bf8587c3f4520a9f5ffe3e7670a19ddce442bd SHA256 487342f8651f26e45d5af8f40ea4b9f2d933b7c8d92031c4b334fa7fe803a2e7
MISC ChangeLog 3426 RMD160 1e8f91f5e6d71c878b4b7119acec43e05b6f4055 SHA1 a7111115a4d66c02599f4325a27b77ecfc3ce8dc SHA256 f316d372a4f380b0d9bf20fcef9a2afed0ab776499ca86720a15f86bb3ec96de
MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-1.0.0.ebuild,v 1.10 2007/08/15 04:06:10 jer Exp $
inherit eutils
DESCRIPTION="Dos2Unix text file converter"
HOMEPAGE="http://www.megaloman.com/~hany/software/hd2u/"
SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND="!app-text/dos2unix
dev-libs/popt"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
}
src_install() {
emake install DESTDIR="${D}" || die "make install failed"
dodoc AUTHORS CREDITS ChangeLog INSTALL NEWS README TODO
}