diff options
author | 2010-05-23 20:38:01 +0000 | |
---|---|---|
committer | 2010-05-23 20:38:01 +0000 | |
commit | 12b4262497ae09d584561345c62f75d346e7af42 (patch) | |
tree | cd470cca62d092bbf5d7d0b9dc58e7cc658381d1 /app-pda/libopensync/libopensync-0.39.ebuild | |
parent | stable amd64, bug 313815 (diff) | |
download | gentoo-2-12b4262497ae09d584561345c62f75d346e7af42.tar.gz gentoo-2-12b4262497ae09d584561345c62f75d346e7af42.tar.bz2 gentoo-2-12b4262497ae09d584561345c62f75d346e7af42.zip |
add note about the msynctool -> osynctool switch
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-pda/libopensync/libopensync-0.39.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.39.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-pda/libopensync/libopensync-0.39.ebuild b/app-pda/libopensync/libopensync-0.39.ebuild index 9398c85861c5..7d9343e2a0b5 100644 --- a/app-pda/libopensync/libopensync-0.39.ebuild +++ b/app-pda/libopensync/libopensync-0.39.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.2 2009/11/16 21:25:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.3 2010/05/23 20:38:01 bangert Exp $ inherit cmake-utils @@ -62,3 +62,8 @@ src_install() { dohtml docs/html/* || die "Failed to install docs." fi } + +pkg_postinst() { + einfo "For >=app-pda/libopensync-0.39 use app-pda/osynctool instead of" + einfo "the older app-pda/msynctool." +} |