summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-16 15:50:15 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-16 16:20:51 +0200
commitf92484568b6ef062d96202f1bf69f17aefd031f9 (patch)
tree38351392e792f378ceb0d0804a8d30059a3d1265 /app-portage/ufed/ufed-0.90_rc1.ebuild
parentnet-p2p/rtorrent: Use slot operators for ncurses (diff)
downloadgentoo-f92484568b6ef062d96202f1bf69f17aefd031f9.tar.gz
gentoo-f92484568b6ef062d96202f1bf69f17aefd031f9.tar.bz2
gentoo-f92484568b6ef062d96202f1bf69f17aefd031f9.zip
app-portage/ufed: Use slot operators for ncurses
Additionally: * drop base.eclass usage in favour of "epatch ${PATCHES[@]}" * clean old * merge changes into live ebuild Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-portage/ufed/ufed-0.90_rc1.ebuild')
-rw-r--r--app-portage/ufed/ufed-0.90_rc1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-portage/ufed/ufed-0.90_rc1.ebuild b/app-portage/ufed/ufed-0.90_rc1.ebuild
deleted file mode 100644
index d17f1c957b08..000000000000
--- a/app-portage/ufed/ufed-0.90_rc1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils multilib autotools
-
-DESCRIPTION="Gentoo Linux USE flags editor"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}
- dev-lang/perl"
-
-# Populate the patches array for patches applied for -rX releases
-# It is an array of patch file names of the form:
-# "${FILESDIR}"/${P}-make.globals-path.patch
-PATCHES=()
-
-src_prepare() {
- base_src_prepare
- # Change the version number to reflect the ebuild version
- sed -i "s:,\[git\],:,\[${PVR}\],:" configure.ac
- eautoreconf
-}
-
-src_configure() {
- econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)/ufed
-}