From a81f76d25a9336b4dc7cf1af2be47457dae6ce55 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Tue, 5 Feb 2013 18:10:33 +0000 Subject: Remove usage of prefix eclass, since ufed makefile now handles it natively. (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x4D269A1B) --- app-portage/ufed/ChangeLog | 5 ++++- app-portage/ufed/ufed-9999.ebuild | 7 +++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'app-portage') diff --git a/app-portage/ufed/ChangeLog b/app-portage/ufed/ChangeLog index 74b8cbfe38b7..4843cd5b1f6a 100644 --- a/app-portage/ufed/ChangeLog +++ b/app-portage/ufed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/ufed # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.93 2013/02/02 12:15:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.94 2013/02/05 18:10:33 fuzzyray Exp $ + + 05 Feb 2013; Paul Varner ufed-9999.ebuild: + Remove usage of prefix eclass, since ufed makefile now handles it natively. 02 Feb 2013; Alexey Shvetsov ufed-0.40-r11.ebuild, ufed-0.40.2-r1.ebuild: diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild index ad715424095c..e2c8ec2dd9d8 100644 --- a/app-portage/ufed/ufed-9999.ebuild +++ b/app-portage/ufed/ufed-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-9999.ebuild,v 1.1 2012/11/20 18:22:58 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-9999.ebuild,v 1.2 2013/02/05 18:10:33 fuzzyray Exp $ EAPI=4 -inherit eutils multilib git-2 autotools prefix +inherit eutils multilib git-2 autotools EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/ufed.git" @@ -24,7 +24,6 @@ RDEPEND="${DEPEND} src_prepare() { # Change the version number to reflect the ebuild version sed -i "s:,\[git\],:,\[9999-${EGIT_VERSION}\],:" configure.ac - eprefixify ufed.8 eautoreconf } -- cgit v1.2.3-65-gdbad