ChangeLog

# ChangeLog for app-arch/tarsync
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.13 2007/01/25 07:44:01 antarus Exp $

25 Jan 2007; Alec Warner tarsync-0.2.1.ebuild:
unstable on amd64

20 Dec 2006; Zac Medico
-tarsync-0.1.ebuild, tarsync-0.2.1.ebuild:
Punt the old version and fix the SRC_URI in the remaining ebuild.

08 Aug 2006; Stephanie Lockwood-Childs
tarsync-0.2.1.ebuild:
stable on ppc (Bug #141388)

07 Aug 2006; Andrej Kacian tarsync-0.2.1.ebuild:
Stable on x86. Bug #141388.

*tarsync-0.2.1 (24 Jul 2006)

24 Jul 2006; Zac Medico +tarsync-0.2.1.ebuild,
-files/bug_140593_strcmp.patch, -tarsync-0.2.ebuild, -tarsync-0.2-r1.ebuild:
Add the new 0.2.1 release and remove the outdated 0.2 release.

*tarsync-0.2-r1 (24 Jul 2006)

24 Jul 2006; Zac Medico +tarsync-0.2-r1.ebuild,
+files/bug_140593_strcmp.patch:
0.2-r1 revbump for bug #140593.

08 May 2006; Thomas Cort tarsync-0.1.ebuild,
tarsync-0.2.ebuild:
Added missing IUSE and removed useless RDEPEND=RDEPEND line.

*tarsync-0.2 (02 Feb 2006)

02 Feb 2006; +tarsync-0.2.ebuild:
version 2, baby. Mainly, can be compiled under gcc4, and relies on
diffball's libcfile (at some point, that'll be split out and the dep
converted to || () )

07 Sep 2005; Joseph Jezak tarsync-0.1.ebuild:
Marked ppc stable for bug #105038.

22 Jul 2005; David Holm tarsync-0.1.ebuild:
Added to ~ppc.

26 May 2005; Sven Wegener metadata.xml:
Herd name is 'no-herd' not 'None'

*tarsync-0.1: May 24 2005

24 May 2005; Brian Harring tarsync-0.1.ebuild:
Initial import. Used for sync'ing a directory against a tarball, _including_
doing deletions (tar lacks the latter).

Manifest

DIST tarsync-0.2.1.tar.bz2 13593 RMD160 f4022308d12536a4df02b64d07818de7b1258efa SHA1 0c1108d6434c7a63e4422b15c4cac52a7a43f006 SHA256 5cbfdcb637b899c29bfb74e97a09daff6173c45201840aa5ac251eb93aef1775
EBUILD tarsync-0.2.1.ebuild 679 RMD160 7a6f5a39dd5d1784e1d154b9a5d0014979ad732b SHA1 bad0bb36fa6a8f51c6e742c259e551d67427c889 SHA256 dded1b11b25b74aeba88affe06bcb742afb0919f53b33f486fa4f62e85edb8e4
MISC ChangeLog 2003 RMD160 76bca02bd9eb4c8f6c7476072d8e0fd577c4962a SHA1 1e1ee5855ffde87c64a7f9dbbb7f77f62e40f539 SHA256 8eb39cf3e61cec66203e8210d24df772669a37fd904ec8f9bfe04d452c186b26
MISC metadata.xml 219 RMD160 613195ece366b33606e71ff1753be048f2507841 SHA1 d162fb909241ef50b95a3539bdfcde95429bdf81 SHA256 cbd3a20e5c89a48a842f7132fe705bf39959f02c1025052efce8aad8a8baa8dc

metadata.xml




no-herd
zmedico@gentoo.org

tarsync-0.2.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.5 2007/01/25 07:44:01 antarus Exp $

DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://gentooexperimental.org/~ferringb/tarsync/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~hppa ppc x86 ~amd64"
IUSE=""

S="${WORKDIR}/${PN}"

DEPEND=">=dev-util/diffball-0.7"
RDEPEND="${DEPEND}"

src_compile() {
cd "${S}"
emake || die "emake failed"
}

src_install() {
cd ${S}
make DESTDIR="${D}" install || die "failed installing"
}