diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-08 14:00:30 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-08 14:00:30 +0000 |
commit | 63395a7c112db4372246d475bccfb405d82add9d (patch) | |
tree | 91cb123d909e55341f81d0f216651746d5872bbd /dev-libs/eb | |
parent | Remove old. (diff) | |
download | gentoo-2-63395a7c112db4372246d475bccfb405d82add9d.tar.gz gentoo-2-63395a7c112db4372246d475bccfb405d82add9d.tar.bz2 gentoo-2-63395a7c112db4372246d475bccfb405d82add9d.zip |
Remove old.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.2.2.ebuild | 45 | ||||
-rw-r--r-- | dev-libs/eb/files/eb-4.2.2-as-needed.patch | 12 |
3 files changed, 5 insertions, 59 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index 9cc06d53012e..5bdf333f6d7d 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/eb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.44 2012/08/05 17:53:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.45 2012/10/08 14:00:30 kensington Exp $ + + 08 Oct 2012; Michael Palimaka <kensington@gentoo.org> -eb-4.2.2.ebuild, + -files/eb-4.2.2-as-needed.patch: + Remove old. 05 Aug 2012; Raúl Porcel <armin76@gentoo.org> eb-4.4.1.ebuild: alpha/ia64/sparc stable wrt #419721 @@ -165,4 +169,3 @@ Initial import. Ebuild first submitted by Masatomo Nakano <nakano@gentoo.org> and updated by (ha)-san and jargon-san at GentooJP BugTrack - diff --git a/dev-libs/eb/eb-4.2.2.ebuild b/dev-libs/eb/eb-4.2.2.ebuild deleted file mode 100644 index 0ac62d1bd40b..000000000000 --- a/dev-libs/eb/eb-4.2.2.ebuild +++ /dev/null @@ -1,45 +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/eb/eb-4.2.2.ebuild,v 1.14 2008/06/21 13:57:30 dirtyepic Exp $ - -inherit eutils - -IUSE="nls ipv6 threads" - -DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books" -HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/" -SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" - -DEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-as-needed.patch -} - -src_compile () { - econf \ - --with-pkgdocdir=/usr/share/doc/${PF}/html \ - $(use_enable nls) \ - $(use_enable threads pthread) \ - $(use_enable ipv6) || die "Failed configure." - emake || die "Failed make." -} - -src_install () { - emake DESTDIR="${D}" install || die "Failed install." - - dodoc AUTHORS INSTALL* NEWS README* -} - -pkg_postinst() { - elog - elog "If you are upgrading from <app-dicts/eb-4," - elog "you may need to rebuild applications depending on eb." - elog -} diff --git a/dev-libs/eb/files/eb-4.2.2-as-needed.patch b/dev-libs/eb/files/eb-4.2.2-as-needed.patch deleted file mode 100644 index 19ec6c1ab582..000000000000 --- a/dev-libs/eb/files/eb-4.2.2-as-needed.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp eb-4.2.2-orig/eb/Makefile.in eb-4.2.2/eb/Makefile.in ---- eb-4.2.2-orig/eb/Makefile.in 2005-11-25 21:02:13.000000000 -0600 -+++ eb-4.2.2/eb/Makefile.in 2008-06-21 07:37:51.000000000 -0600 -@@ -318,7 +318,7 @@ clean-libLTLIBRARIES: - rm -f "$${dir}/so_locations"; \ - done - libeb.la: $(libeb_la_OBJECTS) $(libeb_la_DEPENDENCIES) -- $(LINK) -rpath $(libdir) $(libeb_la_LDFLAGS) $(libeb_la_OBJECTS) $(libeb_la_LIBADD) $(LIBS) -+ $(LINK) -rpath $(libdir) $(libeb_la_LDFLAGS) $(libeb_la_OBJECTS) $(libeb_la_LIBADD) $(LIBS) $(ZLIBLIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) |