summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-12 16:50:07 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-12 16:50:07 +0000
commitbc49d2a90163ccdbfd4e1b83c77982dc910ca274 (patch)
tree0cebbd28f8c1657d4aa6034b1c0738e04ccdab1c /app-arch
parentMissing src_configure function for EAPI2 ebuild. Remove old. (diff)
downloadgentoo-2-bc49d2a90163ccdbfd4e1b83c77982dc910ca274.tar.gz
gentoo-2-bc49d2a90163ccdbfd4e1b83c77982dc910ca274.tar.bz2
gentoo-2-bc49d2a90163ccdbfd4e1b83c77982dc910ca274.zip
QA fixes; redundant "cd "
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/tarsync/ChangeLog7
-rw-r--r--app-arch/tarsync/tarsync-0.2.1.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/app-arch/tarsync/ChangeLog b/app-arch/tarsync/ChangeLog
index d6f99c34298f..93841ce4ca3f 100644
--- a/app-arch/tarsync/ChangeLog
+++ b/app-arch/tarsync/ChangeLog
@@ -1,6 +1,9 @@
# 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.14 2009/10/12 16:50:07 halcy0n Exp $
+
+ 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> tarsync-0.2.1.ebuild:
+ QA fixes; redundant "cd "
25 Jan 2007; Alec Warner <antarus@gentoo.org> tarsync-0.2.1.ebuild:
unstable on amd64
diff --git a/app-arch/tarsync/tarsync-0.2.1.ebuild b/app-arch/tarsync/tarsync-0.2.1.ebuild
index 511df640b414..3c258ed2f9fa 100644
--- a/app-arch/tarsync/tarsync-0.2.1.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.6 2009/10/12 16:50:07 halcy0n Exp $
DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://gentooexperimental.org/~ferringb/tarsync/"
@@ -17,11 +17,9 @@ 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"
}