diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-04 20:34:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-04 20:34:14 +0000 |
commit | 58bbcecf6b56fc2f57341ea2a66cc28f0aff4358 (patch) | |
tree | 9450af1074dc0bedbd79f744cd24fe9e1c27629e /dev-libs/libebml | |
parent | Drop ppc-macos patch, it lives on in the prefix overlay (diff) | |
download | gentoo-2-58bbcecf6b56fc2f57341ea2a66cc28f0aff4358.tar.gz gentoo-2-58bbcecf6b56fc2f57341ea2a66cc28f0aff4358.tar.bz2 gentoo-2-58bbcecf6b56fc2f57341ea2a66cc28f0aff4358.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.3.ebuild | 15 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.7.ebuild | 6 |
4 files changed, 15 insertions, 20 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index ddf2a110e975..a8760052c033 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libebml -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.82 2007/05/30 15:41:54 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.83 2008/02/04 20:34:14 grobian Exp $ + + 04 Feb 2008; Fabian Groffen <grobian@gentoo.org> libebml-0.7.3.ebuild, + libebml-0.7.7.ebuild, libebml-0.7.7-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 30 May 2007; Raúl Porcel <armin76@gentoo.org> ChangeLog: alpha stable wrt #154055 diff --git a/dev-libs/libebml/libebml-0.7.3.ebuild b/dev-libs/libebml/libebml-0.7.3.ebuild index c79a2c214462..8b975143ef23 100644 --- a/dev-libs/libebml/libebml-0.7.3.ebuild +++ b/dev-libs/libebml/libebml-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild,v 1.12 2006/03/06 13:40:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild,v 1.13 2008/02/04 20:34:14 grobian Exp $ IUSE="" @@ -12,22 +12,13 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/libebml-shared2.patch - - if use ppc-macos; then - sed -i \ - -e 's/\.so/\.dylib/g' \ - -e 's/\.dylib.0/\.0.dylib/g' \ - -e 's/$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER)/$(LD)/' \ - -e 's/LD=$(CXX)/LD=libtool/' ${S}/make/linux/Makefile \ - || die "sed Makefile failed" - fi } src_compile() { diff --git a/dev-libs/libebml/libebml-0.7.7-r1.ebuild b/dev-libs/libebml/libebml-0.7.7-r1.ebuild index 89a1cea569dc..2e68ef400ea2 100644 --- a/dev-libs/libebml/libebml-0.7.7-r1.ebuild +++ b/dev-libs/libebml/libebml-0.7.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.11 2007/05/30 15:40:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.12 2008/02/04 20:34:14 grobian Exp $ inherit multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" S="${S}/make/linux" diff --git a/dev-libs/libebml/libebml-0.7.7.ebuild b/dev-libs/libebml/libebml-0.7.7.ebuild index 3699d13792ea..dcb656a9f844 100644 --- a/dev-libs/libebml/libebml-0.7.7.ebuild +++ b/dev-libs/libebml/libebml-0.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.10 2006/11/04 10:46:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.11 2008/02/04 20:34:14 grobian Exp $ DESCRIPTION="Extensible binary format library (kinda like XML)" HOMEPAGE="http://www.matroska.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" src_install() { |