From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 01B1C1387CA for ; Thu, 16 Oct 2014 15:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08394E08AD; Thu, 16 Oct 2014 15:50:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FBABE08AD for ; Thu, 16 Oct 2014 15:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F71434036F for ; Thu, 16 Oct 2014 15:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3355B8085 for ; Thu, 16 Oct 2014 15:50:46 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1413241845.15fb91e82b2c094aa7c26913f05af29a74fd72ae.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/p4est/ChangeLog sci-libs/p4est/metadata.xml sci-libs/p4est/p4est-1.0.ebuild sci-libs/p4est/p4est-1.1.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 15fb91e82b2c094aa7c26913f05af29a74fd72ae X-VCS-Branch: master Date: Thu, 16 Oct 2014 15:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26c4c7e1-d4f6-4fe1-9c0a-936c788f4a03 X-Archives-Hash: f85e542235443c4f5bf1b7e6370a6c9c commit: 15fb91e82b2c094aa7c26913f05af29a74fd72ae Author: Matthias Maier gentoo org> AuthorDate: Mon Oct 13 23:10:45 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Oct 13 23:10:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15fb91e8 sci-libs/p4est: Version bump; update metadata.xml Package-Manager: portage-2.2.8-r2 --- sci-libs/p4est/ChangeLog | 6 ++++++ sci-libs/p4est/metadata.xml | 2 +- sci-libs/p4est/p4est-1.0.ebuild | 3 +-- sci-libs/p4est/p4est-1.1.ebuild | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-libs/p4est/ChangeLog b/sci-libs/p4est/ChangeLog index 5a3314d..97f8b73 100644 --- a/sci-libs/p4est/ChangeLog +++ b/sci-libs/p4est/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*p4est-1.1 (13 Oct 2014) + + 13 Oct 2014; Matthias Maier +p4est-1.1.ebuild, + metadata.xml, p4est-1.0.ebuild: + sci-libs/p4est: Version bump; update metadata.xml + 17 Sep 2014; Christoph Junghans -files/p4est-0.3.4.2-libtool-fix.patch, -files/p4est-0.3.5-add_missing_autotools_files.patch, -p4est-0.3.4.2.ebuild, diff --git a/sci-libs/p4est/metadata.xml b/sci-libs/p4est/metadata.xml index e1b5e18..c8a9acb 100644 --- a/sci-libs/p4est/metadata.xml +++ b/sci-libs/p4est/metadata.xml @@ -3,7 +3,7 @@ sci - tamiko+GENTOO@kyomu.43-1.org + tamiko@gentoo.org Matthias Maier diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index 4160e78..27e2e9e 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -42,7 +42,7 @@ AUTOTOOLS_AUTORECONF=true src_prepare() { # Inject libsc to get all parts of the build system... rmdir "${S}/sc" || die "rmdir failed" - mv "${WORKDIR}/libsc-1.0" "${S}/sc" || die "mv failed" + mv "${WORKDIR}/libsc-${PV}" "${S}/sc" || die "mv failed" # Inject a version number into the build system echo "${PV}" > ${S}/.tarball-version @@ -60,7 +60,6 @@ src_prepare() { } src_configure() { - T_SC_DIR/ # Somehow --with-sc=$EPREFIX/usr does not work... LDFLAGS="${LDFLAGS} -lsc" diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild new file mode 120000 index 0000000..89804b2 --- /dev/null +++ b/sci-libs/p4est/p4est-1.1.ebuild @@ -0,0 +1 @@ +p4est-1.0.ebuild \ No newline at end of file