summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-07-08 09:45:41 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-07-08 09:45:41 +0000
commit769d0e15eb62b73ba8fded4a4b8c2a9cd58829f5 (patch)
tree80217e38e8a4b6e723607493384c02449bdae4a7 /sci-libs/starparse
parentppc stable (authorized by dertobi123); cleanup (diff)
downloadgentoo-2-769d0e15eb62b73ba8fded4a4b8c2a9cd58829f5.tar.gz
gentoo-2-769d0e15eb62b73ba8fded4a4b8c2a9cd58829f5.tar.bz2
gentoo-2-769d0e15eb62b73ba8fded4a4b8c2a9cd58829f5.zip
don't use EBZR_BRANCH from bzr.eclass anymore, will be gone soon
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-libs/starparse')
-rw-r--r--sci-libs/starparse/ChangeLog5
-rw-r--r--sci-libs/starparse/starparse-0.9.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog
index 8f1798803d4d..f505b4970a21 100644
--- a/sci-libs/starparse/ChangeLog
+++ b/sci-libs/starparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/starparse
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.1 2009/01/13 06:24:14 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.2 2009/07/08 09:45:41 fauli Exp $
+
+ 08 Jul 2009; Christian Faulhammer <fauli@gentoo.org> starparse-0.9.ebuild:
+ don't use EBZR_BRANCH from bzr.eclass anymore, will be gone soon
*starparse-0.9 (13 Jan 2009)
diff --git a/sci-libs/starparse/starparse-0.9.ebuild b/sci-libs/starparse/starparse-0.9.ebuild
index 1be1401cffdc..cae8f19dbe0c 100644
--- a/sci-libs/starparse/starparse-0.9.ebuild
+++ b/sci-libs/starparse/starparse-0.9.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-0.9.ebuild,v 1.2 2009/01/14 00:55:09 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-0.9.ebuild,v 1.3 2009/07/08 09:45:41 fauli Exp $
if [[ ${PV} = 9999* ]]; then
- EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/starparse/"
- EBZR_BRANCH="releases/0.9"
+ EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/starparse/releases/0.9"
EBZR_BOOTSTRAP="eautoreconf"
BZR="bzr"
fi