| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgrubeditor/kgrubeditor-0.8.5.ebuild,v 1.3 2011/01/31 05:00:05 tampakrap Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit kde4-base
|
| 8 |
|
| 9 |
MY_PN="KGRUBEditor"
|
| 10 |
|
| 11 |
DESCRIPTION="A KDE utility that edits GRUB configuration files"
|
| 12 |
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=75442"
|
| 13 |
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.bz2"
|
| 14 |
|
| 15 |
LICENSE="GPL-2"
|
| 16 |
SLOT="4"
|
| 17 |
KEYWORDS="~amd64 ~x86"
|
| 18 |
IUSE=""
|
| 19 |
|
| 20 |
RDEPEND="|| ( <sys-boot/grub-1
|
| 21 |
sys-boot/grub-static )"
|
| 22 |
|
| 23 |
pkg_postinst() {
|
| 24 |
ewarn
|
| 25 |
ewarn "NOTE: kgrubeditor can not handle grub-2.x configuration files!"
|
| 26 |
ewarn
|
| 27 |
}
|