summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-11-04 11:47:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-11-04 11:47:20 +0000
commitf3f230d0b615a42170d545ffb5227197370161ca (patch)
tree97f4086aea2fd45841b019ce99d33a9c1bbe8cc1 /sys-libs/tevent
parentRemove old (diff)
downloadhistorical-f3f230d0b615a42170d545ffb5227197370161ca.tar.gz
historical-f3f230d0b615a42170d545ffb5227197370161ca.tar.bz2
historical-f3f230d0b615a42170d545ffb5227197370161ca.zip
Cleanup
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r--sys-libs/tevent/ChangeLog5
-rw-r--r--sys-libs/tevent/Manifest4
-rw-r--r--sys-libs/tevent/tevent-0.9.8.ebuild9
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog
index a88391d3b593..496628a6c979 100644
--- a/sys-libs/tevent/ChangeLog
+++ b/sys-libs/tevent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.2 2009/10/09 17:24:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.3 2009/11/04 11:47:20 patrick Exp $
+
+ 04 Nov 2009; Patrick Lauer <patrick@gentoo.org> tevent-0.9.8.ebuild:
+ Cleanup
09 Oct 2009; Patrick Lauer <patrick@gentoo.org> tevent-0.9.8.ebuild:
Improve description
diff --git a/sys-libs/tevent/Manifest b/sys-libs/tevent/Manifest
index a1b08aee6176..cf299088e5f6 100644
--- a/sys-libs/tevent/Manifest
+++ b/sys-libs/tevent/Manifest
@@ -1,4 +1,4 @@
DIST tevent-0.9.8.tar.gz 236284 RMD160 e561c9caea73c6fa5a72941ef2209dafe32e6f7c SHA1 03461fa121189f253e3a1b48b60ab35bb9d33600 SHA256 b004153b6ec7be3084d5d5cb75d3d4e10628c24f903bc05a634de1d1be280598
-EBUILD tevent-0.9.8.ebuild 1004 RMD160 2e7f0e0511b29d88338cb50cede3a5b27b0c285a SHA1 1b17fb91c319373299dbfc90b68208ced40d42ae SHA256 f2db153aa30d6e7d047112b3a60d78ef823088805b1d1d828d22ed904772fc50
-MISC ChangeLog 497 RMD160 06b2a95736983ca806b19bc8cfa050029c19d7ce SHA1 73c2beca0c94b1598936735ccda98505a71c9190 SHA256 bcc6d175b330e7cb1951fe7a16fa5f4108d0627e3a7d9d8bc75c098895263868
+EBUILD tevent-0.9.8.ebuild 997 RMD160 33261a339bbcadf0d68f7c07d1499742f28fad76 SHA1 b9b0ecc7535f3adb4bf6da8cee857fdb83db6f98 SHA256 716417c2f04c057a6d891ed356ba76af75e2d3eb5417f70d71b14499a3de8f55
+MISC ChangeLog 579 RMD160 678c650c0db0c02d21519a88ca723b7c37afbc39 SHA1 409d3f5bd5169124fe358f1d3a9d609301514e12 SHA256 393018f0e0cff53da9b262ad00e7de3256970d41e1a05c2a2771b7830612f026
MISC metadata.xml 253 RMD160 c3ade38fa7a209fad3bd557b95bb081bdadc16e0 SHA1 398363be25617e373071f14e5fe71a38e418e95a SHA256 89737be021da6f1a76894bd234f227b72ba57fd0213bdfdc0f5b38f1051ce775
diff --git a/sys-libs/tevent/tevent-0.9.8.ebuild b/sys-libs/tevent/tevent-0.9.8.ebuild
index 8b483f9cbc15..080ce84f09f1 100644
--- a/sys-libs/tevent/tevent-0.9.8.ebuild
+++ b/sys-libs/tevent/tevent-0.9.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.2 2009/10/09 17:24:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.3 2009/11/04 11:47:20 patrick Exp $
EAPI="2"
-inherit confutils eutils
+inherit confutils eutils autotools
DESCRIPTION="Samba tevent library"
HOMEPAGE="http://tevent.samba.org/"
@@ -14,12 +14,11 @@ IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-DEPEND="virtual/talloc"
+DEPEND="sys-libs/talloc"
RDEPEND="${DEPEND}"
src_prepare() {
-
- ./autogen.sh || die "autogen.sh failed"
+ eautoconf -Ilibreplace
}