summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-03-31 15:48:06 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-03-31 15:48:06 +0000
commitdffeb08fb9945eb1320dde7fe0515436c240138d (patch)
tree1e59fd028885a560cde338811ba8d98dadc39d76 /dev-libs/eb
parentAdd ~arm/~s390/~sh (diff)
downloadgentoo-2-dffeb08fb9945eb1320dde7fe0515436c240138d.tar.gz
gentoo-2-dffeb08fb9945eb1320dde7fe0515436c240138d.tar.bz2
gentoo-2-dffeb08fb9945eb1320dde7fe0515436c240138d.zip
Version bumped. Removed old versions.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/eb')
-rw-r--r--dev-libs/eb/ChangeLog10
-rw-r--r--dev-libs/eb/eb-3.3.4.ebuild30
-rw-r--r--dev-libs/eb/eb-4.2.1.ebuild41
-rw-r--r--dev-libs/eb/eb-4.2.ebuild41
-rw-r--r--dev-libs/eb/eb-4.4.1.ebuild40
5 files changed, 48 insertions, 114 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog
index ff55f1119608..0556d86eb0e1 100644
--- a/dev-libs/eb/ChangeLog
+++ b/dev-libs/eb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/eb
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.37 2008/06/21 13:57:30 dirtyepic Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.38 2009/03/31 15:48:06 matsuu Exp $
+
+*eb-4.4.1 (31 Mar 2009)
+
+ 31 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> -eb-3.3.4.ebuild,
+ -eb-4.2.ebuild, -eb-4.2.1.ebuild, +eb-4.4.1.ebuild:
+ Version bumped. Fixed dependency. Removed old versions.
21 Jun 2008; Ryan Hill <dirtyepic@gentoo.org>
+files/eb-4.2.2-as-needed.patch, eb-4.2.2.ebuild:
diff --git a/dev-libs/eb/eb-3.3.4.ebuild b/dev-libs/eb/eb-3.3.4.ebuild
deleted file mode 100644
index 13ff14246001..000000000000
--- a/dev-libs/eb/eb-3.3.4.ebuild
+++ /dev/null
@@ -1,30 +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-3.3.4.ebuild,v 1.8 2005/03/19 11:24:10 matsuu Exp $
-
-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="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-
-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*
-}
diff --git a/dev-libs/eb/eb-4.2.1.ebuild b/dev-libs/eb/eb-4.2.1.ebuild
deleted file mode 100644
index bef0c3892bd7..000000000000
--- a/dev-libs/eb/eb-4.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.1.ebuild,v 1.7 2007/03/03 22:40:11 genone 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="amd64 ia64 ppc ~ppc64 x86"
-
-DEPEND="virtual/libc
- sys-libs/zlib
- 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
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- 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/eb-4.2.ebuild b/dev-libs/eb/eb-4.2.ebuild
deleted file mode 100644
index ad3305d52044..000000000000
--- a/dev-libs/eb/eb-4.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.ebuild,v 1.5 2007/03/03 22:40:11 genone 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="~amd64 ppc ~ppc64 x86"
-
-DEPEND="virtual/libc
- sys-libs/zlib
- 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
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- 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/eb-4.4.1.ebuild b/dev-libs/eb/eb-4.4.1.ebuild
new file mode 100644
index 000000000000..480e202194a2
--- /dev/null
+++ b/dev-libs/eb/eb-4.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2009 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.1 2009/03/31 15:48:06 matsuu 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
+}