summaryrefslogtreecommitdiff
path: root/app-portage/ufed/ufed-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/ufed/ufed-9999.ebuild')
-rw-r--r--app-portage/ufed/ufed-9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild
deleted file mode 100644
index 6ab99b399c04..000000000000
--- a/app-portage/ufed/ufed-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib git-r3 autotools
-
-DESCRIPTION="Gentoo Linux USE flags editor"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed"
-SRC_URI=""
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/ufed.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="sys-libs/ncurses:0="
-RDEPEND="${COMMON_DEPEND}
- dev-lang/perl"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Change the version number to reflect the ebuild version
- sed -i "s:,\[git\],:,\[9999-${EGIT_VERSION}\],:" configure.ac
- eautoreconf
-}
-
-src_configure() {
- econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)/ufed
-}