diff options
author | 2004-11-17 03:23:26 +0000 | |
---|---|---|
committer | 2004-11-17 03:23:26 +0000 | |
commit | 4f1a8769ab5ba87ef5bb19d7122fbd314e9f0823 (patch) | |
tree | 859f32a21c6d8154231403e2a89b558776dba83f /dev-libs/eb | |
parent | digest fix (diff) | |
download | historical-4f1a8769ab5ba87ef5bb19d7122fbd314e9f0823.tar.gz historical-4f1a8769ab5ba87ef5bb19d7122fbd314e9f0823.tar.bz2 historical-4f1a8769ab5ba87ef5bb19d7122fbd314e9f0823.zip |
Version bumped. Marked 4.1 stable.
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/eb/Manifest | 16 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.1.1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/eb/files/digest-eb-4.1.1 | 1 |
5 files changed, 64 insertions, 5 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index 3ad41d5f616a..fbf16a96227c 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/eb # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.10 2004/08/28 13:29:24 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.11 2004/11/17 03:23:26 usata Exp $ + +*eb-4.1.1 (17 Nov 2004) + + 17 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +eb-4.1.1.ebuild, + eb-4.1.ebuild: + Version bumped. Marked 4.1 stable. *eb-4.1 (28 Aug 2004) diff --git a/dev-libs/eb/Manifest b/dev-libs/eb/Manifest index acfd72a3bf21..86dfc9a43a4a 100644 --- a/dev-libs/eb/Manifest +++ b/dev-libs/eb/Manifest @@ -1,8 +1,20 @@ -MD5 8373ef45f9a8dee9dc41209aad7ab044 eb-4.1.ebuild 821 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 1ba6568f9eaf8d78bf0a69f5856fe888 eb-4.1.ebuild 819 MD5 19359a124e764f979e2805c16933e093 eb-3.3.4.ebuild 661 MD5 5b1c8ed5b87f3949361c6bcdf5b10bfe eb-4.0-r1.ebuild 791 -MD5 d056876134436e96ec78e94af77b0ae4 ChangeLog 1318 +MD5 c76e5e3efe1611c877089657cc46c570 ChangeLog 1465 MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251 +MD5 dc4009b1fd897e7a79fb945a62d7bdd7 eb-4.1.1.ebuild 819 MD5 bff96f70264f743dde8afa794416de66 files/digest-eb-4.0-r1 113 MD5 d9fa22091f42ccde516f2e599515b90e files/digest-eb-3.3.4 61 MD5 7262d4b62fde4df186a04f403038ba72 files/digest-eb-4.1 59 +MD5 85d59460f38e7b85b9ed05c0e32e9479 files/digest-eb-4.1.1 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBmsQ0VWNWqTUmv+0RAk2DAKCMPFgGn5GWuFn6nrhK6AyreQzhjACeJKyO +ZIppqXbW3P+hE1ue0RuVMo8= +=NGm7 +-----END PGP SIGNATURE----- diff --git a/dev-libs/eb/eb-4.1.1.ebuild b/dev-libs/eb/eb-4.1.1.ebuild new file mode 100644 index 000000000000..a84d1ba93e18 --- /dev/null +++ b/dev-libs/eb/eb-4.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 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.1 2004/11/17 03:23:26 usata 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 +} diff --git a/dev-libs/eb/eb-4.1.ebuild b/dev-libs/eb/eb-4.1.ebuild index 26e84b495083..30f5f2dff146 100644 --- a/dev-libs/eb/eb-4.1.ebuild +++ b/dev-libs/eb/eb-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.1.ebuild,v 1.1 2004/08/28 13:29:24 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.1.ebuild,v 1.2 2004/11/17 03:23:26 usata Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND="virtual/libc sys-libs/zlib diff --git a/dev-libs/eb/files/digest-eb-4.1.1 b/dev-libs/eb/files/digest-eb-4.1.1 new file mode 100644 index 000000000000..75cc78710127 --- /dev/null +++ b/dev-libs/eb/files/digest-eb-4.1.1 @@ -0,0 +1 @@ +MD5 72396d78881cba4244cdd4ee3ab6234a eb-4.1.1.tar.gz 1051857 |