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-frameworks/kguiaddons | |
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-frameworks/kguiaddons')
-rw-r--r-- | kde-frameworks/kguiaddons/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kguiaddons/kguiaddons-5.12.0.ebuild | 23 | ||||
-rw-r--r-- | kde-frameworks/kguiaddons/metadata.xml | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/kguiaddons/Manifest b/kde-frameworks/kguiaddons/Manifest new file mode 100644 index 000000000000..1abd381651e9 --- /dev/null +++ b/kde-frameworks/kguiaddons/Manifest @@ -0,0 +1 @@ +DIST kguiaddons-5.12.0.tar.xz 39152 SHA256 e3726591d6ba2daf97415d7466632f693556f9cd3bfa7cb36d4ded138cdd8968 SHA512 4f7e0b0e0223d07c9b7804635951416642348fd77ae6942e3ceb0ddccffd5375ce18183ab94e4a8948607c9cc4ac9486c8018ddf7389788ab08f35d2e65c55f3 WHIRLPOOL 0d03707f7c29dad6d18afa258ae1158dc01a441ec58229e8c9dadbc625b9f794bd12856b0148582d937fe25ffb35f204b1ca0d11268dc78347005278a296f412 diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.12.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-5.12.0.ebuild new file mode 100644 index 000000000000..ac79d6597355 --- /dev/null +++ b/kde-frameworks/kguiaddons/kguiaddons-5.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing assorted high-level user interface components" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 +" +DEPEND="${RDEPEND} + x11-libs/libxcb + x11-proto/xproto +" diff --git a/kde-frameworks/kguiaddons/metadata.xml b/kde-frameworks/kguiaddons/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-frameworks/kguiaddons/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |