summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-05-04 10:32:02 +0200
committerDavid Seifert <soap@gentoo.org>2019-05-04 10:32:02 +0200
commit6d1a253d500b7a329d5287de40ee62cf80122c41 (patch)
tree78bb9d4a3e6ec67bf331b5412eff3d96ebc33d22 /app-portage/ufed
parentapp-portage/ufed: Keyword arm64 (diff)
downloadgentoo-6d1a253d500b7a329d5287de40ee62cf80122c41.tar.gz
gentoo-6d1a253d500b7a329d5287de40ee62cf80122c41.tar.bz2
gentoo-6d1a253d500b7a329d5287de40ee62cf80122c41.zip
app-portage/ufed: Remove old
Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-portage/ufed')
-rw-r--r--app-portage/ufed/Manifest2
-rw-r--r--app-portage/ufed/ufed-0.91.ebuild38
-rw-r--r--app-portage/ufed/ufed-0.92.ebuild38
3 files changed, 0 insertions, 78 deletions
diff --git a/app-portage/ufed/Manifest b/app-portage/ufed/Manifest
index 5f885f8cc4dc..216111f05041 100644
--- a/app-portage/ufed/Manifest
+++ b/app-portage/ufed/Manifest
@@ -1,3 +1 @@
-DIST ufed-0.91.tar.bz2 61466 BLAKE2B 63671c875f7dae13a6e76995204a278703691ed3c081a95853a6cbd9a57d1f88cf1c7625f1d524bfc1a816f1344282577126865160e0433cf6692d8067596f59 SHA512 34fc57b4d3fd1e8c4226401aec409ce4303294ec9044673ec62053b8dc6ade9d54419a5d208ba6767b75507bc9f8983a401dc258b0bae5b733e7a0c791554c35
-DIST ufed-0.92.tar.bz2 61606 BLAKE2B b01c409d5852d59a3237748bff49348a2eab386d06c55389d5eee54ad1002575d67ab5138334e99ed2da434a8af05862d769fdf7e692bee2e77bd9c41b793762 SHA512 b1a608d026945144653f43ad322e54f0f1192d39fea3da2a4919e07de65445c75aa5e2d1e8cf9b24849c45f891a0de5952c92b3227f6c1200965f3c280611408
DIST ufed-0.94.tar.bz2 48566 BLAKE2B db58624005c637c7133a298c17b60cae3cf54c1b1d2ba3337693e1f6c330a5305986e92b6c1b25a5ebc94b1f8934cb5a35db94eccb596f2eb15619dfb2ce4977 SHA512 a40e55db8afc99b5e16b080d93867ef8c832a7318af7a50edb582bfea99bcc6a467b4bf12b75a9d3943e8a008a0222ed73daa52a8e7dae57d73bece4ac084d24
diff --git a/app-portage/ufed/ufed-0.91.ebuild b/app-portage/ufed/ufed-0.91.ebuild
deleted file mode 100644
index 918b9d05bfc2..000000000000
--- a/app-portage/ufed/ufed-0.91.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit base eutils multilib autotools
-
-DESCRIPTION="Gentoo Linux USE flags editor"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- https://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=""
-
-COMMON_DEPEND="sys-libs/ncurses:0="
-RDEPEND="${COMMON_DEPEND}
- dev-lang/perl"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-# 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
-}
diff --git a/app-portage/ufed/ufed-0.92.ebuild b/app-portage/ufed/ufed-0.92.ebuild
deleted file mode 100644
index 9922509db2fb..000000000000
--- a/app-portage/ufed/ufed-0.92.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib autotools
-
-DESCRIPTION="Gentoo Linux USE flags editor"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-COMMON_DEPEND="sys-libs/ncurses:0="
-RDEPEND="${COMMON_DEPEND}
- dev-lang/perl"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-# 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() {
- # epatch "${PATCHES[@]}"
- # 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
-}