From 6dd1001955e8bcc9f855c69ccca938bb2501dc0f Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Tue, 5 Apr 2011 11:23:16 +0200 Subject: [PATCH] antlr-c version bump. --- dev-libs/antlr-c/Manifest | 4 ++-- .../{antlr-c-3.1.4.ebuild => antlr-c-3.2.ebuild} | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) rename dev-libs/antlr-c/{antlr-c-3.1.4.ebuild => antlr-c-3.2.ebuild} (81%) diff --git a/dev-libs/antlr-c/Manifest b/dev-libs/antlr-c/Manifest index 05c9e35..7aa3f34 100644 --- a/dev-libs/antlr-c/Manifest +++ b/dev-libs/antlr-c/Manifest @@ -1,3 +1,3 @@ AUX antlr-c-3.1.4-doxygen.patch 638 RMD160 e78089956c297069f72dd523e8e7d4212dd79ee2 SHA1 27527b6494ea13b479ab08c80b4ba3e21fc61abe SHA256 bdec1623a16c5c3ff2773ff083849fd4ef641c3019cbb44c424b45fa42147a65 -DIST libantlr3c-3.1.4-SNAPSHOT.tar.gz 512278 RMD160 44be7144030645f5f67f0606e7bf365e756e9b1d SHA1 564e6a396f9bb36099825ccd7f3aeb7846e19061 SHA256 f5b0463be9ef833b1a22e583341d9c158c05edace565faf6f9c14484d4d18362 -EBUILD antlr-c-3.1.4.ebuild 1389 RMD160 11bbca333db743df1459c8fd045545a3c4cef2b1 SHA1 0c003ecb320f01883880f3b3636847fdc1a82f18 SHA256 c137a2ed984b9f433eb9bb6eb96acc3b2e2878851f85aa5fa3763285fb4a8d3c +DIST libantlr3c-3.2.tar.gz 544194 RMD160 86649f0a5702688d0cd486916a8203a232d22b8b SHA1 89bfa4fbed8af7e089bff065a1ac8834a8deb493 SHA256 2ccfb8a8bdd3d6c1d60742ff3a5a954af6d5a8d7f8901c87229fc6fa540ac99a +EBUILD antlr-c-3.2.ebuild 1319 RMD160 0275f74153c9c368e5e9d78cdfca474d34b3fe1f SHA1 4e279f151a7b471d91516534e35910d38e3248e3 SHA256 83e0f7740c314083e280dee1b995049566fec83b64c193dfbfdf20781aebc878 diff --git a/dev-libs/antlr-c/antlr-c-3.1.4.ebuild b/dev-libs/antlr-c/antlr-c-3.2.ebuild similarity index 81% rename from dev-libs/antlr-c/antlr-c-3.1.4.ebuild rename to dev-libs/antlr-c/antlr-c-3.2.ebuild index 7d5af45..84d6d75 100644 --- a/dev-libs/antlr-c/antlr-c-3.1.4.ebuild +++ b/dev-libs/antlr-c/antlr-c-3.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: 2009/10/07 florent.teichteil@gmail.com Exp $ EAPI="2" -MY_P="libantlr3c-${PV}-SNAPSHOT" +MY_P="libantlr3c-${PV}" inherit eutils DESCRIPTION="The ANTLR3 C Runtime" HOMEPAGE="http://fisheye2.atlassian.com/browse/antlr/runtime/C/dist/" -SRC_URI="http://fisheye2.atlassian.com/browse/~raw,r=6128/antlr/runtime/C/dist/${MY_P}.tar.gz" +SRC_URI="http://www.antlr.org/download/C/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -21,7 +21,7 @@ RDEPEND="" S="${WORKDIR}/${MY_P}" src_prepare() { - epatch "${FILESDIR}/${P}-doxygen.patch" + epatch "${FILESDIR}/${PN}-3.1.4-doxygen.patch" } src_configure() { local myconf @@ -36,8 +36,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_enable debug debuginfo ) \ $(use_enable debugger antlrdebug ) \ - ${myconf} \ - || die "configure failed" + ${myconf} } src_compile() {