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/plasma-widget-menubar | |
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/plasma-widget-menubar')
-rw-r--r-- | kde-misc/plasma-widget-menubar/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/plasma-widget-menubar/metadata.xml | 8 | ||||
-rw-r--r-- | kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild | 29 |
3 files changed, 38 insertions, 0 deletions
diff --git a/kde-misc/plasma-widget-menubar/Manifest b/kde-misc/plasma-widget-menubar/Manifest new file mode 100644 index 000000000000..f64cca4ec774 --- /dev/null +++ b/kde-misc/plasma-widget-menubar/Manifest @@ -0,0 +1 @@ +DIST plasma-widget-menubar-0.2.0.tar.bz2 27631 SHA256 67a70c421ce1557d2c9bc98162ef1fdf215c73bbaa26261ab21f57b13184aa49 SHA512 73a675a170e53dfc5a8471f879f8b25ead59e3dc2ef30e87777c80994594d3849bca8e139679d33df77ec317fa0467590fb3a4c5b5d0c395ab89a0cc9158df8f WHIRLPOOL c476dc55857539c22c4c8869ab4e11e4ddd19f8eb2412ba3264b21f7b767d4760f1409cf6cf515640d1ab7964acbd558bc2d085e48c18a9301cc592fcf2c898f diff --git a/kde-misc/plasma-widget-menubar/metadata.xml b/kde-misc/plasma-widget-menubar/metadata.xml new file mode 100644 index 000000000000..265fc5dd8cfe --- /dev/null +++ b/kde-misc/plasma-widget-menubar/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> + <upstream> + <remote-id type="launchpad">plasma-widget-menubar</remote-id> + </upstream> +</pkgmetadata> diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild new file mode 100644 index 000000000000..ab6f96979fa0 --- /dev/null +++ b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_MINIMAL="4.10.0" +inherit kde4-base + +DESCRIPTION="A Plasma widget to display menubar of application windows" +HOMEPAGE="https://launchpad.net/plasma-widget-menubar" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + >=dev-libs/libdbusmenu-qt-0.6.0[qt4(+)] + >=dev-libs/qjson-0.7.1 +" +RDEPEND="${DEPEND} + !kde-misc/plasma-indicatordisplay + x11-misc/appmenu-qt +" + +# last checked 0.1.18 +RESTRICT="test" |