diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-01-14 13:41:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-01-14 13:41:59 +0000 |
commit | 879271649b017825ac2b70b5f2fa1cce2464cc35 (patch) | |
tree | 5d1f8d2b24fa5a56fc205fa5280686b5caf49df9 /sys-apps | |
parent | Convert ebuild version. Force stable keywords (diff) | |
download | gentoo-2-879271649b017825ac2b70b5f2fa1cce2464cc35.tar.gz gentoo-2-879271649b017825ac2b70b5f2fa1cce2464cc35.tar.bz2 gentoo-2-879271649b017825ac2b70b5f2fa1cce2464cc35.zip |
Update the elog messages to denote that sw-notify-send is now in the tree.
(Portage version: 2.2.0_alpha15_p1/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/uam/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/uam/uam-0.0.7.1.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/uam/uam-0.0.7.ebuild | 10 |
3 files changed, 10 insertions, 14 deletions
diff --git a/sys-apps/uam/ChangeLog b/sys-apps/uam/ChangeLog index 13fa1a9c651d..be965babab28 100644 --- a/sys-apps/uam/ChangeLog +++ b/sys-apps/uam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/uam # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.8 2011/01/13 20:39:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.9 2011/01/14 13:41:59 mgorny Exp $ + + 14 Jan 2011; Michał Górny <mgorny@gentoo.org> uam-0.0.7.ebuild, + uam-0.0.7.1.ebuild: + Update the elog messages to denote that sw-notify-send is now in the tree. *uam-0.0.7.1 (13 Jan 2011) diff --git a/sys-apps/uam/uam-0.0.7.1.ebuild b/sys-apps/uam/uam-0.0.7.1.ebuild index 6b8bae0510af..2c05b5caa02e 100644 --- a/sys-apps/uam/uam-0.0.7.1.ebuild +++ b/sys-apps/uam/uam-0.0.7.1.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/sys-apps/uam/uam-0.0.7.1.ebuild,v 1.1 2011/01/13 20:39:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.0.7.1.ebuild,v 1.2 2011/01/14 13:41:59 mgorny Exp $ EAPI=3 inherit autotools-utils eutils multilib @@ -46,11 +46,7 @@ pkg_postinst() { elog "or [sys-apps/pmount]." elog elog "If you'd like to receive libnotify-based notifications, you need" - elog "to install the [x11-misc/sw-notify-send] tool from the Sunrise" - elog "overlay [1] (or bug #318961 [2])." - elog - elog "[1] http://overlays.gentoo.org/proj/sunrise" - elog "[2] http://bugs.gentoo.org/show_bug.cgi?id=318961" + elog "to install the [x11-misc/sw-notify-send] tool." if [[ -e "${EROOT}"/dev/.udev ]]; then ebegin "Calling udev to reload its rules" diff --git a/sys-apps/uam/uam-0.0.7.ebuild b/sys-apps/uam/uam-0.0.7.ebuild index 9ae6c893790f..52074f75a07e 100644 --- a/sys-apps/uam/uam-0.0.7.ebuild +++ b/sys-apps/uam/uam-0.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.0.7.ebuild,v 1.3 2010/12/20 14:37:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.0.7.ebuild,v 1.4 2011/01/14 13:41:59 mgorny Exp $ inherit eutils multilib @@ -45,11 +45,7 @@ pkg_postinst() { elog "or [sys-apps/pmount]." elog elog "If you'd like to receive libnotify-based notifications, you need" - elog "to install the [x11-misc/sw-notify-send] tool from the Sunrise" - elog "overlay [1] (or bug #318961 [2])." - elog - elog "[1] http://overlays.gentoo.org/proj/sunrise" - elog "[2] http://bugs.gentoo.org/show_bug.cgi?id=318961" + elog "to install the [x11-misc/sw-notify-send] tool." if [[ -e "${ROOT}"/dev/.udev ]]; then ebegin "Calling udev to reload its rules" |