Skip to content

Commit

Permalink
dev-libs/libdbh: Initial import
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.22
  • Loading branch information
nyxdis committed Oct 7, 2015
1 parent 4193577 commit 0f76084
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-libs/libdbh/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST libdbh2-5.0.19.tar.gz 1608949 SHA256 2e534f24c4df99f6e2ba726e3982d7361b56361ed5eb16e7dfdc07fac26ceba2 SHA512 35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9 WHIRLPOOL 33c68c83e55f90bfa19ee10e9ba37b1dba95d1506b40bb9b992df151e96f35dc87d0969bfc3c2c8a0d5d95862a5d36e9a37199a7e94af26128870a9f3ff5939b
38 changes: 38 additions & 0 deletions dev-libs/libdbh/libdbh-5.0.19.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit autotools eutils

MY_P=${PN}2-${PV}

DESCRIPTION="a small library to create and manage 64-bit disk based hash tables"
HOMEPAGE="https://www.gnu.org/software/libdbh/"
SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig"

S="${WORKDIR}"/${MY_P}

pkg_setup() {
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}

src_prepare() {
sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
eautoreconf
}

src_install() {
default
prune_libtool_files
}
8 changes: 8 additions & 0 deletions dev-libs/libdbh/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Christoph Mende</name>
</maintainer>
</pkgmetadata>

0 comments on commit 0f76084

Please sign in to comment.