summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:16:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:16:34 +0000
commit4e9123e0014578b84cede9f8f410ba6d62710465 (patch)
treee1c7f1882177cd7501e1ca61bda8d50d2f71aea8 /media-libs/libogg
parenteinfo converted to elog (diff)
downloadhistorical-4e9123e0014578b84cede9f8f410ba6d62710465.tar.gz
historical-4e9123e0014578b84cede9f8f410ba6d62710465.tar.bz2
historical-4e9123e0014578b84cede9f8f410ba6d62710465.zip
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-libs/libogg')
-rw-r--r--media-libs/libogg/ChangeLog7
-rw-r--r--media-libs/libogg/libogg-1.0.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/media-libs/libogg/ChangeLog b/media-libs/libogg/ChangeLog
index 0069f4a04313..c8adc433af3d 100644
--- a/media-libs/libogg/ChangeLog
+++ b/media-libs/libogg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libogg
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.44 2006/10/04 17:42:48 grobian Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.45 2007/01/05 17:14:17 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> libogg-1.0.ebuild:
+ Convert to use elog.
04 Oct 2006; Fabian Groffen <grobian@gentoo.org> libogg-1.1.ebuild,
libogg-1.1.1.ebuild, libogg-1.1.2.ebuild, libogg-1.1.3.ebuild:
diff --git a/media-libs/libogg/libogg-1.0.ebuild b/media-libs/libogg/libogg-1.0.ebuild
index 873e1af2a457..1d7412a5ead2 100644
--- a/media-libs/libogg/libogg-1.0.ebuild
+++ b/media-libs/libogg/libogg-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0.ebuild,v 1.20 2006/03/06 16:13:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0.ebuild,v 1.21 2007/01/05 17:14:17 flameeyes Exp $
DESCRIPTION="the Ogg media file format library"
HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html"
@@ -30,12 +30,12 @@ src_install () {
}
pkg_postinst() {
- einfo
- einfo "Note the 1.0 version of libogg has been installed"
- einfo "Applications that used pre-1.0 ogg libraries will"
- einfo "need to be recompiled for the new version."
- einfo "Now that the vorbis folks have finalized the API"
- einfo "this should be the last time for a while that"
- einfo "recompilation is needed for these things."
- einfo
+ elog
+ elog "Note the 1.0 version of libogg has been installed"
+ elog "Applications that used pre-1.0 ogg libraries will"
+ elog "need to be recompiled for the new version."
+ elog "Now that the vorbis folks have finalized the API"
+ elog "this should be the last time for a while that"
+ elog "recompilation is needed for these things."
+ elog
}