summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-11 09:44:57 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-11 09:44:57 +0000
commit05e287a338f6f5ccb4dcbbcb647311ccd52226c7 (patch)
tree2c43418f6602d270c80a9baee76beebe9a84c59b /media-libs/libvorbis
parentremoved - old and with QA issues. (diff)
downloadhistorical-05e287a338f6f5ccb4dcbbcb647311ccd52226c7.tar.gz
historical-05e287a338f6f5ccb4dcbbcb647311ccd52226c7.tar.bz2
historical-05e287a338f6f5ccb4dcbbcb647311ccd52226c7.zip
Cleanup after macos guys.
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r--media-libs/libvorbis/ChangeLog6
-rw-r--r--media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild12
-rw-r--r--media-libs/libvorbis/libvorbis-1.1.0.ebuild10
3 files changed, 11 insertions, 17 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog
index 5d5729b44542..6c6ab8c8b47b 100644
--- a/media-libs/libvorbis/ChangeLog
+++ b/media-libs/libvorbis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvorbis
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.45 2004/11/01 10:58:02 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.46 2004/11/11 09:44:57 eradicator Exp $
+
+ 11 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ libvorbis-1.0.1-r2.ebuild, libvorbis-1.1.0.ebuild:
+ Cleanup after macos guys.
01 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> libvorbis-1.1.0.ebuild:
Stable on alpha.
diff --git a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild b/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild
index 0ab5adfafbd4..963a4f0777cc 100644
--- a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.13 2004/11/08 15:39:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.14 2004/11/11 09:44:57 eradicator Exp $
inherit libtool flag-o-matic gcc
@@ -28,9 +28,7 @@ src_unpack() {
src_compile() {
# Fixes some strange sed-, libtool- and ranlib-errors on
# Mac OS X
- if use macos; then
- glibtoolize
- elif use ppc-macos; then
+ if use ppc-macos; then
glibtoolize
else
elibtoolize
@@ -55,17 +53,13 @@ src_compile() {
append-ldflags -fPIC
econf || die
- use macos && cd ${S} && sed -i -e 's/examples//' Makefile
use ppc-macos && cd ${S} && sed -i -e 's/examples//' Makefile
emake || die
}
src_install() {
make DESTDIR=${D} install || die
- if use macos; then
- dosym /usr/lib/libvorbisfile.3.1.0.dylib /usr/lib/libvorbisfile.0.dylib
- dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib
- elif use ppc-macos; then
+ if use ppc-macos; then
dosym /usr/lib/libvorbisfile.3.1.0.dylib /usr/lib/libvorbisfile.0.dylib
dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib
else
diff --git a/media-libs/libvorbis/libvorbis-1.1.0.ebuild b/media-libs/libvorbis/libvorbis-1.1.0.ebuild
index 8b51ccb93247..b36dcb2b242a 100644
--- a/media-libs/libvorbis/libvorbis-1.1.0.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.8 2004/11/08 15:39:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.9 2004/11/11 09:44:57 eradicator Exp $
inherit libtool flag-o-matic gcc eutils
@@ -26,7 +26,7 @@ src_unpack() {
# Fixes some strange sed-, libtool- and ranlib-errors on
# Mac OS X
- if use macos || use ppc-macos; then
+ if use ppc-macos; then
glibtoolize
else
elibtoolize
@@ -54,17 +54,13 @@ src_compile() {
append-ldflags -fPIC
econf || die
- use macos && cd ${S} && sed -i -e 's/examples//' Makefile
use ppc-macos && cd ${S} && sed -i -e 's/examples//' Makefile
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
- if use macos; then
- dosym /usr/$(get_libdir)/libvorbisfile.3.1.0.dylib /usr/$(get_libdir)/libvorbisfile.0.dylib
- dosym /usr/$(get_libdir)/libvorbisenc.2.0.0.dylib /usr/$(get_libdir)/libvorbisenc.0.dylib
- elif use ppc-macos; then
+ if use ppc-macos; then
dosym /usr/$(get_libdir)/libvorbisfile.3.1.0.dylib /usr/$(get_libdir)/libvorbisfile.0.dylib
dosym /usr/$(get_libdir)/libvorbisenc.2.0.0.dylib /usr/$(get_libdir)/libvorbisenc.0.dylib
else