diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-09 18:49:09 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-09 18:49:09 +0000 |
commit | 6349dd2e4bf3dab1eeed8a88e67da5b717b63d68 (patch) | |
tree | 9c8d5417dce8f75235e313db628f6d736be0cd62 /dev-db/cdb | |
parent | new revisio of kebuildpart that installs the missing kebuildview.h to fix bug... (diff) | |
download | gentoo-2-6349dd2e4bf3dab1eeed8a88e67da5b717b63d68.tar.gz gentoo-2-6349dd2e4bf3dab1eeed8a88e67da5b717b63d68.tar.bz2 gentoo-2-6349dd2e4bf3dab1eeed8a88e67da5b717b63d68.zip |
New package
Diffstat (limited to 'dev-db/cdb')
-rw-r--r-- | dev-db/cdb/ChangeLog | 13 | ||||
-rw-r--r-- | dev-db/cdb/cdb-0.75.ebuild | 31 | ||||
-rw-r--r-- | dev-db/cdb/files/digest-cdb-0.75 | 1 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-db/cdb/ChangeLog b/dev-db/cdb/ChangeLog new file mode 100644 index 000000000000..966b7ab7c026 --- /dev/null +++ b/dev-db/cdb/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-db/cdb +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.1 2002/07/09 18:49:09 rphillips Exp $ + +*cdb-0.75 (9 Jul 2002) + + 9 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-db/cdb/cdb-0.75.ebuild b/dev-db/cdb/cdb-0.75.ebuild new file mode 100644 index 000000000000..7ecbf286b4f0 --- /dev/null +++ b/dev-db/cdb/cdb-0.75.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75.ebuild,v 1.1 2002/07/09 18:49:09 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A fast, reliable, simple package for creating and reading constant databases" +SRC_URI="http://cr.yp.to/cdb/${P}.tar.gz" +HOMEPAGE="http://cr.yp.to/cdb.html" + +src_compile() { + echo "gcc ${CFLAGS}" > conf-cc + echo "gcc" > conf-ld + echo "/usr" > conf-home + emake || die "emake failed" +} + +src_install() { + exeinto /usr/bin + for i in cdbdump cdbget cdbmake cdbmake-12 cdbmake-sv cdbstats cdbtest + do + doexe $i + done + + into /usr + newlib.a cdb.a libcdb.a + insinto /usr/include + doins cdb.h + + dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION +} + diff --git a/dev-db/cdb/files/digest-cdb-0.75 b/dev-db/cdb/files/digest-cdb-0.75 new file mode 100644 index 000000000000..20fc684f3b06 --- /dev/null +++ b/dev-db/cdb/files/digest-cdb-0.75 @@ -0,0 +1 @@ +MD5 81fed54d0bde51b147dd6c20cdb92d51 cdb-0.75.tar.gz 54162 |