diff options
author | 2005-11-05 14:32:14 +0000 | |
---|---|---|
committer | 2005-11-05 14:32:14 +0000 | |
commit | b69cd95efac7e41153530ab4cc1f39a16d04352e (patch) | |
tree | 047fa367d2b70035b6b20f19d1e46ec250782493 /dev-libs/libebml/libebml-0.6.4.ebuild | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-b69cd95efac7e41153530ab4cc1f39a16d04352e.tar.gz gentoo-2-b69cd95efac7e41153530ab4cc1f39a16d04352e.tar.bz2 gentoo-2-b69cd95efac7e41153530ab4cc1f39a16d04352e.zip |
Cleanup of old ebuilds.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-libs/libebml/libebml-0.6.4.ebuild')
-rw-r--r-- | dev-libs/libebml/libebml-0.6.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/libebml/libebml-0.6.4.ebuild b/dev-libs/libebml/libebml-0.6.4.ebuild deleted file mode 100644 index 8a65b6ce809a..000000000000 --- a/dev-libs/libebml/libebml-0.6.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.6.4.ebuild,v 1.13 2005/04/24 20:23:24 flameeyes Exp $ - -inherit flag-o-matic - -IUSE="" - - -DESCRIPTION="Extensible binary format library (kinda like XML)" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/old/${P}.tar.bz2" -HOMEPAGE="http://www.matroska.org" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc ~amd64 ~alpha ~ia64 ~sparc ~hppa ~mips" - -DEPEND="virtual/libc" - -src_compile() { - cd ${S}/make/linux - - # This fix is necessary due to libebml being used to generate - # shared libraries, such as the vlc plugin for mozilla. on archs - # that require shared objects to be compiled with -fPIC, this - # really shouldn't happen, but libebml doesn't produce an so. - # Travis Tilley <lv@gentoo.org> - append-flags -fPIC - - sed -i -e 's/CXXFLAGS=/CXXFLAGS+=/g' Makefile - make PREFIX=/usr || die "make failed" -} - -src_install () { - cd ${S}/make/linux - einstall || die "make install failed" - dodoc ${S}/LICENSE.* -} |