diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:50:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:58:22 +0100 |
commit | 15af0dd458f8549293a1ec575704ce16392be369 (patch) | |
tree | d00d08cdf55074eb582bd1d8f17ab8aa31ebe3bb /app-admin/grubconfig/grubconfig-1.28-r1.ebuild | |
parent | 41ec9caa9905d5b63cb1d2fb2fd1f697464d53c2 (diff) | |
download | gentoo-15af0dd458f8549293a1ec575704ce16392be369.tar.gz gentoo-15af0dd458f8549293a1ec575704ce16392be369.tar.xz |
app-admin/grubconfig: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/grubconfig/grubconfig-1.28-r1.ebuild')
-rw-r--r-- | app-admin/grubconfig/grubconfig-1.28-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild deleted file mode 100644 index 894b209a6ae..00000000000 --- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit multilib - -DESCRIPTION="Simple Tool to configure Grub-Bootloader" -HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux" -SRC_URI="http://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -DEPEND=">=dev-util/dialog-0.7" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s:/usr/lib/grub:/$(get_libdir)/grub:g" \ - grubconfig || die -} - -src_install() { - dosbin grubconfig || die - dodoc README -} |