diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:27:10 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:27:10 +0000 |
commit | 6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4 (patch) | |
tree | 73f24d2aa63bac4b9dcacf4315a11bc93c1ab504 /dev-libs/eb | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.tar.gz gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.tar.bz2 gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.zip |
Marked stable on x86. Don't assign default to S
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/eb/eb-3.3.4.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.0.ebuild | 32 | ||||
-rw-r--r-- | dev-libs/eb/files/digest-eb-4.0 | 1 |
5 files changed, 10 insertions, 41 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index 6ffb0dffa9ee..8cde923aef24 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/eb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.5 2004/04/10 21:40:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.6 2004/04/25 17:27:10 usata Exp $ + + 26 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> eb-3.3.4.ebuild, + eb-4.0-r1.ebuild, eb-4.0.ebuild: + Marked stable on x86. Don't assign default to S 10 Apr 2004; David Holm <dholm@gentoo.org> eb-4.0-r1.ebuild: Added to ~ppc. diff --git a/dev-libs/eb/eb-3.3.4.ebuild b/dev-libs/eb/eb-3.3.4.ebuild index e10e598f9921..d78f86213c55 100644 --- a/dev-libs/eb/eb-3.3.4.ebuild +++ b/dev-libs/eb/eb-3.3.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/01/01 20:21:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-3.3.4.ebuild,v 1.4 2004/04/25 17:27:10 usata Exp $ IUSE="nls" -DESCRIPTION="EB a C library and utilities for accessing CD-ROM books" +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" @@ -16,8 +16,6 @@ DEPEND="virtual/glibc sys-libs/zlib nls? ( sys-devel/gettext )" -S=${WORKDIR}/${P} - src_compile () { econf `use_enable nls` || die diff --git a/dev-libs/eb/eb-4.0-r1.ebuild b/dev-libs/eb/eb-4.0-r1.ebuild index 39979348c2bf..343ffc2b1850 100644 --- a/dev-libs/eb/eb-4.0-r1.ebuild +++ b/dev-libs/eb/eb-4.0-r1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/04/10 21:40:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.0-r1.ebuild,v 1.3 2004/04/25 17:27:10 usata Exp $ inherit eutils IUSE="nls" -DESCRIPTION="EB a C library and utilities for accessing CD-ROM books" +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" +KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc sys-libs/zlib diff --git a/dev-libs/eb/eb-4.0.ebuild b/dev-libs/eb/eb-4.0.ebuild deleted file mode 100644 index 456a63ec1f98..000000000000 --- a/dev-libs/eb/eb-4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.0.ebuild,v 1.1 2004/01/01 20:21:05 usata Exp $ - -IUSE="nls" - -DESCRIPTION="EB 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" - -DEPEND="virtual/glibc - sys-libs/zlib - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/${P} - -src_compile () { - - econf `use_enable nls` || die - emake || die -} - -src_install () { - - einstall || die - - dodoc AUTHORS INSTALL* NEWS README* -} diff --git a/dev-libs/eb/files/digest-eb-4.0 b/dev-libs/eb/files/digest-eb-4.0 deleted file mode 100644 index aa0b815a2d7c..000000000000 --- a/dev-libs/eb/files/digest-eb-4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd018633ee9c131dc3f63edf37d7eaa7 eb-4.0.tar.gz 1301475 |