summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-13 11:24:02 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-13 11:24:02 +0000
commitd68812ba49f7e3dfe8b5fec651e8184588e5fa62 (patch)
tree978110efdae266a10d8ca6725ada7861c6c52140 /dev-libs
parentfilter parallel make (bug #176998) (diff)
downloadgentoo-2-d68812ba49f7e3dfe8b5fec651e8184588e5fa62.tar.gz
gentoo-2-d68812ba49f7e3dfe8b5fec651e8184588e5fa62.tar.bz2
gentoo-2-d68812ba49f7e3dfe8b5fec651e8184588e5fa62.zip
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libebml/ChangeLog7
-rw-r--r--dev-libs/libebml/files/libebml-shared2.patch64
-rw-r--r--dev-libs/libebml/libebml-0.7.3.ebuild42
-rw-r--r--dev-libs/libebml/libebml-0.7.7.ebuild18
4 files changed, 6 insertions, 125 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog
index 159abaf2c358..3a1747a37706 100644
--- a/dev-libs/libebml/ChangeLog
+++ b/dev-libs/libebml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libebml
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.85 2008/03/13 11:08:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.86 2008/03/13 11:24:02 aballier Exp $
+
+ 13 Mar 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/libebml-shared2.patch, -libebml-0.7.3.ebuild,
+ -libebml-0.7.7.ebuild:
+ remove old
*libebml-0.7.8-r1 (13 Mar 2008)
diff --git a/dev-libs/libebml/files/libebml-shared2.patch b/dev-libs/libebml/files/libebml-shared2.patch
deleted file mode 100644
index 36b03c0663af..000000000000
--- a/dev-libs/libebml/files/libebml-shared2.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -ruN make/linux/Makefile.org make/linux/Makefile
---- make/linux/Makefile.org 2005-02-06 19:11:15.000000000 +0100
-+++ make/linux/Makefile 2005-02-15 21:02:39.589581560 +0100
-@@ -51,6 +51,8 @@
-
- # Names
- LIBRARY=libebml.a
-+LIBRARY_SO=libebml.so
-+LIBRARY_SO_VER=libebml.so.0
-
- # source-files
- sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))
-@@ -60,26 +62,36 @@
-
- # object files; replace .cxx extension with .o
- objects:=$(patsubst %$(EXTENSION),%.o,$(sources))
-+objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources))
-
- WARNINGFLAGS=-Wall -Wno-unknown-pragmas -ansi -fno-gnu-keywords -Wshadow
- COMPILEFLAGS=$(WARNINGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(DEBUGFLAGS) $(INCLUDE)
- DEPENDFLAGS = $(CXXFLAGS) $(INCLUDE)
-
--all: $(LIBRARY)
-+all: $(LIBRARY) $(LIBRARY_SO)
-
--lib library: $(LIBRARY)
-+lib library: $(LIBRARY) $(LIBRARY_SO)
-
- # Build rules
- %.o: %$(EXTENSION)
- $(CXX) -c $(COMPILEFLAGS) -o $@ $<
-
-+%.lo: %$(EXTENSION)
-+ $(CXX) -c $(COMPILEFLAGS) -fPIC -o $@ $<
-+
- $(LIBRARY): $(objects)
- $(AR) $@ $(objects)
- $(RANLIB) $@
-
-+$(LIBRARY_SO): $(objects_so)
-+ $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
-+ ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-+
- clean:
- rm -f $(objects)
- rm -f $(LIBRARY)
-+ rm -f $(LIBRARY_SO)
-+ rm -f $(LIBRARY_SO_VER)
- rm -f CORE
-
- distclean dist-clean: clean
-@@ -95,9 +107,11 @@
- $(CXX) $(DEPENDFLAGS) -MM -MT $$o $$i >> .depend ; \
- done
-
--install: $(LIBRARY)
-+install: $(LIBRARY) $(LIBRARY_SO)
- $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
- $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY) $(libdir)
-+ $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
-+ ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
- $(INSTALL) $(INSTALL_DIR_OPTS) -d $(includedir)
- for i in $(INCLUDE_DIR)/*.h; do \
- $(INSTALL) $(INSTALL_OPTS) $$i $(includedir) ; \
diff --git a/dev-libs/libebml/libebml-0.7.3.ebuild b/dev-libs/libebml/libebml-0.7.3.ebuild
deleted file mode 100644
index 8b975143ef23..000000000000
--- a/dev-libs/libebml/libebml-0.7.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.13 2008/02/04 20:34:14 grobian Exp $
-
-IUSE=""
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="http://www.matroska.org/"
-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 ppc64 sparc x86"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/libebml-shared2.patch
-}
-
-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 libdir="${D}/usr/$(get_libdir)" || die "make install failed"
- dodoc ${S}/LICENSE.*
-}
diff --git a/dev-libs/libebml/libebml-0.7.7.ebuild b/dev-libs/libebml/libebml-0.7.7.ebuild
deleted file mode 100644
index dcb656a9f844..000000000000
--- a/dev-libs/libebml/libebml-0.7.7.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.11 2008/02/04 20:34:14 grobian Exp $
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="http://www.matroska.org/"
-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 ppc64 sparc x86"
-IUSE=""
-
-src_install() {
- cd "${S}"/make/linux
- einstall libdir="${D}/usr/$(get_libdir)" || die "make install failed"
- dodoc "${S}"/ChangeLog
-}