Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: dev-util/bsdiff/bsdiff-4.3-r1.ebuild

Issue 2779016: bsdiff: convert ebuild to the new eclass format (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos-overlay
Patch Set: Ahem: fixed the keywords, too Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dev-util/bsdiff/files/4.3_bspatch-support-input-output-positioning.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev-util/bsdiff/bsdiff-4.3-r1.ebuild
diff --git a/dev-util/bsdiff/bsdiff-4.3-r1.ebuild b/dev-util/bsdiff/bsdiff-4.3-r1.ebuild
index bb3b899866ac1ecab6b870dccb50638adcfb51ee..a58d62416de5f5ba7e414801f51c3b064333d08b 100644
--- a/dev-util/bsdiff/bsdiff-4.3-r1.ebuild
+++ b/dev-util/bsdiff/bsdiff-4.3-r1.ebuild
@@ -2,12 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/bsdiff-4.3-r1.ebuild,v 1.12 2010/01/15 21:21:10 fauli Exp $
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
+EAPI=2
IUSE=""
DESCRIPTION="bsdiff: Binary Differencer using a suffix alg"
HOMEPAGE="http://www.daemonology.net/bsdiff/"
+SRC_URI="http://www.daemonology.net/bsdiff/${P}.tar.gz"
SLOT="0"
LICENSE="BSD-2"
@@ -16,11 +18,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86 ~x86-fbsd ~x86-freebsd ~a
DEPEND="app-arch/bzip2"
RDEPEND="${DEPEND}"
-src_unpack() {
- local third_party="${CHROMEOS_ROOT}/src/third_party"
- elog "Using third_party: $third_party"
- mkdir -p "${S}"
- cp -a "${third_party}/bsdiff/files"/* "${S}" || die
+src_prepare() {
+ epatch ${FILESDIR}/4.3_bspatch-support-input-output-positioning.patch
}
src_compile() {
« no previous file with comments | « no previous file | dev-util/bsdiff/files/4.3_bspatch-support-input-output-positioning.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698