diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-12-20 00:07:57 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-12-20 00:07:57 +0000 |
commit | 3645eb897f30190e01c3a56221cc109ad93ad2d8 (patch) | |
tree | d606689eb9d2114172d837a0d80dfb7a5fd831f7 /app-arch | |
parent | drop myself as maintainer so people doing assignment stop screwing it up (diff) | |
download | gentoo-2-3645eb897f30190e01c3a56221cc109ad93ad2d8.tar.gz gentoo-2-3645eb897f30190e01c3a56221cc109ad93ad2d8.tar.bz2 gentoo-2-3645eb897f30190e01c3a56221cc109ad93ad2d8.zip |
Punt the old version and fix the SRC_URI in the remaining ebuild.
(Portage version: 5325-svn)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tarsync/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/tarsync/tarsync-0.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/tarsync/ChangeLog b/app-arch/tarsync/ChangeLog index 329897da00ab..b22436f35b3a 100644 --- a/app-arch/tarsync/ChangeLog +++ b/app-arch/tarsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/tarsync # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.11 2006/08/09 01:37:24 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.12 2006/12/20 00:07:57 zmedico Exp $ + + 20 Dec 2006; Zac Medico <zmedico@gentoo.org> + -tarsync-0.1.ebuild, tarsync-0.2.1.ebuild: + Punt the old version and fix the SRC_URI in the remaining ebuild. 08 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> tarsync-0.2.1.ebuild: diff --git a/app-arch/tarsync/tarsync-0.2.1.ebuild b/app-arch/tarsync/tarsync-0.2.1.ebuild index e28aa700ad7f..5abe7ef0e300 100644 --- a/app-arch/tarsync/tarsync-0.2.1.ebuild +++ b/app-arch/tarsync/tarsync-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.3 2006/08/09 01:37:24 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.4 2006/12/20 00:07:57 zmedico Exp $ DESCRIPTION="Delta compression suite for using/generating binary patches" HOMEPAGE="http://gentooexperimental.org/~ferringb/tarsync/" -SRC_URI="http://gentooexperimental.org/~ferringb/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" |