summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-05 15:37:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-05 15:37:32 +0000
commit39ce0752e0cc7190558482e9d443a54c27e434da (patch)
tree98e1e036236693084ab54fb3dc02683277df4285 /xfce-extra/xfce4-places-plugin
parentold (diff)
downloadgentoo-2-39ce0752e0cc7190558482e9d443a54c27e434da.tar.gz
gentoo-2-39ce0752e0cc7190558482e9d443a54c27e434da.tar.bz2
gentoo-2-39ce0752e0cc7190558482e9d443a54c27e434da.zip
old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-places-plugin')
-rw-r--r--xfce-extra/xfce4-places-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.1.0.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/xfce-extra/xfce4-places-plugin/Manifest b/xfce-extra/xfce4-places-plugin/Manifest
index 4829bc1ffe87..e7b1269a5331 100644
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ b/xfce-extra/xfce4-places-plugin/Manifest
@@ -1,6 +1,4 @@
-DIST xfce4-places-plugin-1.1.0.tar.bz2 317334 RMD160 07eda63af6655d46c45bde79ab6cffe13949793c SHA1 599ab07f7d4bd9bb24af69ffba74f88dfe01b38e SHA256 be4e09bde49d6823317cecf7efb03a0d27641558ba7ca21e5aefbfe0c690d120
DIST xfce4-places-plugin-1.2.0.tar.bz2 295239 RMD160 5911c724ccd0f171cacaba4f914ffc5b46867614 SHA1 24aebeccb3d45c511762bc4174dfc075f082e3d9 SHA256 a77c0a85d03cbf149ba518c46927fe314b8ef39e0f5d040a849f1b05996f62b0
-EBUILD xfce4-places-plugin-1.1.0.ebuild 868 RMD160 1e456c09d44fb58a29881ea4f88039ea056d76a6 SHA1 b666d79c99213eade8c0fe946226b1ca00b42610 SHA256 5e832c4e2e0dc13259a770172bffc4acc46139fc0bb6f01fbf1df824161aa201
EBUILD xfce4-places-plugin-1.2.0.ebuild 934 RMD160 b8f824e398d45317b110b587d99643681d244818 SHA1 535fd7f4bf8ebec42080ddd12add2a1d4f10490c SHA256 f3fafec183311c82a1cf87dd30e16bcc29e0fdb04e59cb4f372cd55188ae2550
MISC ChangeLog 1309 RMD160 6b7ffa883666ec83f1fe2eb59ca14cfe78b84f9a SHA1 6a829f23453552ab55c787ca22285e4ef4f6a652 SHA256 1d7f5b5168a3fc30703230de8497e1d51daa71f6ed2a31614bdfe197e405cbd9
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.1.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.1.0.ebuild
deleted file mode 100644
index ed43dbfb98fc..000000000000
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.1.0.ebuild,v 1.1 2009/08/25 07:47:20 ssuominen Exp $
-
-EAPI=2
-inherit xfconf
-
-DESCRIPTION="Places menu plug-in for panel, like GNOME's"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfce4util-4.3.90.2
- >=xfce-base/libxfcegui4-4.3.90.2
- xfce-base/thunar
- >=xfce-base/exo-0.3.1.1
- xfce-base/xfce4-panel"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-# temp. hack, dropped in next version
-RESTRICT="test"
-
-pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
-}