diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-18 13:41:47 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-18 13:41:47 +0000 |
commit | 39885ca5a4231d6208981e417a622b63fcbf5a99 (patch) | |
tree | 9b8730a9260313b00cb3e5f88c961f7362f1021e /app-admin/grubconf | |
parent | new package (diff) | |
download | gentoo-2-39885ca5a4231d6208981e417a622b63fcbf5a99.tar.gz gentoo-2-39885ca5a4231d6208981e417a622b63fcbf5a99.tar.bz2 gentoo-2-39885ca5a4231d6208981e417a622b63fcbf5a99.zip |
new package
Diffstat (limited to 'app-admin/grubconf')
-rw-r--r-- | app-admin/grubconf/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/grubconf/Manifest | 3 | ||||
-rw-r--r-- | app-admin/grubconf/files/digest-grubconf-0.4 | 1 | ||||
-rw-r--r-- | app-admin/grubconf/grubconf-0.4.ebuild | 23 |
4 files changed, 36 insertions, 1 deletions
diff --git a/app-admin/grubconf/ChangeLog b/app-admin/grubconf/ChangeLog new file mode 100644 index 000000000000..8156934bd704 --- /dev/null +++ b/app-admin/grubconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-admin/grubconf +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconf/ChangeLog,v 1.1 2003/04/18 13:41:38 liquidx Exp $ + +*grubconf-0.4 (18 Apr 2003) + + 18 Apr 2003; Alastair Tse <liquidx@gentoo.org> Manifest, + grubconf-0.4.ebuild: + initial ebuild. fixes #15318 + diff --git a/app-admin/grubconf/Manifest b/app-admin/grubconf/Manifest index a8d657d540db..35887fc0f721 100644 --- a/app-admin/grubconf/Manifest +++ b/app-admin/grubconf/Manifest @@ -1,2 +1,3 @@ -MD5 f69209086d0b1e7426473d2a28509ad2 grubconf-0.4.ebuild 667 +MD5 5dd9a2ba10559a619ae2f9ffb2aaa629 grubconf-0.4.ebuild 636 +MD5 1dc068bcd150beb69f92d20498e23403 ChangeLog 362 MD5 814692e187e763f982ff196aa8b2089a files/digest-grubconf-0.4 64 diff --git a/app-admin/grubconf/files/digest-grubconf-0.4 b/app-admin/grubconf/files/digest-grubconf-0.4 new file mode 100644 index 000000000000..4c9fac0dfd4c --- /dev/null +++ b/app-admin/grubconf/files/digest-grubconf-0.4 @@ -0,0 +1 @@ +MD5 dd4f79157c2e20a22fc0395e773cf71c grubconf-0.4.tar.gz 342859 diff --git a/app-admin/grubconf/grubconf-0.4.ebuild b/app-admin/grubconf/grubconf-0.4.ebuild new file mode 100644 index 000000000000..0bd93e156cea --- /dev/null +++ b/app-admin/grubconf/grubconf-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconf/grubconf-0.4.ebuild,v 1.1 2003/04/18 13:41:38 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Grub Conf is a Gnome2 based GRUB configuration editor." +HOMEPAGE="http://grubconf.sf.net/" +SRC_URI="mirror://sourceforge/grubconf/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=app-text/scrollkeeper-0.3.11 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gconf-1.2" + +DEPEND="${RDEPEND} + sys-apps/grub + >=dev-util/pkgconfig-0.12.0" |