From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PoWuW-00015Z-Cu for garchives@archives.gentoo.org; Sun, 13 Feb 2011 08:02:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAEB1E09F4; Sun, 13 Feb 2011 08:02:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAAC7E09CF for ; Sun, 13 Feb 2011 08:02:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A68D1B407E for ; Sun, 13 Feb 2011 08:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 928768006A for ; Sun, 13 Feb 2011 08:02:14 +0000 (UTC) From: "Jonathan-Christofer Demay" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan-Christofer Demay" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappa/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/gappa/ChangeLog sci-mathematics/gappa/gappa-0.13.0.ebuild sci-mathematics/gappa/gappa-0.14.0.ebuild X-VCS-Directories: sci-mathematics/gappa/ X-VCS-Committer: jcdemay X-VCS-Committer-Name: Jonathan-Christofer Demay X-VCS-Revision: ba663332dcb17fef0371ebd4f28c259994eeeff3 Date: Sun, 13 Feb 2011 08:02:14 +0000 (UTC) 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: X-Archives-Hash: e23f8e1836b1abe80dcf022a78a00a70 commit: ba663332dcb17fef0371ebd4f28c259994eeeff3 Author: Jonathan-Christofer Demay gmail com> AuthorDate: Sun Feb 13 10:04:59 2011 +0000 Commit: Jonathan-Christofer Demay gmail com> CommitDate: Sun Feb 13 10:04:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dba663332 sci-mathematics/gappa: version bump --- sci-mathematics/gappa/ChangeLog | 8 ++++++-- .../{gappa-0.13.0.ebuild =3D> gappa-0.14.0.ebuild} | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/gappa/ChangeLog b/sci-mathematics/gappa/Chan= geLog index 534190f..8175f69 100644 --- a/sci-mathematics/gappa/ChangeLog +++ b/sci-mathematics/gappa/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-mathematics/gappa -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 13 Feb 2011; J.-C. Demay + +gappa-0.14.0.ebuild, -gappa-0.13.0.ebuild: + version bump + 04 Jul 2010; Andreas K. Huettel (dilfridge) gappa-0.13.0.ebuild: Silence repoman; improve license description; move doc generation @@ -9,7 +13,7 @@ =20 04 Jul 2010; J.-C. Demay +gappa-0.13.0.ebuild, -gappa-0.12.1.ebuild: - Version bump + version bump =20 04 Jul 2010; J.-C. Demay +metadata.xml, +ChangeLog: diff --git a/sci-mathematics/gappa/gappa-0.13.0.ebuild b/sci-mathematics/= gappa/gappa-0.14.0.ebuild similarity index 94% rename from sci-mathematics/gappa/gappa-0.13.0.ebuild rename to sci-mathematics/gappa/gappa-0.14.0.ebuild index 24d09a4..1339151 100644 --- a/sci-mathematics/gappa/gappa-0.13.0.ebuild +++ b/sci-mathematics/gappa/gappa-0.14.0.ebuild @@ -21,6 +21,12 @@ DEPEND=3D"${RDEPEND} app-text/ghostscript-gpl app-doc/doxygen )" =20 +src_unpack() { + unpack ${A} + mv ${S/%0.14.0/0.13.0} ${S} + cd ${S} +} + src_prepare() { sed -i doc/doxygen/Doxyfile \ -e "s/GENERATE_LATEX =3D NO/GENERATE_LATEX =3D YES/g" = \