diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-17 18:20:45 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-17 18:20:45 +0000 |
commit | 2cbe817e56258fd042dbc9272204c32794659849 (patch) | |
tree | 7ab0a483dd63018d79e62de7dfce83babf6b0b9f /dev-db/cdb | |
parent | alpha/ia64/sparc stable wrt #199322 (diff) | |
download | gentoo-2-2cbe817e56258fd042dbc9272204c32794659849.tar.gz gentoo-2-2cbe817e56258fd042dbc9272204c32794659849.tar.bz2 gentoo-2-2cbe817e56258fd042dbc9272204c32794659849.zip |
amd64 stable wrt #198575, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-db/cdb')
-rw-r--r-- | dev-db/cdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/cdb/cdb-0.75-r1.ebuild | 55 | ||||
-rw-r--r-- | dev-db/cdb/cdb-0.75-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/cdb/files/digest-cdb-0.75-r1 | 3 |
4 files changed, 6 insertions, 61 deletions
diff --git a/dev-db/cdb/ChangeLog b/dev-db/cdb/ChangeLog index 9b52cefb1f8d..88da287b0745 100644 --- a/dev-db/cdb/ChangeLog +++ b/dev-db/cdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/cdb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.40 2007/11/14 15:34:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.41 2007/11/17 18:20:44 drac Exp $ + + 17 Nov 2007; Samuli Suominen <drac@gentoo.org> cdb-0.75-r2.ebuild: + amd64 stable wrt #198575 14 Nov 2007; Jeroen Roovers <jer@gentoo.org> cdb-0.75-r2.ebuild: Stable for HPPA (bug #198575). diff --git a/dev-db/cdb/cdb-0.75-r1.ebuild b/dev-db/cdb/cdb-0.75-r1.ebuild deleted file mode 100644 index 584d58fb11a8..000000000000 --- a/dev-db/cdb/cdb-0.75-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r1.ebuild,v 1.16 2007/04/24 17:30:05 chtekk Exp $ - -inherit eutils toolchain-funcs - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 s390 sh sparc x86" - -DESCRIPTION="Fast, reliable, simple package for creating and reading constant databases." -HOMEPAGE="http://cr.yp.to/cdb.html" -SRC_URI="http://cr.yp.to/cdb/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -IUSE="" - -DEPEND=">=sys-apps/sed-4 - !dev-db/freecdb - !dev-db/tinycdb" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-errno.diff - - sed -i -e 's/head -1/head -n 1/g' Makefile \ - || die "sed Makefile failed" -} - -src_compile() { - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld - echo "/usr" > conf-home - emake || die "emake failed" -} - -src_install() { - dobin cdbdump cdbget cdbmake cdbmake-12 cdbmake-sv cdbstats cdbtest \ - || die "dobin failed" - - # ok so ... first off, some automakes fail at finding - # cdb.a, so install that now - dolib *.a || die "dolib failed" - - # then do this pretty little symlinking to solve the somewhat - # cosmetic library issue at hand - dosym cdb.a /usr/$(get_libdir)/libcdb.a || die "dosym failed" - - # uint32.h needs installation too, otherwise compiles depending - # on it will fail - insinto /usr/include - doins cdb*.h buffer.h alloc.h uint32.h || die "doins failed" - - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION -} diff --git a/dev-db/cdb/cdb-0.75-r2.ebuild b/dev-db/cdb/cdb-0.75-r2.ebuild index fd7b0ed4e95d..d32e259644d3 100644 --- a/dev-db/cdb/cdb-0.75-r2.ebuild +++ b/dev-db/cdb/cdb-0.75-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r2.ebuild,v 1.9 2007/11/14 15:34:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r2.ebuild,v 1.10 2007/11/17 18:20:44 drac Exp $ inherit eutils toolchain-funcs -KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" DESCRIPTION="Fast, reliable, simple package for creating and reading constant databases." HOMEPAGE="http://cr.yp.to/cdb.html" diff --git a/dev-db/cdb/files/digest-cdb-0.75-r1 b/dev-db/cdb/files/digest-cdb-0.75-r1 deleted file mode 100644 index c987a0d3c784..000000000000 --- a/dev-db/cdb/files/digest-cdb-0.75-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 81fed54d0bde51b147dd6c20cdb92d51 cdb-0.75.tar.gz 54162 -RMD160 d52288ee6df58fdc5a79efc16693cd5e305f9c65 cdb-0.75.tar.gz 54162 -SHA256 1919577799a50c080a8a05a1cbfa5fa7e7abc823d8d7df2eeb181e624b7952c5 cdb-0.75.tar.gz 54162 |