diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-misc/kcm-grub2 | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-misc/kcm-grub2')
-rw-r--r-- | kde-misc/kcm-grub2/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild | 49 | ||||
-rw-r--r-- | kde-misc/kcm-grub2/metadata.xml | 17 |
3 files changed, 67 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <maintainer> + <email>thevoodoo@gentoo.org</email> + <name>Ian Whyman</name> + </maintainer> + <use> + <flag name="imagemagick">Create splash images compatible with GRUB2</flag> + <flag name="hwinfo">Used to work out supported framebuffer resolutions</flag> + <flag name="packagekit">Add support for packagekit integration</flag> + </use> + <upstream> + <remote-id type="sourceforge">kcm-grub2</remote-id> + </upstream> +</pkgmetadata> |