summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-06-10 21:20:40 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-06-10 21:20:40 +0000
commitdd4deea0096247297c33c73b25aede8fbbdd4cd7 (patch)
tree0983136ed79470fed2743afa5d793c85e3428bed /x11-misc
parentnet-wireless/mac80211: remove filesdir and superfluous digest (diff)
downloadsunrise-reviewed-dd4deea0096247297c33c73b25aede8fbbdd4cd7.tar.gz
sunrise-reviewed-dd4deea0096247297c33c73b25aede8fbbdd4cd7.tar.bz2
sunrise-reviewed-dd4deea0096247297c33c73b25aede8fbbdd4cd7.zip
now in portage
svn path=/sunrise/; revision=3870
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, 0 insertions, 46 deletions
diff --git a/x11-misc/stalonetray/ChangeLog b/x11-misc/stalonetray/ChangeLog
deleted file mode 100644
index 3f8941129..000000000
--- a/x11-misc/stalonetray/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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
deleted file mode 100644
index 8e814bcf0..000000000
--- a/x11-misc/stalonetray/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 7e3286984..000000000
--- a/x11-misc/stalonetray/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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
deleted file mode 100644
index 7af0944e2..000000000
--- a/x11-misc/stalonetray/stalonetray-0.6.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}