summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-11-28 11:30:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-11-28 11:30:40 +0000
commit81a2c4277df8984e45748c9ca2e33302afc0ec30 (patch)
tree4632a957a9984d6dea93f8167135526f91e3510e /xfce-extra/xfce4-notifyd
parentInitial import. Dependency for Rails 3. (diff)
downloadgentoo-2-81a2c4277df8984e45748c9ca2e33302afc0ec30.tar.gz
gentoo-2-81a2c4277df8984e45748c9ca2e33302afc0ec30.tar.bz2
gentoo-2-81a2c4277df8984e45748c9ca2e33302afc0ec30.zip
Version bump.
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild (renamed from xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild)18
2 files changed, 13 insertions, 13 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index d39e4365651f..3cf042b605fa 100644
--- a/xfce-extra/xfce4-notifyd/ChangeLog
+++ b/xfce-extra/xfce4-notifyd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-notifyd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.5 2010/11/14 09:43:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.6 2010/11/28 11:30:40 ssuominen Exp $
+
+*xfce4-notifyd-0.2.0 (28 Nov 2010)
+
+ 28 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.2.0.ebuild:
+ Version bump.
*xfce4-notifyd-0.1.0_p20101114 (14 Nov 2010)
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild
index d1bdfd4780d6..3b201dea9593 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0.ebuild
@@ -1,19 +1,18 @@
# 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.1.0_p20101114.ebuild,v 1.1 2010/11/14 09:43:26 ssuominen Exp $
+# $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
-EAUTORECONF=yes
inherit xfconf
DESCRIPTION="A simple notification daemon for Xfce4"
-HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
-SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
+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 libsexy"
+IUSE="debug"
RDEPEND="xfce-base/libxfce4util
xfce-base/libxfce4ui
@@ -21,23 +20,18 @@ RDEPEND="xfce-base/libxfce4util
>=x11-libs/gtk+-2.14:2
>=sys-apps/dbus-1.4.0
>=dev-libs/dbus-glib-0.88
- >=gnome-base/libglade-2.6
- libsexy? ( >=x11-libs/libsexy-0.1.6 )
!<x11-libs/libnotify-0.4.5
!x11-misc/notification-daemon"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
- sys-devel/gettext
- xfce-base/exo"
+ sys-devel/gettext"
pkg_setup() {
XFCONF=(
- --enable-maintainer-mode
--disable-dependency-tracking
- $(use_enable libsexy)
$(xfconf_use_debug)
)
- DOCS="AUTHORS ChangeLog NEWS README TODO"
+ DOCS="AUTHORS NEWS README TODO"
}