commit: 15fb91e82b2c094aa7c26913f05af29a74fd72ae Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon Oct 13 23:10:45 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <[email protected]> +p4est-1.1.ebuild, + metadata.xml, p4est-1.0.ebuild: + sci-libs/p4est: Version bump; update metadata.xml + 17 Sep 2014; Christoph Junghans <[email protected]> -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 @@ <pkgmetadata> <herd>sci</herd> <maintainer> - <email>[email protected]</email> + <email>[email protected]</email> <name>Matthias Maier</name> </maintainer> <longdescription lang="en"> 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
