summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/eb/eb-4.1.1.ebuild')
-rw-r--r--dev-libs/eb/eb-4.1.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/eb/eb-4.1.1.ebuild b/dev-libs/eb/eb-4.1.1.ebuild
deleted file mode 100644
index 43a473a6e841..000000000000
--- a/dev-libs/eb/eb-4.1.1.ebuild
+++ /dev/null
@@ -1,40 +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/eb/eb-4.1.1.ebuild,v 1.2 2005/03/19 11:24:10 matsuu Exp $
-
-inherit eutils
-
-IUSE="nls"
-
-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.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="virtual/libc
- sys-libs/zlib
- nls? ( sys-devel/gettext )"
-
-src_compile () {
-
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install () {
-
- einstall || die
-
- dodoc AUTHORS INSTALL* NEWS README*
-}
-
-pkg_postinst() {
-
- einfo
- einfo "If you are upgrading from <app-dicts/eb-4,"
- einfo "you may need to rebuild applications depending on eb."
- einfo
-}