diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:06:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:06:42 +0000 |
commit | 4317689126c16db3e5fdc5f82786d5d1f11e3df5 (patch) | |
tree | 2f4d0f8ae15f18093d3c7c7e04496784a371060d /xfce-extra | |
parent | Stable on amd64 wrt bug #367929 (diff) | |
download | historical-4317689126c16db3e5fdc5f82786d5d1f11e3df5.tar.gz historical-4317689126c16db3e5fdc5f82786d5d1f11e3df5.tar.bz2 historical-4317689126c16db3e5fdc5f82786d5d1f11e3df5.zip |
EAPI4 and convert from devspace to gentoo mirrors
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild | 12 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild index 2e8ea2751372..bb831059aa8b 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 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.1.ebuild,v 1.4 2011/03/22 10:47:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.5 2011/05/19 21:06:42 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Notification daemon for the Xfce desktop environment" @@ -29,10 +29,6 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS NEWS README TODO" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS NEWS README TODO ) } diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild index 068bef684351..38de9ce39e7a 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1_p20110501.ebuild,v 1.1 2011/05/01 09:29:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v 1.2 2011/05/19 21:06:42 ssuominen Exp $ EAPI=4 EAUTORECONF=yes @@ -8,7 +8,7 @@ inherit xfconf DESCRIPTION="Notification daemon for the Xfce desktop environment" HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" -SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +SRC_URI="mirror://gentoo/${P}.tar.xz" #SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" LICENSE="GPL-2" |