git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@39921 cbe59ace-07ea-0310-918e-868702b5370dmaster
@ -1,6 +0,0 @@ | |||
DIST talloc-1.3.0.tar.gz 229969 RMD160 770c3c1f7c0e3f08d3b5906454b9d32dd90f0f2e SHA1 58aff3b238bc0125017b4096ecb7c56a5057e6e4 SHA256 80e5d639496e1aac0838a5ae98c883dda9233c235bf51acb9f436776c7dcf824 | |||
DIST talloc-1.3.1.tar.gz 234087 RMD160 1c58328694da837f287c5635499393fa4698e359 SHA1 fba0f9b581683022ddae63df0a1e48fd2eb0d9a4 SHA256 be02b19327fff77030c9a207774e65513e1cc3d3d65c9803634504f76beb1ecc | |||
DIST talloc-2.0.0.tar.gz 241971 RMD160 72dcb5c0fa8ab180bc701dda27fb115b95d2907c SHA1 a824446ffb3836149df2a16092054ea17d6dc6f8 SHA256 349ac60bcc296aa56832ddfebe7d219d05fc3b8af65cf64ad97d551a6e7d7569 | |||
EBUILD talloc-1.3.0.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb | |||
EBUILD talloc-1.3.1.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb | |||
EBUILD talloc-2.0.0.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb |
@ -1,48 +0,0 @@ | |||
# Copyright 1999-2009 Gentoo Foundation | |||
# Distributed under the terms of the GNU General Public License v2 | |||
EAPI="2" | |||
inherit confutils eutils | |||
DESCRIPTION="talloc" | |||
HOMEPAGE="http://talloc.samba.org/" | |||
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz" | |||
RESTRICT="nomirror" | |||
LICENSE="GPL-3" | |||
IUSE="" | |||
SLOT="0" | |||
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" | |||
PROVIDE="virtual/talloc" | |||
src_prepare() { | |||
./autogen.sh || die "autogen.sh failed" | |||
} | |||
src_configure() { | |||
econf \ | |||
--sysconfdir=/etc/samba \ | |||
--localstatedir=/var \ | |||
--enable-largefile \ | |||
|| die "econf failed" | |||
} | |||
src_compile() { | |||
emake all || die "emake boot failed" | |||
} | |||
src_install() { | |||
emake DESTDIR="${D}" install || die "emake install failed" | |||
emake DESTDIR="${D}" shared-build || die "emake shared-build failed" | |||
dolib.so sharedbuild/lib/libtalloc.so | |||
dolib.a sharedbuild/lib/libtalloc.a | |||
} |
@ -1,48 +0,0 @@ | |||
# Copyright 1999-2009 Gentoo Foundation | |||
# Distributed under the terms of the GNU General Public License v2 | |||
EAPI="2" | |||
inherit confutils eutils | |||
DESCRIPTION="talloc" | |||
HOMEPAGE="http://talloc.samba.org/" | |||
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz" | |||
RESTRICT="nomirror" | |||
LICENSE="GPL-3" | |||
IUSE="" | |||
SLOT="0" | |||
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" | |||
PROVIDE="virtual/talloc" | |||
src_prepare() { | |||
./autogen.sh || die "autogen.sh failed" | |||
} | |||
src_configure() { | |||
econf \ | |||
--sysconfdir=/etc/samba \ | |||
--localstatedir=/var \ | |||
--enable-largefile \ | |||
|| die "econf failed" | |||
} | |||
src_compile() { | |||
emake all || die "emake boot failed" | |||
} | |||
src_install() { | |||
emake DESTDIR="${D}" install || die "emake install failed" | |||
emake DESTDIR="${D}" shared-build || die "emake shared-build failed" | |||
dolib.so sharedbuild/lib/libtalloc.so | |||
dolib.a sharedbuild/lib/libtalloc.a | |||
} |
@ -1,48 +0,0 @@ | |||
# Copyright 1999-2009 Gentoo Foundation | |||
# Distributed under the terms of the GNU General Public License v2 | |||
EAPI="2" | |||
inherit confutils eutils | |||
DESCRIPTION="talloc" | |||
HOMEPAGE="http://talloc.samba.org/" | |||
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz" | |||
RESTRICT="nomirror" | |||
LICENSE="GPL-3" | |||
IUSE="" | |||
SLOT="0" | |||
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" | |||
PROVIDE="virtual/talloc" | |||
src_prepare() { | |||
./autogen.sh || die "autogen.sh failed" | |||
} | |||
src_configure() { | |||
econf \ | |||
--sysconfdir=/etc/samba \ | |||
--localstatedir=/var \ | |||
--enable-largefile \ | |||
|| die "econf failed" | |||
} | |||
src_compile() { | |||
emake all || die "emake boot failed" | |||
} | |||
src_install() { | |||
emake DESTDIR="${D}" install || die "emake install failed" | |||
emake DESTDIR="${D}" shared-build || die "emake shared-build failed" | |||
dolib.so sharedbuild/lib/libtalloc.so | |||
dolib.a sharedbuild/lib/libtalloc.a | |||
} |
@ -1,2 +0,0 @@ | |||
DIST tdb-1.1.5.tar.gz 254358 RMD160 d13f18e42d87161f7d48876c8d7957c54e889cf0 SHA1 1451cced3d333e24c67464249b4015f048770e40 SHA256 487f8fc773d1ac395d89d61781dbb7dffe0c5a3a816f33c95e381f9ea2a4a67a | |||
EBUILD tdb-1.1.5.ebuild 1192 RMD160 63668a9b2dd347e14c28b814fdbd6ed0502ce6ca SHA1 6511f2cdf867a384692f54ca39166fe792693e59 SHA256 afb813a6681be351d91019b39c1775d036ecc894b980b8206a1ade3ea94aea14 |
@ -1,60 +0,0 @@ | |||
# Copyright 1999-2009 Gentoo Foundation | |||
# Distributed under the terms of the GNU General Public License v2 | |||
EAPI="2" | |||
inherit confutils eutils | |||
DESCRIPTION="tdb" | |||
HOMEPAGE="http://tdb.samba.org/" | |||
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" | |||
RESTRICT="nomirror" | |||
LICENSE="GPL-3" | |||
IUSE="python tools" | |||
SLOT="0" | |||
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" | |||
BINPROGS="bin/tdbdump bin/tdbtool bin/tdbbackup" | |||
PROVIDE="virtual/tdb" | |||
BINPROGS="bin/tdbbackup bin/tdbdump bin/tdbtool" | |||
src_prepare() { | |||
./autogen.sh || die "autogen.sh failed" | |||
} | |||
src_configure() { | |||
econf \ | |||
--sysconfdir=/etc/samba \ | |||
--localstatedir=/var \ | |||
--enable-largefile \ | |||
$(use_enable python) \ | |||
|| die "econf failed" | |||
} | |||
src_compile() { | |||
emake showflags dirs || die "emake boot failed" | |||
emake tdb.so || die "emake libs failed" | |||
emake libtdb.a || die "emake libs failed" | |||
emake ${BINPROGS} || die "emake binaries failed" | |||
if use python ; then | |||
emake build-python || die "emake build-python failed" | |||
fi | |||
} | |||
src_install() { | |||
emake DESTDIR="${D}" install || die "emake install failed" | |||
emake DESTDIR="${D}" shared-build || die "emake shared-build failed" | |||
dolib.so sharedbuild/lib/libtdb.so | |||
dolib.a sharedbuild/lib/libtdb.a | |||
} |