diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-16 21:25:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-16 21:25:21 +0000 |
commit | 3543a1a17f486f1a9e8ec22025eabbdff7c3294f (patch) | |
tree | 2bbb1b4a99b4f9852285d4cbb3bec915fe6a0a36 /app-pda | |
parent | Version bump: dev-util/mercurial-1.4. (diff) | |
download | gentoo-2-3543a1a17f486f1a9e8ec22025eabbdff7c3294f.tar.gz gentoo-2-3543a1a17f486f1a9e8ec22025eabbdff7c3294f.tar.bz2 gentoo-2-3543a1a17f486f1a9e8ec22025eabbdff7c3294f.zip |
Removing deprecated postinst elog message, thanks to scarabeus for pointing it out.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libopensync/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/libopensync/libopensync-0.39.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-pda/libopensync/ChangeLog b/app-pda/libopensync/ChangeLog index 333ad12df930..744511f80972 100644 --- a/app-pda/libopensync/ChangeLog +++ b/app-pda/libopensync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/libopensync # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.34 2009/11/15 22:02:52 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.35 2009/11/16 21:25:21 eva Exp $ + + 16 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org> + libopensync-0.39.ebuild: + Removing deprecated postinst elog message, thanks to scarabeus for + pointing it out. *libopensync-0.39 (15 Nov 2009) diff --git a/app-pda/libopensync/libopensync-0.39.ebuild b/app-pda/libopensync/libopensync-0.39.ebuild index 714e254ad16a..9398c85861c5 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 # 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.1 2009/11/15 22:02:52 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.2 2009/11/16 21:25:21 eva Exp $ inherit cmake-utils @@ -62,9 +62,3 @@ src_install() { dohtml docs/html/* || die "Failed to install docs." fi } - -pkg_postinst() { - elog "Building with 'debug' useflag is highly encouraged" - elog "and requiered for bug reports." - elog "Also see http://www.opensync.org/wiki/tracing" -} |