summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-07-31 08:06:37 +0000
committerMamoru Komachi <usata@gentoo.org>2005-07-31 08:06:37 +0000
commit681d33e112a3fd9197aeb14784fac4c7d4975e14 (patch)
tree6bc5e82bf6b8ac2a53c9db393ea2b9457c813651 /dev-libs/eb
parentppc stable (diff)
downloadhistorical-681d33e112a3fd9197aeb14784fac4c7d4975e14.tar.gz
historical-681d33e112a3fd9197aeb14784fac4c7d4975e14.tar.bz2
historical-681d33e112a3fd9197aeb14784fac4c7d4975e14.zip
Stable on x86. Removed old versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/eb')
-rw-r--r--dev-libs/eb/ChangeLog6
-rw-r--r--dev-libs/eb/Manifest10
-rw-r--r--dev-libs/eb/eb-4.0-r1.ebuild39
-rw-r--r--dev-libs/eb/eb-4.1.1.ebuild40
-rw-r--r--dev-libs/eb/eb-4.1.3.ebuild4
-rw-r--r--dev-libs/eb/files/digest-eb-4.0-r12
-rw-r--r--dev-libs/eb/files/digest-eb-4.1.11
7 files changed, 17 insertions, 85 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog
index 037efef8dce8..32ed09898268 100644
--- a/dev-libs/eb/ChangeLog
+++ b/dev-libs/eb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/eb
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.13 2005/07/10 22:46:17 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.14 2005/07/31 08:06:37 usata Exp $
+
+ 31 Jul 2005; Mamoru KOMACHI <usata@gentoo.org> -eb-4.0-r1.ebuild,
+ -eb-4.1.1.ebuild, eb-4.1.3.ebuild:
+ Stable on x86. Removed old versions.
*eb-4.2 (10 Jul 2005)
diff --git a/dev-libs/eb/Manifest b/dev-libs/eb/Manifest
index 22c1925b9900..3f5fa61eedb6 100644
--- a/dev-libs/eb/Manifest
+++ b/dev-libs/eb/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 13224c7a46ce6e300c161afa8a5b3a1b ChangeLog 1901
MD5 138997d7d15d934cff97c896a0f0272c eb-3.3.4.ebuild 657
MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251
@@ -8,3 +11,10 @@ MD5 d9fa22091f42ccde516f2e599515b90e files/digest-eb-3.3.4 61
MD5 7262d4b62fde4df186a04f403038ba72 files/digest-eb-4.1 59
MD5 e9a808e472923efebd4d07a9b56316a8 files/digest-eb-4.1.3 61
MD5 97f52713aded618a5eb5d4ca425e2198 files/digest-eb-4.2 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC7INvVWNWqTUmv+0RArl+AJkB9W1tGNgG6XsshnEQ6yzWT7RL0gCfbX/g
+dYd7GSZYxujI0K2DwlkoiWY=
+=mzwq
+-----END PGP SIGNATURE-----
diff --git a/dev-libs/eb/eb-4.0-r1.ebuild b/dev-libs/eb/eb-4.0-r1.ebuild
deleted file mode 100644
index 610da315c432..000000000000
--- a/dev-libs/eb/eb-4.0-r1.ebuild
+++ /dev/null
@@ -1,39 +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.0-r1.ebuild,v 1.7 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
- ftp://ftp.sra.co.jp/pub/misc/eb/${P}+.diff"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-DEPEND="virtual/libc
- sys-libs/zlib
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/${P}+.diff
-}
-
-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.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
-}
diff --git a/dev-libs/eb/eb-4.1.3.ebuild b/dev-libs/eb/eb-4.1.3.ebuild
index b7fd94ea5c3c..90b757e63b65 100644
--- a/dev-libs/eb/eb-4.1.3.ebuild
+++ b/dev-libs/eb/eb-4.1.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2005/03/19 11:24:10 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.1.3.ebuild,v 1.2 2005/07/31 08:06:37 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 ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
DEPEND="virtual/libc
sys-libs/zlib
diff --git a/dev-libs/eb/files/digest-eb-4.0-r1 b/dev-libs/eb/files/digest-eb-4.0-r1
deleted file mode 100644
index 22af3f32b01f..000000000000
--- a/dev-libs/eb/files/digest-eb-4.0-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 cd018633ee9c131dc3f63edf37d7eaa7 eb-4.0.tar.gz 1301475
-MD5 f887a39272f3145f146ecb8b08393802 eb-4.0+.diff 743
diff --git a/dev-libs/eb/files/digest-eb-4.1.1 b/dev-libs/eb/files/digest-eb-4.1.1
deleted file mode 100644
index 75cc78710127..000000000000
--- a/dev-libs/eb/files/digest-eb-4.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72396d78881cba4244cdd4ee3ab6234a eb-4.1.1.tar.gz 1051857