diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-03-22 18:50:13 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-03-22 18:50:13 +0000 |
commit | be9e3789f2837372eef4d27a37d1bb90d3ddb562 (patch) | |
tree | 36810c86926dcd44b6a5512ba0eeec5c900ba288 /dev-libs/eb | |
parent | Remove old. (diff) | |
download | gentoo-2-be9e3789f2837372eef4d27a37d1bb90d3ddb562.tar.gz gentoo-2-be9e3789f2837372eef4d27a37d1bb90d3ddb562.tar.bz2 gentoo-2-be9e3789f2837372eef4d27a37d1bb90d3ddb562.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.4.1.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index 4cb987262fc7..89d1ab4883b2 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/eb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.54 2014/01/18 19:59:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.55 2014/03/22 18:50:13 kensington Exp $ + + 22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -eb-4.4.1.ebuild: + Remove old. 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> eb-4.4.1-r1.ebuild: Stable for alpha, wrt bug #492028 diff --git a/dev-libs/eb/eb-4.4.1.ebuild b/dev-libs/eb/eb-4.4.1.ebuild deleted file mode 100644 index f6774fed6638..000000000000 --- a/dev-libs/eb/eb-4.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.4.1.ebuild,v 1.7 2012/08/05 17:53:28 armin76 Exp $ - -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.lzma" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" - -RDEPEND="sys-libs/zlib - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -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 ChangeLog* NEWS README -} - -pkg_postinst() { - elog - elog "If you are upgrading from <app-dicts/eb-4.4.1," - elog "you may need to rebuild applications depending on eb." - elog -} |