ChangeLog

# ChangeLog for app-arch/afio
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/ChangeLog,v 1.17 2007/02/09 07:09:31 flameeyes Exp $

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

09 Sep 2005; Aron Griffis afio-2.5.ebuild:
Mark 2.5 stable on alpha

21 Apr 2005; Simon Stelling afio-2.5.ebuild:
stable on amd64

28 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

08 Oct 2004; Bryan Østergaard afio-2.5.ebuild:
~alpha keywording.

07 Jun 2004; Robert Coie afio-2.5.ebuild:
keyword ~amd64

25 May 2004; Michael Sterrett afio-2.5.ebuild:
add the Makefile patch to the new version as well (bug #52004)

*afio-2.5 (25 Feb 2004)

25 Feb 2004; Michael Sterrett afio-2.5.ebuild:
version bump; ebuild submitted by Diego Garcia via bug #42772

10 Nov 2003; Michael Sterrett afio-2.4.7.ebuild,
files/Makefile.patch:
add eutils for epatch; add patch for Makefile for bug 33094; more error
checking/messages; tidy

*afio-2.4.7 (26 May 2002)
06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords


14 Aug 2002; Pieter Van den Abeele :
Added ppc keyword

26 May 2002; Ben Lutgens ChangeLog
afio-2.4.7.ebuild, files/digest-afio-2.4.7

initial commit of new package

Manifest

AUX Makefile.patch 350 RMD160 edc622c8ac55f0369d8f548c65b8d855de258848 SHA1 2639e5292a7408bc05cade1b79474909d7f31239 SHA256 901b92bb68d63b8d9c488aab81510929c45325c52b4bbbcff136a6f45cf586ab
DIST afio-2.4.7.tgz 91224 RMD160 3626d9ed7c560a9d0c7891cfa9a94296562e2249 SHA1 92e473f025cbc69893ccc46c4f91ffb52da2fef3 SHA256 a00a5c26c2f323ca87cb82278915391537ac25327d27510bbca3b8b482e36899
DIST afio-2.5.tgz 179184 RMD160 991bdb794ee8b4b7e6a737afa85009aae925699d SHA1 051765f209fded60f94944da8a76ae37c3423a23 SHA256 e7801a0f0a8dcbae41f4156dee5dae2a34a558d6c3ceac517efad4fed610ff2e
EBUILD afio-2.4.7.ebuild 1046 RMD160 f17bb0a091d31b307f819ef49fdab91fe834ace6 SHA1 663c356ccd13b14e7b3b3683f55a7ec222e35fa9 SHA256 695b9d08017cee70cbcd81fd12015d6f46ae0f53dc6e728d571ca95d2264e4fc
EBUILD afio-2.5.ebuild 1017 RMD160 5979cb93366bbde31fb1aac077c42d1df7da8e07 SHA1 8f5ffe1f672d19c4225a64db121afb98ac587e90 SHA256 596326c350bcd7c7f62708ea77f2089e14f9e6fee72b858bfaf756ffd9ea5eff
MISC ChangeLog 1696 RMD160 a99a087208ccf55fbc4889486a78aaec7d915017 SHA1 aba4fd7e18e0427cccbb09c1918a308816461e21 SHA256 6135915b4704c18214c5522487351db0b9a7dd5e8ef428860cd3767f1d3fdb2a
MISC metadata.xml 640 RMD160 ab6c19429d5e7b0efe31427a60da44d7970ef89f SHA1 2dfd88d8d1bfa3a6dd52d453d008a200654b6457 SHA256 8f64a7475abb89e310c8ad8b83cb2e9bf48ad77b4142d33cbfa0119b1fc62ca3

afio-2.4.7.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.21 2005/01/01 11:40:20 eradicator Exp $

inherit eutils

DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tgz"
HOMEPAGE="http://freshmeat.net/projects/afio/"

SLOT="0"
LICENSE="Artistic LGPL-2"
KEYWORDS="x86 ppc sparc"
IUSE=""

DEPEND="app-arch/gzip"

src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/Makefile.patch
}

src_compile() {
emake CFLAGS1="${CFLAGS}" || die "emake failed"
}

src_install() {
local i

dobin afio || die "dobin failed"
dodoc README SCRIPTS HISTORY INSTALLATION || die "dodoc failed"
for i in 1 2 3 4 5 ; do
insinto /usr/share/doc/${P}/script$i
doins script$i/* || die "doins failed (${i})"
done
doman afio.1 || die "doman failed"
}

afio-2.5.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.10 2005/11/29 02:55:40 vapier Exp $

inherit eutils

DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
HOMEPAGE="http://freshmeat.net/projects/afio/"
SRC_URI="http://members.brabant.chello.nl/~k.holtman/${P}.tgz"

LICENSE="Artistic LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
IUSE=""

RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"

src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/Makefile.patch
# use our cflags
sed -i \
-e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" \
Makefile \
|| die "sed Makefile failed"
}

src_compile() {
emake || die "emake failed"
}

src_install() {
local i
dobin afio || die "dobin failed"
dodoc ANNOUNCE-2.5 HISTORY README SCRIPTS
for i in 1 2 3 4 5 ; do
docinto script$i
dodoc script$i/*
done
doman afio.1
}

files

metadata.xml




no-herd

wschlich@gentoo.org
Wolfram Schlich
Primary maintainer


Afio makes cpio-format archives. It deals somewhat gracefully
with input data corruption, supports multi-volume archives during interactive
operation, and can make compressed archives that are much safer than compressed
tar or cpio archives. Afio is best used as an 'archive engine' in a backup
script.