summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Franchi (tinaught) <tinaught@gmail.com>2007-06-08 10:53:55 +0000
committerPietro Franchi (tinaught) <tinaught@gmail.com>2007-06-08 10:53:55 +0000
commite71927800785eefee80d8090fc96106c4c2c07f7 (patch)
tree9d5c74164301d65757655e5a8663293d5a81e7c6 /x11-misc
parentnet-wireless/mac80211: removed unused digest (diff)
downloadsunrise-e71927800785eefee80d8090fc96106c4c2c07f7.tar.gz
sunrise-e71927800785eefee80d8090fc96106c4c2c07f7.tar.bz2
sunrise-e71927800785eefee80d8090fc96106c4c2c07f7.zip
x11-misc/stalonetray: New Ebuild for stalonetray. Bug #151432
svn path=/sunrise/; revision=3846
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/stalonetray/ChangeLog8
-rw-r--r--x11-misc/stalonetray/Manifest4
-rw-r--r--x11-misc/stalonetray/metadata.xml5
-rw-r--r--x11-misc/stalonetray/stalonetray-0.6.5.ebuild29
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/stalonetray/ChangeLog b/x11-misc/stalonetray/ChangeLog
new file mode 100644
index 000000000..3f8941129
--- /dev/null
+++ b/x11-misc/stalonetray/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/stalonetray
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 08 Jun 2007; Pietro Franchi (tinaught) <tinaught@gmail.com>
+ +stalonetray-0.6.5.ebuild, +metadata.xml:
+ New Ebuild for stalonetray. Bug #151432
+
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest
new file mode 100644
index 000000000..8e814bcf0
--- /dev/null
+++ b/x11-misc/stalonetray/Manifest
@@ -0,0 +1,4 @@
+DIST stalonetray-0.6.5.tar.bz2 113389 RMD160 d8a41d380c1c1a7c29fd2d52d5c3cb7446784c1d SHA1 ba8615ede0e5038e059f3a41299a84181f1725a3 SHA256 ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
+EBUILD stalonetray-0.6.5.ebuild 706 RMD160 b302f520fc35062ae04ba518b65566c95c830c9d SHA1 5a6bccb504ec327e0c048a317ff261d8b758010a SHA256 8d3f7d9f6bf71acdff7f8bcf2ebbfc6da04524fd392c2a41d01f27024206320f
+MISC ChangeLog 270 RMD160 df6f139118a1c9b778c0acff55f0f4210cd5cdaa SHA1 5f4033799d9023689ec77bf32c4679d1e4047725 SHA256 a741fa1ad76b4a60bf08063b4f5a3db2cf7f6f5b990a19434a3d33d6e03135ef
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-misc/stalonetray/metadata.xml b/x11-misc/stalonetray/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/x11-misc/stalonetray/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>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/x11-misc/stalonetray/stalonetray-0.6.5.ebuild b/x11-misc/stalonetray/stalonetray-0.6.5.ebuild
new file mode 100644
index 000000000..7af0944e2
--- /dev/null
+++ b/x11-misc/stalonetray/stalonetray-0.6.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="System tray utility including support for KDE system tray icons."
+HOMEPAGE="http://stalonetray.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="kde"
+
+DEPEND="x11-libs/libX11
+ x11-libs/libICE
+ x11-libs/libXpm"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ econf $(use_enable kde native-kde) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README stalonetrayrc.sample TODO
+ dohtml stalonetray.html
+}