summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-plugins/wmsystemtray
downloadgentoo-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 'x11-plugins/wmsystemtray')
-rw-r--r--x11-plugins/wmsystemtray/Manifest2
-rw-r--r--x11-plugins/wmsystemtray/metadata.xml9
-rw-r--r--x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild20
-rw-r--r--x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild20
4 files changed, 51 insertions, 0 deletions
diff --git a/x11-plugins/wmsystemtray/Manifest b/x11-plugins/wmsystemtray/Manifest
new file mode 100644
index 000000000000..96b959dfcbf5
--- /dev/null
+++ b/x11-plugins/wmsystemtray/Manifest
@@ -0,0 +1,2 @@
+DIST wmsystemtray-1.3.tar.gz 131764 SHA256 c3c053bc709954c0b52173802ce190fe6df5757a912f094fe7c2b230cb081b91 SHA512 8a89e2bb63ecb7661e2e0756e07bef59eb6fd89e7221e399af45b0a98d7d0dd45224b6b6a356432642cfec239d245e1e05943ff0f15d2dbbf93545a4a1094969 WHIRLPOOL d028aad492c0d5a03957a3054eab0488d1469fc72c7220ad18fabc08010f81ce28319b043da98de56d9c4d50c61237ecc1054796f286cfbb8cb98861b5ec6f24
+DIST wmsystemtray-1.4.tar.gz 131973 SHA256 8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9 SHA512 16620f222dc16d709e89d5011f699c9f96b6e4bf6014eec628574b84434b2e828ba12c92b5a598d1b9037dd16cbff2cc45f7ecb6533777c8a64bf435ea0c549c WHIRLPOOL a82a736a2da876d69d89d3b07988f9474feab31e67274fbdab2fbe34193abe129115f379f3a10787a7545f704dacad23450d12e04c998554789b25a7253bfed1
diff --git a/x11-plugins/wmsystemtray/metadata.xml b/x11-plugins/wmsystemtray/metadata.xml
new file mode 100644
index 000000000000..7b37b24d3dd8
--- /dev/null
+++ b/x11-plugins/wmsystemtray/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-dock</herd>
+ <longdescription>a system tray using the freedesktop.org system tray protocol designed as a Window Maker dock app. It has the ability to display more than one dock window to make room for more tray icons, and the ability to scroll through the icons if more are present than will fit.</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">wmsystemtray</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
new file mode 100644
index 000000000000..ffb03862c3a3
--- /dev/null
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons"
+HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXmu
+ x11-libs/libXpm"
+RDEPEND="${DEPEND}"
diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
new file mode 100644
index 000000000000..ffb03862c3a3
--- /dev/null
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons"
+HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXmu
+ x11-libs/libXpm"
+RDEPEND="${DEPEND}"