From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- kde-misc/kcm-grub2/Manifest | 1 + kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild | 49 ++++++++++++++++++++++++++++ kde-misc/kcm-grub2/metadata.xml | 17 ++++++++++ 3 files changed, 67 insertions(+) create mode 100644 kde-misc/kcm-grub2/Manifest create mode 100644 kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild create mode 100644 kde-misc/kcm-grub2/metadata.xml (limited to 'kde-misc/kcm-grub2') diff --git a/kde-misc/kcm-grub2/Manifest b/kde-misc/kcm-grub2/Manifest new file mode 100644 index 000000000000..99b1f0e934c2 --- /dev/null +++ b/kde-misc/kcm-grub2/Manifest @@ -0,0 +1 @@ +DIST kcm-grub2-0.6.4.tar.gz 216966 SHA256 3521da59f9494aeca641becb9bb0607ba89caa6c1795d42eb2d8a4c23db7c216 SHA512 d996520762290b344737cba06a7b1db58ff016d6d91ab59514d6c675a3ad449ec81da0589a5f3b8ea50a9082fe5d32529a6112b5478f079f9ac08904d10eb0fe WHIRLPOOL 72fc06a7b81340f3e2b52727563b026270add268d21f6583f4f16b983c3b8a39ec21a65d34f34f98491816ddc162f296223e16ea0d73d19c9547e71c2db1b32d diff --git a/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild b/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild new file mode 100644 index 000000000000..029d09c3d77d --- /dev/null +++ b/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="ca ca@valencia cs da de el es et fi fr ga gl hu it lt nl pa pl pt +pt_BR ro ru sk sl sv uk tr zh_TW" +inherit kde4-base + +DESCRIPTION="KCModule for configuring the GRUB2 bootloader" +HOMEPAGE="http://kde-apps.org/content/show.php?content=139643" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" + +KEYWORDS="amd64 x86" +SLOT="4" +IUSE="+hwinfo imagemagick packagekit" + +COMMON_DEPEND=" + hwinfo? ( sys-apps/hwinfo ) + imagemagick? ( media-gfx/imagemagick ) + packagekit? ( app-admin/packagekit-qt4 ) +" +DEPEND="${COMMON_DEPEND} + dev-util/automoc +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kcmshell) +" + +src_configure() { + local mycmakeargs=( + "-DWITHQApt=OFF" + "-DGRUB_INSTALL_EXE=/usr/sbin/grub2-install" + "-DGRUB_MKCONFIG_EXE=/usr/sbin/grub2-mkconfig" + "-DGRUB_PROBE_EXE=/usr/sbin/grub2-probe" + "-DGRUB_SET_DEFAULT_EXE=/usr/sbin/grub2-set-default" + "-DGRUB_MENU=/boot/grub/grub.cfg" + "-DGRUB_CONFIG=/etc/default/grub" + "-DGRUB_ENV=/boot/grub/grubenv" + "-DGRUB_MEMTEST=/etc/grub.d/39_memtest86+" + $(cmake-utils_use_with packagekit QPackageKit) + $(cmake-utils_use_with imagemagick ImageMagick) + $(cmake-utils_use_with hwinfo HD) + ) + cmake-utils_src_configure +} diff --git a/kde-misc/kcm-grub2/metadata.xml b/kde-misc/kcm-grub2/metadata.xml new file mode 100644 index 000000000000..52072ceeff07 --- /dev/null +++ b/kde-misc/kcm-grub2/metadata.xml @@ -0,0 +1,17 @@ + + + + kde + + thevoodoo@gentoo.org + Ian Whyman + + + Create splash images compatible with GRUB2 + Used to work out supported framebuffer resolutions + Add support for packagekit integration + + + kcm-grub2 + + -- cgit v1.2.3-65-gdbad