diff options
author | 2010-12-18 19:36:03 +0000 | |
---|---|---|
committer | 2010-12-18 19:36:03 +0000 | |
commit | 9d620dd943bf4654787190d90da2b5b961af1e04 (patch) | |
tree | aba9a42fa24b67979743767905599801453a5a1f /xfce-extra/xfce4-notifyd | |
parent | Update EAPI. Fix dependencies. Use DISTUTILS_SRC_TEST. (diff) | |
download | gentoo-2-9d620dd943bf4654787190d90da2b5b961af1e04.tar.gz gentoo-2-9d620dd943bf4654787190d90da2b5b961af1e04.tar.bz2 gentoo-2-9d620dd943bf4654787190d90da2b5b961af1e04.zip |
old
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r-- | xfce-extra/xfce4-notifyd/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest index cf9c7b5079e9..e2d4113799ac 100644 --- a/xfce-extra/xfce4-notifyd/Manifest +++ b/xfce-extra/xfce4-notifyd/Manifest @@ -3,6 +3,5 @@ DIST xfce4-notifyd-0.1.0_p20100326.tar.bz2 252920 RMD160 3b5c36ca81b7a33c19e65e9 DIST xfce4-notifyd-0.2.0.tar.bz2 300632 RMD160 e7f9d80550abd328e5389f5bc956ae2190d1df30 SHA1 fe61d153367c368d3595a751f86f304988e185da SHA256 12618f6b2c3356451efb26ba75ed5828295b151bb8a14285338093dbab4b4a99 EBUILD xfce4-notifyd-0.1.0_p20100326.ebuild 1064 RMD160 2deedfd47ff048b22f63a6387c86ee5f563f1149 SHA1 730e5a2806f002be5211f12a62e6a477d61b65a2 SHA256 701803fbdf86753b1bb79238f23b586560ecc959c26b8001543f96ebbad27667 EBUILD xfce4-notifyd-0.2.0-r1.ebuild 968 RMD160 8289c8958ea7173d10554746bcacbe49b01e0d40 SHA1 d39c60b5845ea977c9856fba3a66bef973627b2c SHA256 55f613ff40e1be583cfb5b4f92f8f5279e1eabd04ae556d71bc3a0bd8ed105d1 -EBUILD xfce4-notifyd-0.2.0.ebuild 906 RMD160 a3796bbcd44c9da8892a5b9f8c9ebf0410fc02eb SHA1 1c6c3ea8fce2d20ea053a09c124eb0bae111fce7 SHA256 c2a3748e3602aa66b94959d17fe06466dbb9bc80f92e7fc3736d2bf2954167f8 MISC ChangeLog 2552 RMD160 9b6268758882c924a190d29b8fa66882e4a5d82a SHA1 7f0a22531a623e10ab7cbffa63fcee290a369e4e SHA256 6af6a214785f9baa7f514a8802a3b9836f6d7764a85e9e26cff7c71b94c044c0 MISC metadata.xml 279 RMD160 e37aa511957dba715aff8986a34d506567bc21c1 SHA1 07b43249e08a2bdd7764f11e1dc36d732ab1f64b SHA256 e7174ea25b5464f64eec277d0b8d2a8b415a3c6c31db1a4a258b1fbb415687c5 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild deleted file mode 100644 index 3b201dea9593..000000000000 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild,v 1.1 2010/11/28 11:30:40 ssuominen Exp $ - -EAPI=3 -inherit xfconf - -DESCRIPTION="A simple notification daemon for Xfce4" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" -SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND="xfce-base/libxfce4util - xfce-base/libxfce4ui - xfce-base/xfconf - >=x11-libs/gtk+-2.14:2 - >=sys-apps/dbus-1.4.0 - >=dev-libs/dbus-glib-0.88 - !<x11-libs/libnotify-0.4.5 - !x11-misc/notification-daemon" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS NEWS README TODO" -} |