From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K7uzR-0000BF-SH for garchives@archives.gentoo.org; Sun, 15 Jun 2008 16:22:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 120AEE023B; Sun, 15 Jun 2008 16:22:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0127E023B for ; Sun, 15 Jun 2008 16:22:00 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4133964470 for ; Sun, 15 Jun 2008 16:22:00 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K7uzM-00052X-6n for gentoo-commits@lists.gentoo.org; Sun, 15 Jun 2008 16:21:56 +0000 From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/apr-util: apr-util-1.3.0.ebuild apr-util-1.2.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: apr-util-1.3.0.ebuild apr-util-1.2.12.ebuild ChangeLog X-VCS-Directories: dev-libs/apr-util X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Message-Id: Sender: Benedikt Boehm Date: Sun, 15 Jun 2008 16:21:56 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b1c3c4a4-2f00-41f0-82d0-0cce0bd2fc27 X-Archives-Hash: 0ace2d76b0abfd3c66ef9e018c88b2c8 hollow 08/06/15 16:21:56 Modified: apr-util-1.3.0.ebuild apr-util-1.2.12.ebuild ChangeLog Log: do not run buildconf wrt #226051 (Portage version: 2.2_pre8/cvs/Linux 2.6.22-vs2.2.0.6-gentoo x86_64) Revision Changes Path 1.2 dev-libs/apr-util/apr-util-1.3.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.3.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.3.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.3.0.ebuild?r1=3D1.1&r2=3D1.2 Index: apr-util-1.3.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.0.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apr-util-1.3.0.ebuild 11 Jun 2008 19:14:22 -0000 1.1 +++ apr-util-1.3.0.ebuild 15 Jun 2008 16:21:55 -0000 1.2 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.0.ebui= ld,v 1.1 2008/06/11 19:14:22 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.0.ebui= ld,v 1.2 2008/06/15 16:21:55 hollow Exp $ =20 -inherit autotools eutils flag-o-matic libtool db-use +inherit eutils flag-o-matic libtool db-use =20 DESCRIPTION=3D"Apache Portable Runtime Utility Library" HOMEPAGE=3D"http://apr.apache.org/" @@ -27,14 +27,6 @@ DEPEND=3D"${RDEPEND} doc? ( app-doc/doxygen )" =20 -src_unpack() { - unpack ${A} - cd "${S}" - - ./buildconf --with-apr=3D../apr-${PV} || die "buildconf failed" - elibtoolize || die "elibtoolize failed" -} - src_compile() { local myconf=3D"" =20 1.4 dev-libs/apr-util/apr-util-1.2.12.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.2.12.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.2.12.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= apr-util-1.2.12.ebuild?r1=3D1.3&r2=3D1.4 Index: apr-util-1.2.12.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.2.12.ebuil= d,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apr-util-1.2.12.ebuild 1 Jun 2008 11:42:35 -0000 1.3 +++ apr-util-1.2.12.ebuild 15 Jun 2008 16:21:55 -0000 1.4 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.2.12.ebu= ild,v 1.3 2008/06/01 11:42:35 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.2.12.ebu= ild,v 1.4 2008/06/15 16:21:55 hollow Exp $ =20 -inherit autotools eutils flag-o-matic libtool db-use +inherit eutils flag-o-matic libtool db-use =20 DESCRIPTION=3D"Apache Portable Runtime Utility Library" HOMEPAGE=3D"http://apr.apache.org/" @@ -27,14 +27,6 @@ DEPEND=3D"${RDEPEND} doc? ( app-doc/doxygen )" =20 -src_unpack() { - unpack ${A} - cd "${S}" - - ./buildconf --with-apr=3D../apr-${PV} || die "buildconf failed" - elibtoolize || die "elibtoolize failed" -} - src_compile() { local myconf=3D"" =20 1.109 dev-libs/apr-util/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= ChangeLog?rev=3D1.109&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= ChangeLog?rev=3D1.109&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr-util/= ChangeLog?r1=3D1.108&r2=3D1.109 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 11 Jun 2008 19:14:22 -0000 1.108 +++ ChangeLog 15 Jun 2008 16:21:55 -0000 1.109 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/apr-util # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.108 2= 008/06/11 19:14:22 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.109 2= 008/06/15 16:21:55 hollow Exp $ + + 15 Jun 2008; Benedikt B=C3=B6hm apr-util-1.2.12.eb= uild, + apr-util-1.3.0.ebuild: + do not run buildconf wrt #226051 =20 *apr-util-1.3.0 (11 Jun 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list