diff options
Diffstat (limited to 'app-portage/ufed/ufed-0.40.1-r2.ebuild')
-rw-r--r-- | app-portage/ufed/ufed-0.40.1-r2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-portage/ufed/ufed-0.40.1-r2.ebuild b/app-portage/ufed/ufed-0.40.1-r2.ebuild deleted file mode 100644 index a41c906f..00000000 --- a/app-portage/ufed/ufed-0.40.1-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.1-r1.ebuild,v 1.1 2012/08/12 11:44:53 ssuominen Exp $ - -EAPI=4 -inherit eutils multilib - -DESCRIPTION="Gentoo Linux USE flags editor" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~truedfx/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${P}-make.globals-path.patch - epatch "${FILESDIR}"/${P}-make.conf-read.patch - epatch "${FILESDIR}"/${P}-make.conf-write.patch - epatch "${FILESDIR}"/${P}-make.profile-path.patch -} - -src_configure() { - econf --libexecdir=/usr/$(get_libdir)/ufed -} |