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-base/kactivities | |
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-base/kactivities')
-rw-r--r-- | kde-base/kactivities/Manifest | 1 | ||||
-rw-r--r-- | kde-base/kactivities/kactivities-4.13.3.ebuild | 33 | ||||
-rw-r--r-- | kde-base/kactivities/metadata.xml | 8 |
3 files changed, 42 insertions, 0 deletions
diff --git a/kde-base/kactivities/Manifest b/kde-base/kactivities/Manifest new file mode 100644 index 000000000000..b2cc30ccd218 --- /dev/null +++ b/kde-base/kactivities/Manifest @@ -0,0 +1 @@ +DIST kactivities-4.13.3.tar.xz 87476 SHA256 c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a SHA512 1d248ae6045a7ae8d54ce5355100cd76be954c2a57be3abaab968d8ff2693d09aa9b1d0242266de4eedf6005bedfde38df69a84a9a5a0b16606fe958159b31bc WHIRLPOOL 0056402e851cda3c5930ed2440d259b9b23750f9356e9598e4ef17c6be38265bc4ebfeb43ac568636ff92399e3f560afa547977ad24f54f4eb4fad4df283cc0d diff --git a/kde-base/kactivities/kactivities-4.13.3.ebuild b/kde-base/kactivities/kactivities-4.13.3.ebuild new file mode 100644 index 000000000000..b30a0136dfdf --- /dev/null +++ b/kde-base/kactivities/kactivities-4.13.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +EGIT_BRANCH="KDE/4.13" +inherit kde4-base + +DESCRIPTION="KDE Activity Manager" + +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="minimal nepomuk" + +DEPEND=" + nepomuk? ( + $(add_kdebase_dep nepomuk-core) + dev-libs/soprano + ) +" +RDEPEND=" + ${DEPEND} + !kde-base/activitymanager +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use minimal KACTIVITIES_LIBRARY_ONLY) + $(cmake-utils_use_with nepomuk NepomukCore) + ) + kde4-base_src_configure +} diff --git a/kde-base/kactivities/metadata.xml b/kde-base/kactivities/metadata.xml new file mode 100644 index 000000000000..2d94d9badf67 --- /dev/null +++ b/kde-base/kactivities/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <use> + <flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag> + </use> +</pkgmetadata> |