From cf390b380cfbb423df37bf476ebdcb8d28e9c0bc Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 23 Jan 2011 20:36:15 +0000 Subject: Change snapshot logic from _p to _pre. (Portage version: 2.2.0_alpha18/cvs/Linux x86_64) --- dev-util/systemtap/ChangeLog | 6 +++++- dev-util/systemtap/systemtap-1.2.ebuild | 10 +++++----- dev-util/systemtap/systemtap-1.4.ebuild | 8 ++++---- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/dev-util/systemtap/ChangeLog b/dev-util/systemtap/ChangeLog index 12b019e46a5c..bdb91b717ace 100644 --- a/dev-util/systemtap/ChangeLog +++ b/dev-util/systemtap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/systemtap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.89 2011/01/23 20:35:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.90 2011/01/23 20:36:15 swegener Exp $ + + 23 Jan 2011; Sven Wegener systemtap-1.2.ebuild, + systemtap-1.4.ebuild: + Change snapshot logic from _p to _pre. 23 Jan 2011; Sven Wegener -systemtap-1.0-r1.ebuild, -files/systemtap-1.0-CVE-2009-2911-dwarf.patch, diff --git a/dev-util/systemtap/systemtap-1.2.ebuild b/dev-util/systemtap/systemtap-1.2.ebuild index 0aeb56e46b67..33cadef51f72 100644 --- a/dev-util/systemtap/systemtap-1.2.ebuild +++ b/dev-util/systemtap/systemtap-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.2.ebuild,v 1.1 2010/05/24 21:25:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.2.ebuild,v 1.2 2011/01/23 20:36:15 swegener Exp $ EAPI="2" @@ -8,11 +8,11 @@ inherit linux-info DESCRIPTION="A linux trace/probe tool" HOMEPAGE="http://sourceware.org/systemtap/" -if [[ ${PV} = *_p* ]] # is this a snaphot? +if [[ ${PV} = *_pre* ]] # is this a snaphot? then # see configure.ac to get the version of the snapshot - SRC_URI="http://sources.redhat.com/${PN}/ftp/snapshots/${PN}-${PV/*_p/}.tar.bz2 - mirror://gentoo/${PN}-${PV/*_p/}.tar.bz2" # upstream only keeps four snapshot distfiles around + SRC_URI="http://sources.redhat.com/${PN}/ftp/snapshots/${PN}-${PV/*_pre/}.tar.bz2 + mirror://gentoo/${PN}-${PV/*_pre/}.tar.bz2" # upstream only keeps four snapshot distfiles around S="${WORKDIR}"/src else SRC_URI="http://sources.redhat.com/${PN}/ftp/releases/${P}.tar.gz" diff --git a/dev-util/systemtap/systemtap-1.4.ebuild b/dev-util/systemtap/systemtap-1.4.ebuild index 731a82c64047..441fdcd429eb 100644 --- a/dev-util/systemtap/systemtap-1.4.ebuild +++ b/dev-util/systemtap/systemtap-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.4.ebuild,v 1.1 2011/01/23 20:32:43 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.4.ebuild,v 1.2 2011/01/23 20:36:15 swegener Exp $ EAPI="2" @@ -8,11 +8,11 @@ inherit linux-info DESCRIPTION="A linux trace/probe tool" HOMEPAGE="http://sourceware.org/systemtap/" -if [[ ${PV} = *_p* ]] # is this a snaphot? +if [[ ${PV} = *_pre* ]] # is this a snaphot? then # see configure.ac to get the version of the snapshot - SRC_URI="http://sources.redhat.com/${PN}/ftp/snapshots/${PN}-${PV/*_p/}.tar.bz2 - mirror://gentoo/${PN}-${PV/*_p/}.tar.bz2" # upstream only keeps four snapshot distfiles around + SRC_URI="http://sources.redhat.com/${PN}/ftp/snapshots/${PN}-${PV/*_pre/}.tar.bz2 + mirror://gentoo/${PN}-${PV/*_pre/}.tar.bz2" # upstream only keeps four snapshot distfiles around S="${WORKDIR}"/src else SRC_URI="http://sources.redhat.com/${PN}/ftp/releases/${P}.tar.gz" -- cgit v1.2.3-65-gdbad